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 "%TITLE%" --subtitle "%SUBTITLE%" --description "%DESCRIPTION%"<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> 'dir' => '/stuff/videot/mythtv',<br> 'pda-dir' => '/stuff/videot/pda',<br> 'filename-format' => '{title:20}-{month}-{day}-{subtitle:20}-{hour}{minute}.avi',<br>
'transcoder' => 'lame',<br> 'scale' => '400:240',<br> 'crop' => '720:402:0:20',<br> 'umask' => '0002',<br> 'max-episodes' => '',<br>
'max-size-all' => '',<br> # install "options", only used when installing this script<br> 'install-job-name' => 'PDA Transcode',<br> 'install-db-host' => '127.0.0.1',<br>
'install-db-name' => 'mythconverg',<br> 'install-db-user' => 'mythtv',<br><br><br>'lame' => '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',<br>
);<br><br>