For anyone interested and for those not that well at making command line changes for video:
I have recently updated the way 720 and 1080 High work in my script... its not updated yet in the download but here:
Code:
:720pHigh
Set RESOLUTION=720p
Set PICTURE=-f mkv --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic --modulus 2
Set VIDEO=-m -e x264 -q 19 --vfr
Set AUDIO=-a 1,1 -E copy,faac -B 160,0 ,auto -R Auto,Auto -D 0,0 --gain=0,0 --audio-copy-mask ac3,dts,dtshd --audio-fallback ffac3
Set ADVANCED=--x264-profile high
Goto :EOF
Code:
:1080pHigh
Set RESOLUTION=1080p
Set PICTURE=-f mkv --decomb -w 1920 --height 1080 --crop 0:0:0:0 --loose-anamorphic --modulus 2
Set VIDEO=-m -e x264 -q 19 --vfr
Set AUDIO=-a 1,1 -E copy,faac -B 160,0,auto -R Auto,Auto -D 0,0 --gain=0,0 --audio-copy-mask ac3,dts,dtshd --audio-fallback ffac3
Set ADVANCED=--x264-profile high
Goto :EOF
I've recently after testing have determined i really do not like mixing down my audio, especially if you ahve a speaker setup, so what i did was make an original audio feed and a stereo feed
also i have changed the advanced settings to the high profile default and it results in a faster encoding with the same results
enjoy!