Quantcast Subtitles only for the Scenes that are Not English? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
04-19-2003, 09:44 AM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Hi guys

I have come to encode a dvdrip of "Sum of all Fears" movie, and about 15min into movie there is scene where it is arabic language i think, anyway i want this to have English subtitles and only the scenes that are not English.

Whats the easiest and quickest method for this

Thanks all
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-19-2003, 11:21 AM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
You see the problem is i have given the dvd back, so i am not sure what they are supposed to be saying All i have is the vobs on hard drive now. I have ripped the subs from the vobs but as i have said i don't have original dvd

Is there anything i can do to resolve this or something that automatically knows where the subs are placed.

Thanks.
Reply With Quote
  #3  
04-19-2003, 02:17 PM
dazedconfused dazedconfused is offline
Free Member
 
Join Date: Nov 2002
Posts: 316
Thanks: 0
Thanked 0 Times in 0 Posts
I'm no pro with subtitles, buy I'll try to help.

Did you use DVD-Decrypter to rip? If so, you could look at the "Stream-Information.txt" file that was created when you ripped the movie to see which subtitle tracks are listed, and where. What you want is the "Forced" subs. Some movies have a separate track for Forced Subs, while others might combine forced and non-forced subs into the same track by using flags that tell your dvd player which are which.

Use VobSub Configure to rip the subtitle track you want. It will create a .sub and a .idx file for you. If there was a separate "Forced" subtitle track listed in DVD-Decrypter and this is the track you used in VobSub Configure, then you shouldn't need to do anything else except add a VobSub line to your avisynth script similar to this:

Code:
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC2.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\LegalClip.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\GripFit_preview.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\Sampler.dll")
LoadPlugin("C:\Program Files\Avisynth2\plugins\Unfilter.dll")
LoadPlugin("C:\Program Files\Avisynth2\plugins\STMedianFilter.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")

Mpeg2Source("F:\movie.d2v")
LegalClip()
GripCrop(width=544, height=480, overscan=2)
VobSub("f:\movie\VTS_01_0")
GripSize(resizer="bicubicresize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50) 
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(.3))
GripBorders()
LegalClip()
You can preview your script in TMPG to check your arabic-language scene and make sure you chose the right subtitle track and the correct settings in VobSub Configure so it will display properly in your encode (if you have trouble with settings, you might check doom9 or sefy's latest guide at vcdhelp..although I've personally found most vobsub guides to be a bit confusing and lacking).

If the subtitle track you used in VobSub Configure was not listed as it's own separate "Forced" Subtitle track in DVD-Decrypter (i.e. if there's just 1 subtitle track that says English which uses flags within it that force your dvd player to display them at the appropriate time, like when an alien is speaking in a language you can't understand), then you'll want to open the .idx file that VobSub Configure created for you, and scroll down to the line that says:

Code:
# ON: displays only forced subtitles, OFF: shows everything
forced subs: OFF
Just change the "forced subs: OFF" to "ON", and save the change. Then proceed with your avisynth script in the same way previously described. Preview in TMPG to make sure it worked the way you wanted it.

As I said earlier, I'm no subtitle pro (maybe there's an easier/better way), but these are the methods I used successfully on the few movies I've encoded which had forced subs in them. Hope it helps. Good luck.

-d&c

By the way, if you're reading this Kwag, maybe a separate Subtitle Forum or at least a subtitle sticky-thread of some kind might be a good idea for kvcd.net? There are some subtitle guides at other sites, but they're a bit lacking and you've gotta combine 2 or 3 of them to figure out how they apply to kvcd-ing. Also, I think it'd be great if we could get a thread going of movies that have forced-subs in them...it could save some people from having to re-encode their movies a 2nd time! Just a thought.
Reply With Quote
  #4  
04-19-2003, 03:42 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by dazed&confused
By the way, if you're reading this Kwag, maybe a separate Subtitle Forum or at least a subtitle sticky-thread of some kind might be a good idea for kvcd.net?
Done

-kwag
Reply With Quote
  #5  
04-19-2003, 05:35 PM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Hi

Thanks for the long explanation dazed&confused much appreciated. I am alittle confused with vobsub configure though. When i open the IFO and get to the select PGC screen on the top right pane it displays a list of languages 00-17. The strange think is though 04 13 14 16 17 are all English is this right Another problem is that all the languages don't appear to work if i choose 00 which is Arabic this shows subtitles but i choose any other language tmpgenc displays nothing

What am i doing wrong

Thanks again
Reply With Quote
  #6  
04-21-2003, 04:15 PM
dazedconfused dazedconfused is offline
Free Member
 
Join Date: Nov 2002
Posts: 316
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry for the delay Adder...been pretty busy with the holiday weekend and all. Have you already managed to figure out your VobSub problem? (hope so!).

As I said before, I'm definetly not that well-versed with subtitles (in fact, I've only encoded 2 movies so far that had forced-subs in them, requiring me to learn how to use VobSub!). I had to hunt and peck through a few different guides at doom9 and vcdhelp (Sefy just updated his guide with some Forced-Subs info, so that might be helpful). I'm affraid I don't really know the answer to your problem...I think you'll probably just have to figure out which subtitle track contains the exact subs you want through trial-and-error. Forced-subs are a pain in the arse...in a perfect world, forced-subs would always be hard-coded directly into the movie.

Was that dvd a Region2 PAL, or Region1 NTSC disc? I may be able to borrow the NTSC one from a friend (if they have it) and take a look at it (though I can't promise I'd actually be of any more help to you! ).

Hopefully someone else can chime in here with some words of advice though. Good luck.

-d&c
Reply With Quote
  #7  
04-21-2003, 04:51 PM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Hi dazed&confused

Hope you had a good break i know i have

I have figured out vobsub configure now and got subs working in movie

Thanks for you great advice. I do agree with you about setting up a new forum for subtitled movies which kwag has already done cause i have wasted afew cds figuring out where subs in movie are etc

Anyway cya later.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add English subtitles to DVD? LadyInRed Subtitles 3 08-18-2007 08:33 AM
KVCD guides translated into English? fingerbob Video Encoding and Conversion 1 07-10-2004 06:39 PM
English Language glänzend Off-topic Lounge 1 06-02-2004 10:52 AM
Trouble getting the English subtitles jshew Subtitles 2 01-21-2004 06:05 AM
To jorel, others and english JoZ Off-topic Lounge 5 04-06-2003 08:35 AM




 
All times are GMT -5. The time now is 09:11 AM  —  vBulletin © Jelsoft Enterprises Ltd