Win One Button DVD/BluRay Ripping using a Launcher from within XBMC
(2012-08-16, 19:22)hewskie Wrote: Ok, it happened again, to the movie "AI" this time, but I'm not too worried about it.

New problem:

I've ripped about 6 or 7 movies now and they all have subtitles attached and defaulted to ON if I don't compress them with handbrake. If I do use handbrake, it gets rid of the subtitles completely. I have quite a bit of space and the compression takes a long time. I have somewhere between 400 - 500 dvds to rip so i thought for now I'd just leave them uncompressed. If i open them in VLC and right click the video, I can turn the subtitles off, but I can't seem to find any settings in XBMC that will default to subtitles off.

I know you said the makemkv program just rips any stream longer than 1 hour, but do you have any idea why it is also is taking the subtitles every time?

Thanks

Ya makemkv rips the subtitles to, but as you said you can turn them off. To have them default to off in XBMC do this. Start playing any video, and take the mouse pointer to the bottom of the screen. The play/Stop etc controls will come up. On the right hand side there is an Audio icon. Click that. Go down to where it says Enable Subtitles and there is a radio button that is on. Unselect that to disable subtitle and then go further down and select set as default for all movies.

You can still turn them back on for individual movies / shows, but it will now default to having the subtitles off. You kinda want subtitles anyways because in some movies that are say in English, there will be Spanish or Japanese parts etc that you will want just that snippet for.

If you want to keep the subtitles in the compressed file you need to add the subtitle option in your AutoRipDVD.bat file. The two main options are

Quote: -N, --native-language Specifiy your language preference. When the first
<string> audio track does not match your native language then
select the first subtitle that does. When used in
conjunction with --native-dub the audio track is
changed in preference to subtitles. Provide the
language's iso639-2 code (fre, eng, spa, dut, et cetera)
--native-dub Used in conjunction with --native-language
requests that if no audio tracks are selected the
default selected audio track will be the first one
that matches the --native-language. If there are no
matching audio tracks then the first matching
subtitle track is used instead.

So you would need to change this line:

Code:
Set QUALITY=--ab 64 --mixdown mono --quality 23 -e x264 -x %X264%

to

Code:
Set QUALITY=--ab 64 --N eng --mixdown mono --quality 23 -e x264 -x %X264%

or something other than "eng" if you want the subs in another language. There are a lot of options for Handbrake, especially with the sound and subtitles. You can add the options to the QUALITY like in AutoRipDVD.bat. All options can be found here: https://trac.handbrake.fr/wiki/CLIGuide


I still do not understand why you are getting two files when compressing though. What seems weird is that it's not doing that every time or is it?
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 Spinalcrack - 2012-08-16, 19:56
Logout Mark Read Team Forum Stats Members Help
One Button DVD/BluRay Ripping using a Launcher from within XBMC9