[mythtv-users] Need some help transcoding for N900

ikke ikke at iki.fi
Mon Jan 11 08:59:00 UTC 2010


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.


UserJob1: /home/ikke/bin/pdatranscode.pl --file %FILE% --title "%TITLE%"
--subtitle "%SUBTITLE%" --description "%DESCRIPTION%"

UserJobDesc1: PDA Transcode

Get pdatranscode script from here (pointed from mythtv wiki):
http://www.tux.org/~peterw/linux/pdatranscode.pl.txt

and these options I reconfigured:
  'dir'            => '/stuff/videot/mythtv',
  'pda-dir'        => '/stuff/videot/pda',
  'filename-format'    =>
'{title:20}-{month}-{day}-{subtitle:20}-{hour}{minute}.avi',
  'transcoder'        => 'lame',
  'scale'        => '400:240',
  'crop'        => '720:402:0:20',
  'umask'        => '0002',
  'max-episodes'    => '',
  'max-size-all'    => '',
  # install "options", only used when installing this script
  'install-job-name'    => 'PDA Transcode',
  'install-db-host'    => '127.0.0.1',
  'install-db-name'    => 'mythconverg',
  'install-db-user'    => 'mythtv',


'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',
);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100111/9b40ea9f/attachment.htm>


More information about the mythtv-users mailing list