[FFmpeg-devel] gray first frame

Marcus Engene ffmpeg2
Thu Nov 22 20:09:23 CET 2007


Hi!

http://www.engene.se/gray.mov

If I...

ffmpeg -i gray.mov -deinterlace -s 320x200 a.mov
ffmpeg -i gray.mov -s 320x200 a2.mov

...the first frame becomes faded in gray. If I...

ffmpeg -i gray.mov -sn -acodec copy gray2.mov
ffmpeg -i gray2.mov -s 320x200 b.mov

...the first frame becomes opaque gray.

I'm curious to why this is? It's tested with latest svn.

Best regards,
Marcus





More information about the ffmpeg-devel mailing list