[mythtv-users] Need some help transcoding for N900
Tim Ashman
tim at ashmans.net
Mon Jan 11 14:21:42 UTC 2010
On Monday 11 January 2010 12:59:00 am ikke wrote:
> 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:vpas
>s=1 -vf crop={crop},scale={scale} -idx -ffourcc DIVX -ofps 29.97 -o
> {outfile} {infile} -quiet',
> );
Thank you. I'll give this a try
tim
More information about the mythtv-users
mailing list