Hello, this is my first post here.
I have a VHS rip that runs 29.97i TFF and my end goal is to detelecine to 23.976 using Avisynth. So far I haven't been able to figure out how to do this after browsing multiple threads so I thought I would make one.
Thanks in advance.
+ Reply to Thread
Results 1 to 5 of 5
-
-
TFM().TDecimate()
-
do I need to add parameters or will this script work?
input="C:\users\Videos\1.mkv" #put full file path here inside ""
audio=FFAudioSource(input)
clip=FFVideoSource(input)
clip=AudioDub(clip, audio)
clip=ConvertToYV12(clip)
clip=KillAudio(clip)
clipb=clip
clip=tfm(clip)
clip=tdecimate(clip)
Return Clip -
Why a VHS rip is in a mkv container?
For inverse telecine the default parameter are often ok. Put a sample if you face difficulties. -
It's not actually in an mkv container, i changed the parameters since then accordingly.
The script worked great, I really appreciate the help!
Similar Threads
-
[AnimeIVTC] Inability to Inverse Telecine
By DEFiANT in forum RestorationReplies: 7Last Post: 17th Jan 2025, 08:19 -
inverse telecine weird NTSC DVD back to film introduces problems
By skh in forum Video ConversionReplies: 30Last Post: 24th May 2024, 05:11 -
Inverse Telecine: Double Checking My Work
By pulsar8 in forum RestorationReplies: 15Last Post: 30th Jun 2023, 14:52 -
480i Inverse Telecine - Audio Falling in/out of Sync
By ThaKarra in forum Video ConversionReplies: 4Last Post: 3rd Jun 2021, 20:10 -
DVD Inverse Telecine ?
By dolpsdw in forum Newbie / General discussionsReplies: 9Last Post: 16th Dec 2020, 09:15