Opened 11 years ago

Closed 11 years ago

#2126 closed defect (fixed)

012v decodes incorrectly

Reported by: ami_stuff Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: 012v
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

C:\>ffmpeg -i 012v.avi out.bmp
ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan  8 2013 02:37:29 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5.
0-1.fc14)
  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 -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap
shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s
napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3
--enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable-
libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable-
libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 86.100 / 54. 86.100
  libavformat    54. 59.106 / 54. 59.106
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 32.100 /  3. 32.100
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100
Input #0, avi, from '012v.avi':
  Duration: 00:00:00.10, start: 0.000000, bitrate: 17247 kb/s
    Stream #0:0: Video: 012v (012v / 0x76323130), yuv422p16le (10 bpc), 320x240,
 10 tbr, 10 tbn, 10 tbc
Output #0, image2, to 'out.bmp':
  Metadata:
    encoder         : Lavf54.59.106
    Stream #0:0: Video: bmp, bgr8, 320x240, q=2-31, 200 kb/s, 90k tbn, 10 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (012v -> bmp)
Press [q] to stop, [?] for help
frame=    1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.10 bitrate=N/A
video:76kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.028249%

Attachments (7)

012v.avi (210.5 KB ) - added by ami_stuff 11 years ago.
320.avi (308.0 KB ) - added by Carl Eugen Hoyos 11 years ago.
312.avi (203.0 KB ) - added by ami_stuff 11 years ago.
316.avi (206.8 KB ) - added by ami_stuff 11 years ago.
320.2.avi (210.5 KB ) - added by ami_stuff 11 years ago.
324.avi (210.5 KB ) - added by ami_stuff 11 years ago.
328.avi (214.3 KB ) - added by ami_stuff 11 years ago.

Download all attachments as: .zip

Change History (10)

by ami_stuff, 11 years ago

Attachment: 012v.avi added

by Carl Eugen Hoyos, 11 years ago

Attachment: 320.avi added

comment:1 by Carl Eugen Hoyos, 11 years ago

Component: undeterminedavcodec
Keywords: 012v added
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

Does the codec that you used to encode 012v.avi work for 320.avi (encoded by you)?

Or is it the same codec with different settings?

by ami_stuff, 11 years ago

Attachment: 312.avi added

by ami_stuff, 11 years ago

Attachment: 316.avi added

by ami_stuff, 11 years ago

Attachment: 320.2.avi added

by ami_stuff, 11 years ago

Attachment: 324.avi added

by ami_stuff, 11 years ago

Attachment: 328.avi added

comment:2 by ami_stuff, 11 years ago

The problem happens with some width sizes.

comment:3 by Michael Niedermayer, 11 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.