2008-04-05, 05:21 PM
Im trying to make a Divxtranscoding profile for my nokia n73, screen res 240 x 320.
Im looking in the config file and getting a little stuck.
<Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1000k -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
<Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
The video ipod setting looks similar, but if I want to customize the Divx profile I dont see an option for the screensize.
A little help understanding the different fields would be great.
-f = filter?
-s = size?
etc
thanks
Im looking in the config file and getting a little stuck.
<Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b 1000k -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
<Conversion name="Video Ipod" cmd="-y -i {SOURCE_FILE} -title {TITLE_SUBTITLE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
The video ipod setting looks similar, but if I want to customize the Divx profile I dont see an option for the screensize.
A little help understanding the different fields would be great.
-f = filter?
-s = size?
etc
thanks