<br><br>
<div><span class="gmail_quote">On 02/01/2008, <b class="gmail_sendername">Joe Ripley</b> &lt;<a href="mailto:vitaminjoe@gmail.com">vitaminjoe@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Jan 2, 2008 8:05 AM, Steve Smith &lt;<a href="mailto:st3v3.sm1th@gmail.com">st3v3.sm1th@gmail.com</a>&gt; wrote:
<br><br>&gt; I&#39;ve tried getting ffmpeg to rewrite them to an AVI container using:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ffmpeg -i FILE.nuv -f avi -vcodec copy -acodec copy OUT.avi<br>&gt;<br>&gt; However, what I get then is a file where the video plays at roughly twice
<br>&gt; the speed of the audio!<br><br>Try specifying the framerate of the video in your ffmpeg command line.<br>Something like this:<br><br>fmpeg -i FILE.nuv -f avi -vcodec copy -acodec copy -r 30000/1001 OUT.avi<br><br>
--<br>Joe Ripley<br><a href="mailto:vitaminjoe@gmail.com">vitaminjoe@gmail.com</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>Joe,</div>
<div>&nbsp;</div>
<div>I assume the rate you specify there is the US NTSC framerate (approx 29fps)? So for me in UK PAL land I&#39;d need 25?</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>Steve</div>