<div class="gmail_quote">On Tue, Jun 9, 2009 at 12:30 PM, Scott Harris <span dir="ltr">&lt;<a href="mailto:mythtv@webhounds.net">mythtv@webhounds.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">Jeff Thurston wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can anyone recommend a better way of exporting recordings to an iPod touch?<br>
I use mythrename+handbrake, but would like to make this as simple as possible for the wife...<br>
<br>
I&#39;ve tried Mythexport with limited success, but that might be due to ffmpeg.<br>
</blockquote>
<br></div></div>
Like the OP, I also use ffmpeg, in a user job, thusly:<br>
<br>
/usr/bin/ffmpeg -i &quot;%DIR%/%FILE%&quot; -f mp4 -vcodec mpeg4 -b 1200kb  -g 300  -ab 192 -s 320x240 -aspect 4:3 &quot;/video/ipod/%TITLE%-%SUBTITLE%.mp4&quot;<br>
<br>
You just navigate to the recording you want (via myth) and have it processes the job.  I have it output to a directory that is accessible<br>
via http so then she can just hit the web site and start watching.  She<br>
doesn&#39;t have to sync anything this way.<br><font color="#888888">
<br>
Scott</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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>
</div></div></blockquote></div><br>Thanks Scott, your suggestion  did it for me. I&#39;m not sure what is wrong with MythExport, the problem obviously isn&#39;t ffmpeg now. Should have thought of this myself though :D<br>

<br>