Opened 12 years ago
Closed 12 years ago
#1701 closed defect (fixed)
iff ilbm: some ham6 files decodes with graphics glitches
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | iff |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
I will attache archive with 3 iff ilbm ham6 files and with the output from ffmpeg and wasp (open source).
http://aminet.net/package/misc/fish/fish-0716
C:\>ffmpeg -i 1.iff out.ppm ffmpeg version N-43803-g2c0b164 Copyright (c) 2000-2012 the FFmpeg developers built on Aug 22 2012 02:22:47 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 51. 70.100 / 51. 70.100 libavcodec 54. 54.100 / 54. 54.100 libavformat 54. 25.104 / 54. 25.104 libavdevice 54. 2.100 / 54. 2.100 libavfilter 3. 13.100 / 3. 13.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 [iff @ 0x1eace00] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from '1.iff': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_byterun1 (ILBM / 0x4D424C49), rgba, 320x256, SAR 1:6 4 DAR 5:256, 90k tbr, 90k tbn, 90k tbc [image2 @ 0x1ea3900] Frame rate very high for a muxer not efficiently supporting it. Please consider specifying a lower framerate, a different muxer or -vsync 2 Output #0, image2, to 'out.ppm': Metadata: encoder : Lavf54.25.104 Stream #0:0: Video: ppm, rgb24, 320x256 [SAR 1:64 DAR 5:256], q=2-31, 200 kb /s, 90k tbn, 90k tbc Stream mapping: Stream #0:0 -> #0:0 (iff_byterun1 -> ppm) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.00 bitrate= 0.0kbits/ s video:240kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Attachments (1)
Change History (6)
by , 12 years ago
comment:1 by , 12 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | iff added |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
follow-up: 3 comment:2 by , 12 years ago
comment:3 by , 12 years ago
Replying to cehoyos:
2.iff and 3.iff were fixed by Peter Ross, 1.iff looks broken with current git head.
Only reproducible with ffplay, 1.iff decodes fine with ffmpeg.
comment:4 by , 12 years ago
@cehoyos
the graphics glitches in 1.iff are fixed, however the file has "bad" aspect ratio inforamation (1:64).
This is covered by https://ffmpeg.org/trac/ffmpeg/ticket/1699
If you agree, I suggest closing this ticket!
Note:
See TracTickets
for help on using tickets.
2.iff and 3.iff were fixed by Peter Ross, 1.iff looks broken with current git head.