[mythtv-users] Converting "mythtranscoded" files to avi...

Joe Ripley vitaminjoe at gmail.com
Wed Jan 2 15:13:16 UTC 2008


On Jan 2, 2008 8:05 AM, Steve Smith <st3v3.sm1th at gmail.com> wrote:

> I've tried getting ffmpeg to rewrite them to an AVI container using:
>       ffmpeg -i FILE.nuv -f avi -vcodec copy -acodec copy OUT.avi
>
> However, what I get then is a file where the video plays at roughly twice
> the speed of the audio!

Try specifying the framerate of the video in your ffmpeg command line.
 Something like this:

fmpeg -i FILE.nuv -f avi -vcodec copy -acodec copy -r 30000/1001 OUT.avi

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list