<br><br><div><span class="gmail_quote">On 03/01/2008, <b class="gmail_sendername">Justin</b> &lt;<a href="mailto:jd2660@hotmail.com">jd2660@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--------------------------------------------------<br>From: &quot;Steve Smith&quot; &lt;<a href="mailto:st3v3.sm1th@gmail.com">st3v3.sm1th@gmail.com</a>&gt;<br>Sent: Wednesday, January 02, 2008 9:05 AM<br>To: &quot;Discussion about mythtv&quot; &lt;
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>&gt;<br>Subject: [mythtv-users]&nbsp;&nbsp;Converting &quot;mythtranscoded&quot; files to avi...<br><br>&gt; A question for the transcoding gurus out there.<br>&gt;
<br>&gt; I currently use the inbuilt Myth transcoding options to transcode many of<br>&gt; my<br>&gt; shows.<br>&gt; It&#39;s set to transcode to:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;MPEG4<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2400kbps<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;MP3 audio with 32K sample rate.
<br>&gt;<br>&gt; This seems to produce NUV files (and good results played back on MythFE or<br>&gt; VLC player on Windows).<br>&gt;<br>&gt; For Xmas I got a Yamada DVD player that can play back DIVX, XVID, MP4 etc.<br>&gt;
<br>&gt; Unfortunately it won&#39;t play the NUV files even if I rename them to AVI.<br>&gt;<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>&gt;<br>&gt; So my questions are:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 1) HOW do I convert the NUV files to a playable AVI (as in playable on
<br>&gt; a &quot;standards&quot; based divx/mp4 player)?<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 2) Can I do this WITHOUT further transcoding?<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 3) Can I get Myth to do the transcoding correctly in the first place?<br>&gt; (I&#39;d accept having to rename the file, re-transcoding seems a bit
<br>&gt; pointless).<br>&gt;<br>&gt; Cheers<br>&gt;<br>&gt; Steve<br>&gt;<br><br><br><br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br><br>You can using nuv2avi at <a href="http://mythtv.beirdo.ca/nuvtools/nuv2avi.php">
http://mythtv.beirdo.ca/nuvtools/nuv2avi.php</a><br>For me I the SVN version wouldn&#39;t compile until I commented out the RTjpeg<br>code. After that it worked for at least one file a few months ago. I haven&#39;t<br>used it since then.
<br><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><br><br>Thanks Justin,<br><br>Finally got it to compile and.... the file produced has completely corrupted sound.<br><br>However, if I replex it using:
<br><br>ffmpeg -i IN.AVI -acodec copy -vcodec copy OUT.avi<br><br>it seems to clear it up and the AVI works perfectly on my DVD player (aside from aspect ratio issues but that&#39;s another story!)<br><br>I finally got a decent nuvexport, well I say decent the bit rate is WAAAY out and of course it forces a recode...
<br><br>Cheers<br><br>Steve<br>