<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 11/18/2010 12:39 PM, E. Westbrook wrote:
<blockquote
 cite="mid:AANLkTin0wXt=dpLeO1k5fpQiRj1x8VdQAfg2X3Dn=Ds3@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Thu, Nov 18, 2010 at 10:32, Steve <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:stevemyth@priorityelectronics.com">stevemyth@priorityelectronics.com</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;">Hello,
simply stated, is there an easy way to get recordings to my Droid?<br>
  </blockquote>
  <div>&nbsp;</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.&nbsp; Hope this helps, your
mileage may vary.<br>
  <br>
$0.02,<br>
EW <br>
  </div>
  </div>
  <br>
</blockquote>
Does that get rid of the commercials? Also, Some fo the programs i am
recording are broadcast&nbsp; 16:9 but my pvr-500 records them as 4:3. Can
this remove the black bars?<br>
Also, how do you transfer them to your droid (other than usb connection)<br>
-Thanks<br>
</body>
</html>