Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#160 closed defect (fixed)

QT RAW "256 colors" - broken output

Reported by: ami_stuff Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: mov rawvideo roundup
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

https://roundup.libav.org/file609/CHRIS.MOV

Author: ami_stuff 	Date: 2009-11-12.17:26:39 	

Attached QT RAW file decodes incorrectly, maybe because
width and/or height of the video is not dividable by 8, 16 or something like that.

--------

C:\>ffmpeg -i CHRIS.MOV CHRIS.avi
FFmpeg version SVN-r20510, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  built on Nov 11 2009 05:05:44 with gcc 4.2.4
  configuration: --enable-memalign-hack --prefix=/mingw --cross-prefix=i686-ming
w32- --cc=ccache-i686-mingw32-gcc --target-os=mingw32 --arch=i686 --cpu=i686 --e
nable-avisynth --enable-gpl --enable-version3 --enable-zlib --enable-bzlib --ena
ble-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --enable-libthe
ora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --enable-libxvid
--enable-libschroedinger --enable-libx264 --enable-libopencore_amrwb --enable-li
bopencore_amrnb
  libavutil     50. 4. 0 / 50. 4. 0
  libavcodec    52.38. 1 / 52.38. 1
  libavformat   52.39. 2 / 52.39. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 1 /  0. 7. 1

Seems stream 0 codec frame rate differs from container frame rate: 600.00 (600/1
) -> 8.00 (8/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'CHRIS.MOV':
  Duration: 00:00:06.00, start: 0.000000, bitrate: 1460 kb/s
    Stream #0.0(eng): Video: rawvideo, pal8, 150x150, 1459 kb/s, 8 tbr, 600 tbn,
 600 tbc
Output #0, avi, to 'CHRIS.avi':
    Stream #0.0(eng): Video: mpeg4, yuv420p, 150x150, q=2-31, 200 kb/s, 8 tbn, 8
 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=   48 fps=  0 q=5.9 Lsize=     234kB time=6.00 bitrate= 319.9kbits/s
video:228kB audio:0kB global headers:0kB muxing overhead 2.942905%
Author: cehoyos 	Date: 2010-01-09.15:46:52 	

Reproducible with current svn, does not look distorted with QuickTime.

Attachments (1)

CHRIS.MOV (1.0 MB ) - added by Carl Eugen Hoyos 13 years ago.

Download all attachments as: .zip

Change History (6)

by Carl Eugen Hoyos, 13 years ago

Attachment: CHRIS.MOV added

comment:1 by Carl Eugen Hoyos, 13 years ago

Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

(issue 1544)

comment:2 by ami_stuff, 13 years ago

The problem happens with NONE (RAW) 2bpp (grayscale), 4bpp (grayscale), 8bps (grayscale) and 16bpp, but NOT with 1bpp, 24bpp or 32bpp.

comment:3 by Carl Eugen Hoyos, 13 years ago

Resolution: fixed
Status: openclosed

I believe this issue was fixed.

comment:4 by Carl Eugen Hoyos, 12 years ago

Keywords: mov rawvideo added

comment:5 by Carl Eugen Hoyos, 11 years ago

Keywords: roundup added
Note: See TracTickets for help on using tickets.