digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Subtitles (http://www.digitalfaq.com/archives/subtitles/)
-   -   How to use.sub and .idx files to make subtitles? (http://www.digitalfaq.com/archives/subtitles/10226-how-usesub-idx.html)

WOWIEGURL 06-11-2004 07:54 AM

How to use.sub and .idx files to make subtitles?
 
Hi... I'm trying to back up a dvd and I have subtitle files that are .sub and .idx. How do I include them in the script to make them show up when I play the kvcd?? Do I need to do a conversion to .srt?My subs are chinese characters and I want to keep them. The .idx and .sub show up when I play the file in wmp.

rds_correia 06-11-2004 08:16 AM

Hi,
As you may find in many guides here.
I assume that from the file extensions you're talking about *.idx/*.sub you used vobsub to extract the subs from your movie.
You need also VSFilter.dll in your Avisynth's plugins folder.
Besides that you'll need a line in your script like:
Code:

Vobsub("c:\path\subtitles.sub")
But if you're saying that playing the script through wmp you can already watch it with subs, it's because you've followed these steps and you'll be alright.
Cheers

PS-When you forget to include something in a post, try the edit button on it instead of reposting ;-)

WOWIEGURL 06-11-2004 08:23 AM

sorry!!! thanks very much for your help!!!!

WOWIEGURL 06-11-2004 08:30 AM

what about the .idx? I find that if I don't include it in the same folder the subs won't show up

rds_correia 06-11-2004 08:41 AM

Hi Wowie,
You don't need to use the *.idx at all.
But, you have to keep it in the same directory where you have the *.sub file or else this won't work at all.
That's just it.
Cheers

WOWIEGURL 06-11-2004 08:49 AM

what is vobsub under? I tried to find it in my computer but I can't find it.

rds_correia 06-11-2004 10:47 AM

Hi,
How did you get that *.idx and *.sub files?
What tool did you use?
I assumed you used VobSub.
Seems I was wrong?
Cheers

Dialhot 06-11-2004 11:16 AM

Quote:

Originally Posted by rds_correia
I assumed you used VobSub.

I can also use something called Internet :-)

Note: in the script you can put either :
Vobsub("c:\path\subtitles.sub")
Vobsub("c:\path\subtitles.idx")
or
Vobsub("c:\path\subtitles") :!:


All times are GMT -5. The time now is 08:56 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.