2010-01-26, 07:07 PM
I changed some settings in the config.xml file for divx conversion that looks reasonable but still about half the size of a ts file.
You might be able to lower the bit rate -b option more but it looks good like this.
Code:
<Conversion name="DivX" cmd="-y -i {SOURCE_FILE} -f avi -ab 224k -ac 2 -acodec mp3 -vcodec mpeg4 -s 1280x720 -b 4000k -vtag DIVX {DEST_FILE}" targetExtension=".avi" />
You might be able to lower the bit rate -b option more but it looks good like this.