LinHES Forums
http://forum.linhes.org/

User Job Comvert to DivX ?
http://forum.linhes.org/viewtopic.php?f=6&t=10028
Page 1 of 1

Author:  chrisj [ Sat May 13, 2006 8:51 pm ]
Post subject:  User Job Comvert to DivX ?

I have been trying to work out a way to convert my recordings (some) to DivX , with a size of 512x386 and bit rate of 900

I have tryed using the following

as my user job
Code:
/usr/local/bin/myth2divx "%DIR%" "%FILE%" "%TITLE%" "%CHANID%" "%PROGSTART%"


/usr/local/bin/myth2divx
Code:
#!/bin/sh
# /usr/local/bin/myth2divx
#
/usr/bin/mencoder $1/$2 -ovc lavc \
-lavcopts vcodec=mpeg4:vhq:vbitrate=900 \
-vop scale=512:386 -zoom -xy 512 -oac mp3lame \
-lameopts abr:br=128 -o '/mythtv/divx/$3-$4-$5.divx'



The only problam is that I seem to be having all sorts of problams with aspect , most things I record are in 16x9 , my aim is just to have the 16x9 croped to a 4x3 ( keeping the middle ) and then re-sized to 512x386.

but I just can't seem to get it to work :-(

I have tryed to use the aspect=4/3 command but still no luck , everything still ends up squashed !

I thort of using nuvexport but it reports
Code:
6. Export to DivX (disabled)


I'm still tryingto think of a way to use the cut list as well
Any advice welcome

Chris
B5R7

Author:  Hongotistas [ Sat May 20, 2006 5:10 pm ]
Post subject:  aspect

try adding aspect...
mencoder -aspect 1.33333333333333
or
mencoder -aspect 1.77777777777778

hope it helps.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/