<br><br><div class="gmail_quote">On Nov 20, 2007 3:05 PM, Matt Emmott &lt;<a href="mailto:memmott@gmail.com">memmott@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">On Nov 20, 2007 1:05 PM, Scott Harris &lt;<a href="mailto:mythtv@webhounds.net" target="_blank">mythtv@webhounds.net</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">
<div><br><br>Stephen Robertson wrote:<br>&gt; Hi there,<br>&gt;<br>&gt; I wonder if anyone is having any success with exporting video to an<br>&gt; ipod, specifically in this case one of the nanos that can do video if
<br>&gt; that&#39;s relevant.<br>&gt;<br>&gt; I have a setup working using the myth2ipod script which calls<br>&gt; nuvexport for you. &nbsp;It successfully transcodes the file which I can<br>&gt; play with quicktime or on the ipod so thats all good.
<br>&gt;<br>&gt; However the quality isn&#39;t great, specifically there is a effect that<br>&gt; looks to be something to do with the compression. &nbsp;It is most<br>&gt; pronounced in a scene where there is very little change it gets
<br>&gt; progressivly worse and the corrects itself, which leads to a jerky<br>&gt; effect. &nbsp;If you want to have a look here is a sample output file.<br>&gt;<br>&gt; <a href="http://81.174.135.24/ipodfeed/1001_20071108163000.ipod.mp4" target="_blank">

http://81.174.135.24/ipodfeed/1001_20071108163000.ipod.mp4</a><br>&gt;<br>&gt; I don&#39;t really know enough about video to know what options if any<br>&gt; there are to fiddle with so any help would be appreciated.<br>
<br>
</div>I&#39;ve have a quick write up on how I did this to my new<br>3g nano. &nbsp;It is here -&gt; <a href="http://blog.webhounds.net/?p=6" target="_blank">http://blog.webhounds.net/?p=6</a><br>It basically outlines that I&#39;ve had great results with
<br><br>/usr/bin/ffmpeg -i &quot;%DIR%/%FILE%&quot; -f mp4<br>-vcodec mpeg4-b 1200kb -g 300 -acodec aac<br>-ar 44100 -ab 192 -s 320×240 &nbsp;-aspect 4:3<br>&quot;/video/ipod/%TITLE%-%SUBTITLE%.mp4?<br><font color="#888888"><br>
</font></div>That write-up is awesome. I never know it was that easy to add a custom transcode command to the GUI!
<br></blockquote></div><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" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote></div><br>I put the ffmpeg formula into a script that basically converts all my recordings into mp4 for playback in mythweb.&nbsp; I put the converted files in a separate partition and symlinked it to my mythtv recordings partition.&nbsp; Works with the ipod internal player through safari as well as the&nbsp; mplayer plugin in firefox on my laptop.&nbsp; Its amazing how the quality is so much better than flash which I used before.&nbsp; The behavior of mplayer plugin is to download the entire file before playback so I can have three firefox windows each with mplayer plugin running and since it is configured to use esd, I can switch between windows or play them all at the same time (obviously no practical use. ) I have a couple of machines doing the transcoding currently and after about a week, I think its transcoded 60 % of the files.&nbsp;&nbsp; If anyone is interested, I can upload it.&nbsp;  
<br><br><br>