Quantcast Cannot get Forced Subtitles to Display! - digitalFAQ.com Forums [Archives]
  #1  
05-09-2004, 10:18 AM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
I am using Avisynth 2.5x and for the life of me cannot get forced subtitles to display!!! i remember when i had 2.08 avisynth i could get them to work but some reason with 2.5x they won't work

This is the script i am using:
## DLL Section ##
#
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\MPEG2Dec3.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\grip.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\STMedianFilter.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\asharp.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\unfilter.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\undot.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\Sampler-2.5.dll")
LoadPlugin("G:\Encoding\2.5x avisynth\Plugins\VSfilter.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("G:\Dvdrips\ICHI_THE_KILLER\VIDEO_TS\i chi.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(544, 576, overscan=2)
Vobsub("G:\Dvdrips\ICHI_THE_KILLER\VIDEO_TS\VTS_01 _0.sub")
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

As you can see i have the proper vobsub lines in script etc... but Tmpgenc just will not show the subs when i go to preview

Please help me get to the bottom of this!
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  
05-09-2004, 10:54 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi Adder,
But when you open the avs with windows media player: can you see the forced subs?
Or do you get an error message in red font?
I've never used forced subs before, only regular subs, so I don't know if there is any special argument on VobSub filter.
BTW are you using the latest VSFilter?
C ya
__________________
Rui
Reply With Quote
  #3  
05-09-2004, 12:42 PM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Hey rds_correia

Thanks for the reply mate. I have opened the avs in WMP i am not getting any error plays ok but still doesn't display any subs

Yes i am using the latest version of the VSFilter plugin.

I wonder if the movie is just 1 of those that won't display subs Is this possible

Later.
Reply With Quote
  #4  
05-09-2004, 01:31 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi Adder,
I'm not a "pro" on this subject since I only do regular subs (for Portuguese language, that is) so I never came across forced subs.
It could be that you didn't check the "Forced subs only" box in the VobSub Rip program.
My version of it is dated 30-05-2003 and has that option.
Hope yours have it too.
If so did you check it?
Don't give up.
Someone will show up with the solution.
Cheers
__________________
Rui
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVDLab remote control subtitles button do not display! Prodater64 Authoring VCD, DVD, Blu-ray 7 04-14-2005 09:23 AM
Possible to use forced Subtitles with SubRip? audioslave Subtitles 0 07-16-2003 05:30 PM
What are Forced subtitles? CATENA JP Subtitles 3 07-16-2003 04:05 PM
How to create Forced Subtitles in VobSub? Jellygoose Subtitles 11 04-28-2003 11:15 AM
DVDs and Movies That Use Forced Subtitles? dazedconfused Subtitles 0 04-22-2003 01:35 AM

Thread Tools



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