I have the following setup for N800, if it would help you any, modify where needed. I share that dir from webserver, so I get to just download the videos via web browser.<br><br><br>UserJob1: /home/ikke/bin/<a href="http://pdatranscode.pl">pdatranscode.pl</a> --file %FILE% --title &quot;%TITLE%&quot; --subtitle &quot;%SUBTITLE%&quot; --description &quot;%DESCRIPTION%&quot;<br>
<br>UserJobDesc1: PDA Transcode<br><br>Get pdatranscode script from here (pointed from mythtv wiki): <a href="http://www.tux.org/~peterw/linux/pdatranscode.pl.txt">http://www.tux.org/~peterw/linux/pdatranscode.pl.txt</a><br>
<br>and these options I reconfigured:<br>  &#39;dir&#39;            =&gt; &#39;/stuff/videot/mythtv&#39;,<br>  &#39;pda-dir&#39;        =&gt; &#39;/stuff/videot/pda&#39;,<br>  &#39;filename-format&#39;    =&gt; &#39;{title:20}-{month}-{day}-{subtitle:20}-{hour}{minute}.avi&#39;,<br>
  &#39;transcoder&#39;        =&gt; &#39;lame&#39;,<br>  &#39;scale&#39;        =&gt; &#39;400:240&#39;,<br>  &#39;crop&#39;        =&gt; &#39;720:402:0:20&#39;,<br>  &#39;umask&#39;        =&gt; &#39;0002&#39;,<br>  &#39;max-episodes&#39;    =&gt; &#39;&#39;,<br>
  &#39;max-size-all&#39;    =&gt; &#39;&#39;,<br>  # install &quot;options&quot;, only used when installing this script<br>  &#39;install-job-name&#39;    =&gt; &#39;PDA Transcode&#39;,<br>  &#39;install-db-host&#39;    =&gt; &#39;127.0.0.1&#39;,<br>
  &#39;install-db-name&#39;    =&gt; &#39;mythconverg&#39;,<br>  &#39;install-db-user&#39;    =&gt; &#39;mythtv&#39;,<br><br><br>&#39;lame&#39; =&gt; &#39;mencoder -oac mp3lame -lameopts abr:br=64 -af volnorm -ovc lavc -lavcopts vcodec=mpeg4:dark_mask=0.15:autoaspect:vbitrate=512:trell=yes:v4mv=yes:vpass=1  -vf crop={crop},scale={scale} -idx -ffourcc DIVX  -ofps 29.97 -o {outfile} {infile} -quiet&#39;,<br>
);<br><br>