Date: Wed, 25 Jun 2008 11:48:29 -0400 From: "Jeff Disharoon" To: ffmpeg-user@mplayerhq.hu Subject: [FFmpeg-user] Uncompressed Quicktime to MPEG-2 in Quicktime Wrapper Question: I'm trying to convert an uncompressed Quicktime file to a MPEG-2 file in a .MOV wrapper for playback. I'm using something along these lines: ffmpeg -i input.mov -f mov -vcodec mpeg2video -sameq output.mov It works perfectly until the last frame of video, which comes out as black. I've tried having ffmpeg output one less frame, but it still comes out black. Any thoughts? Thanks in advance! -Jeffrey Disharoon