As a quick setup for FPS Converter 50p to 25i, the following Custom AviSynth Script is looking good!
Code: Select all
m_clip = ConvertToYUY2(m_clip)
m_clip = AssumeTFF(m_clip)
m_clip = SeparateFields(m_clip)
m_clip = SelectEvery(m_clip, 4, 0, 3)
m_clip = Weave(m_clip)
Return m_clip
Gabi