hamsterstyle
17th August 2010, 00:51
Hey All. I have an avisynth question that I hope you can all answer.
I have a piece of video that is 1920x1080, with subtitles. the video is 3-2 telecine.
A standard IVT works fine.
TFM()
However, the telecine cadence of the video, is different from the subtitles. At some points in the video, we have two frames that repeat, however only one of the frames has the subtitle on it. Thus tdecimate fails to correctly decimate.
My fix is to crop off the subtitles, run tdecimate(output="temp.txt"), then rerun the script normally with tdecimate(input="temp.txt").
Is there any way to do this with only one pass, or to do it more intelligently?
I have a piece of video that is 1920x1080, with subtitles. the video is 3-2 telecine.
A standard IVT works fine.
TFM()
However, the telecine cadence of the video, is different from the subtitles. At some points in the video, we have two frames that repeat, however only one of the frames has the subtitle on it. Thus tdecimate fails to correctly decimate.
My fix is to crop off the subtitles, run tdecimate(output="temp.txt"), then rerun the script normally with tdecimate(input="temp.txt").
Is there any way to do this with only one pass, or to do it more intelligently?