View Single Post
Old 17th June 2010, 07:49   #98  |  Link
asarian
Registered User
 
Join Date: May 2005
Posts: 1,462
Quote:
Originally Posted by Zachs View Post
The english sup is fine though - perhaps you've cropped away the sup?
Hmm, trying this again, and I still can't get the English subs to show, try as I might. This should have worked:

Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFMS2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\SupTitle.dll")

video=FFVideoSource("D:\Temp\video.mkv").ConvertToYV12()
video=SupTitle(video, "D:\subs\2010.sup", forcedOnly=true, swapCbCr=false, relocate=false)
video=Crop(video, 0, 142, 0, -142)
video=ConvertToRGB(video)

return video
Even without the crop, the subs are still a no-show. :( May I ask, what script did you use to get the subs I posted to work?
__________________
Gorgeous, delicious, deculture!
asarian is offline   Reply With Quote