View Full Version : how to multiplex ifo+sub with avi?


jdle
26th December 2002, 02:56
0I ripped a DVD to my hard disk. i get a .ifo file and .sub file after using the vobsub plugin in virtual dub.(file was like 10 mb)
using windows media player, under the vobsub properties i could open the .ifo , then it plays the video with the subtitles exactly like the original, not "OCR"ed subtitles.

My question is how do i multiplex this .ifo/.sub with a .avi so that i will not have to manually type in the path of the subitles under the vobsub properties everytime i watch the .avi?

Schultz
26th December 2002, 14:33
You can't mux the subtitles into the avi unless they are OCR'ed as a ssa file and then muxed in Using SubMux from the vobsub package.. but to get your subs to auto load each time just name them the same as your movie so

movie.avi
movie.idx
movie.sub

bilu
30th December 2002, 12:49
You can mux vobsub in AVS scripts

it's something like

loadplugin(vobsub.dll)

vobsub(c:\movie\VTS_01_0)

if you have the files

c:\movie\VTS_01_0.idx
c:\movie\VTS_01_0.sub

Schultz
30th December 2002, 23:50
Originally posted by bilu
You can mux vobsub in AVS scripts

it's something like

loadplugin(vobsub.dll)

vobsub(c:\movie\VTS_01_0)

if you have the files

c:\movie\VTS_01_0.idx
c:\movie\VTS_01_0.sub

Well that isn't muxing files into Avi's that is burning the Subtitles into the video, making them non-removable.