View Single Post
Old 12th September 2016, 04:18   #37  |  Link
blaze077
Registered User
 
Join Date: Jan 2016
Posts: 79
Quote:
Originally Posted by StainlessS View Post
Blaze, finally gotten around to looking at the nonsubbed clip.
The hardsubs clip is 1280x720@23.976 and the nonsubbed at 1920x1080@29.97,
are you aware that they are different frame size and frameRate ?

I'll still continue with current script a bit but no way will it be able to perform the required magic on those clips.
I think you said somewhere that thread was just experimentation, if so then need compatible clips.
Dont know if JohnMeyer mentioned Vegas can deal with varying clip characteristics.
Oh, yes. Sorry, I forgot to mention that. I simply use the following script to make the clips matching in properties (besides the trimming):

Code:
TFM().TDecimate()
Crop(2, 0, -2, 1080, align=False)
Spline64Resize(1280,720)
I tested the new and I can't really say anything because the detection still seems to work well. It highlights all the subtitles very well. It's only on the removal when I can actually see it.
blaze077 is offline   Reply With Quote