Win One Button DVD/BluRay Ripping using a Launcher from within XBMC
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!
Reply


Messages In This Thread
[No subject] - by Spinalcrack - 2011-07-10, 23:22
New forum member is here - by Geatteevold - 2012-08-23, 03:11
[No subject] - by Johnnovision - 2011-07-12, 22:39
[No subject] - by patm95 - 2011-07-13, 05:03
[No subject] - by Spinalcrack - 2011-07-13, 05:40
[No subject] - by realjobe - 2011-07-13, 13:30
[No subject] - by Spinalcrack - 2011-07-13, 14:20
[No subject] - by publicENEMY - 2011-12-09, 04:40
RE: - by apr0mpt - 2013-01-16, 23:53
[No subject] - by Valdysses - 2012-02-25, 19:17
[No subject] - by Spinalcrack - 2012-02-26, 00:30
[No subject] - by cank - 2012-02-26, 21:32
[No subject] - by Spinalcrack - 2012-02-26, 23:45
[No subject] - by cank - 2012-02-27, 03:31
[No subject] - by Spinalcrack - 2012-02-27, 03:52
any news? - by TheOutlawEzE - 2012-02-28, 07:44
[No subject] - by Spinalcrack - 2012-02-28, 15:34
Updated version - by Spinalcrack - 2012-02-29, 06:46
[No subject] - by TheOutlawEzE - 2012-03-01, 06:24
[No subject] - by Spinalcrack - 2012-03-01, 06:38
*** Major Bug Fix *** - by Spinalcrack - 2012-08-06, 21:42
RE: One Button DVD/BluRay Ripping using a Launcher from within XBMC - by kyrios2021 - 2012-12-23, 02:16
Logout Mark Read Team Forum Stats Members Help
One Button DVD/BluRay Ripping using a Launcher from within XBMC9