<div class="gmail_quote">On Thu, Nov 18, 2010 at 10:32, Steve <span dir="ltr"><<a href="mailto:stevemyth@priorityelectronics.com">stevemyth@priorityelectronics.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello, simply stated, is there an easy way to get recordings to my Droid?<br></blockquote><div> </div><div>For my Nexus One, I use:<br>
<br>
ffmpeg -i $file -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g
300 -s ${tw}x${th} -bf 2 -flags qprd -flags mv0 -vcodec mpeg4 -acodec
libfaac -ac 2 -ar 16000 -r 13 -ab 32000 $outfile<br>
<br>
where $tw and $th are the dimensions of your android device's display,
and $file and $outfile are as you would expect. Hope this helps, your
mileage may vary.<br>
<br>
$0.02,<br>
EW<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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>
</blockquote></div><br>