View Single Post
Old 8th September 2017, 04:14   #1  |  Link
ogrgkyle
Registered User
 
Join Date: Aug 2015
Posts: 17
TFM IVTC not working on .MPG

Here's my script. The .mpg was copied from a DVD.

video = FFmpegSource2("F:\mymovie.mpg")
TFM(video, order = 1)
TDecimate(video)
video = BicubicResize(video, 640, 480)
return video

This outputs the video, but it is still telecined and it is still 30i. Why won't it work to detelecine? Thanks.
ogrgkyle is offline   Reply With Quote