<br><br><div class="gmail_quote">On 10 March 2011 04:51, scram69 <span dir="ltr">&lt;<a href="mailto:scram69@gmail.com">scram69@gmail.com</a>&gt;</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;">
<div class="im">On Wed, Mar 9, 2011 at 6:18 AM, Harry Devine &lt;<a href="mailto:lifter89@comcast.net">lifter89@comcast.net</a>&gt; wrote:<br>
</div><div class="im">&gt; I found a thread yesterday that discussed this, so I thought I&#39;d give it<br>
&gt; a try since I just got a Verizon iPhone, and thought it would be neat to<br>
&gt; bring a few recordings with me to watch during my lunch break at work.<br>
&gt; I installed Handbrake on my backend, and ran the following command:<br>
&gt;<br>
&gt; ./HandbrakeCLI -i &lt;file&gt; -o &lt;file&gt;.mp4 --preset=&quot;iPhone &amp; iPod Touch&quot;<br>
&gt;<br>
&gt; That created an mp4 file that I got down to my Windows box.  When I try<br>
&gt; to use iTunes to put it on to my iPhone,  I get an error saying that the<br>
&gt; file could not be imported since it cannot be played on the iPhone<br>
&gt; (something like that; I&#39;m paraphrasing).<br>
&gt;<br>
&gt; Has anyone had much luck or success getting recordings transcoded for,<br>
&gt; and on to, an iPhone?  Specifically an iPhone 4?  The iPhone OS version<br>
&gt; is 4.2.6 if that matters.  I also have it jail-broken too.<br>
&gt;<br>
&gt; Thanks!<br>
&gt; Harry<br>
&gt;<br>
</div>Another option for the iPhone is to run AirVideo Server on the backend<br>
and convert on the fly.  It uses ffmpeg to convert, and I&#39;ve had very<br>
good results streaming to remote locations. I run a nightly<br>
<a href="http://mythrename.pl" target="_blank">mythrename.pl</a> to give my shows human-readable names for the iPhone.<br>
Of course, this means you will need to be near a wifi hotspot, as it<br>
will quickly send you over the limit for your 3G data allotment...<br>
Here&#39;s a link:<br>
<a href="http://wiki.birth-online.de/know-how/hardware/apple-iphone/airvideo-server-linux" target="_blank">http://wiki.birth-online.de/know-how/hardware/apple-iphone/airvideo-server-linux</a><br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>I&#39;m using the following as a userjob running handbrake-cli version 0.9.4<br><br>/usr/bin/HandBrakeCLI -i &quot;%DIR%&quot;/&quot;%FILE%&quot; -o /storage/recordings/&quot;%FILE%&quot;.mp4 --preset=&quot;iPhone &amp; iPod Touch&quot;  <br>
<br>works fine you could change the output to &quot;%TITLE&quot;-&quot;%SUBTITLE&quot;.mp4 or something along those lines if you wanted real names<br></div></div><br>Cheers,<br><br>Anthony<br>