PDA

View Full Version : How to extract forced subtitles with VSRip command file ?


=A=RGOS
11th April 2008, 18:58
Hello,

The title is explicit :rolleyes:.

In the interface, extraction of forced subtitles work very well.
But I don't find in the documentation how to work with an automatic command file :confused: in command line with not GUI.
In my command file, the extraction of standard subtitle work but what is the parameter for forced subtitle ?
It's impossible or isn't in documentation ?
If possible, how to do this ?

Thanks for your help,
bye,

Kurtnoise
12th April 2008, 08:41
not possible afaik with this tool...

=A=RGOS
12th April 2008, 09:10
Thanks but it's possible in command line with an other tool ?

Kurtnoise
12th April 2008, 11:54
There is a workaround with vobsub but you need to extract all subs (not only the forced ones).

rundll32 vobsub.dll,Configure my_file.vobsub

where my_file.vobsub contains :
e:\video_ts\vts_01_0.ifo
c:\outputpath
1
0
ALL
CLOSE


1: my PGC number, in this case...

=A=RGOS
12th April 2008, 17:27
OK for that but this extract all sub.
In the IDX file I show that :
# ON: displays only forced subtitles, OFF: shows everything
forced subs: OFF

I will test if I modifie this value the result is only forced with a full extract.

EDIT : The test is correct and the "forced sub" allow only forced sub.

bye