Opened 13 years ago
Closed 13 years ago
#1358 closed defect (fixed)
r10g/r10k: packet too small
Reported by: | ami_stuff | Owned by: | Carl Eugen Hoyos |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | r10k |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
decodes correctly with original codec
http://www.datafilehost.com/download-941b1566.html
C:\>ffmpeg -i r10k_2.mov out.avi ffmpeg version N-41065-gab7d6cb Copyright (c) 2000-2012 the FFmpeg developers built on May 27 2012 02:29:13 with gcc 4.5.0 20100414 (Fedora MinGW 4.5.0-1.fc 14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686-pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime-cpudetect --enable-cross-compile --enable-static --disable-shared --extra-libs='-lws2_32 - lwinmm' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snapshots/buil d/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/snapshots/b uild/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3 --enable-n onfree --enable-libx264 --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable-libopencor e-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx libavutil 51. 55.100 / 51. 55.100 libavcodec 54. 23.100 / 54. 23.100 libavformat 54. 6.101 / 54. 6.101 libavdevice 54. 0.100 / 54. 0.100 libavfilter 2. 77.100 / 2. 77.100 libswscale 2. 1.100 / 2. 1.100 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'r10k_2.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2012-05-27 21:06:52 Duration: 00:00:00.06, start: 0.000000, bitrate: 378445 kb/s Stream #0:0(eng): Video: r10k (R10g / 0x67303152), rgb48le, 1025x769, 378348 kb/s, 15 fps, 15 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2012-05-27 21:06:52 handler_name : Procedura obs│ugi skrˇtˇw danych Apple File 'out.avi' already exists. Overwrite ? [y/N] y w:1025 h:769 pixfmt:rgb48le tb:1/600 sar:0/1 sws_param:flags=2 [buffersink @ 0x1df27c0] No opaque field provided [format @ 0x1df2a80] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format' [scale @ 0x1df31e0] w:1025 h:769 fmt:rgb48le sar:0/1 -> w:1025 h:769 fmt:yuv420p sar:0/1 flags:0x4 Output #0, avi, to 'out.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2012-05-27 21:06:52 ISFT : Lavf54.6.101 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1025x769, q=2-3 1, 200 kb/s, 15 tbn, 15 tbc Metadata: creation_time : 2012-05-27 21:06:52 handler_name : Procedura obs│ugi skrˇtˇw danych Apple Stream mapping: Stream #0:0 -> #0:0 (r10k -> mpeg4) Press [q] to stop, [?] for help [r10k @ 0x1de2320] packet too small Error while decoding stream #0:0 frame= 0 fps=0.0 q=0.0 Lsize= 6kB time=00:00:00.00 bitrate= 0.0kbits/ s video:0kB audio:0kB global headers:0kB muxing overhead inf% Output file is empty, nothing was encoded (check -ss / -t / -frames parameters i f used)
Change History (2)
comment:1 by , 13 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | r10k added |
Owner: | set to |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed, thank you for the report and the testing!