Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 4th January 2022, 17:31   #1  |  Link
alexVS
Registered User
 
Join Date: Sep 2004
Posts: 147
Problem with deinterlacing (TFF and BFF in source change)

I'm trying to process video of hockey game.
Video is interlaced, so I do deinterlace with Yadif(order = 1, mode = 1)
to make double frame rate 59.94fps
The problem is that some parts of video are Top Field First and looks like some parts are Bottom FF).
Yadif(order = 1, mode = 1) - some smooth, other jerky
Yadif(order = 0, mode = 1) - other smooth, previous one jerky

Example:
https://drive.google.com/file/d/1geq...ew?usp=sharing

around 15 seconds in, there's a change from TTF to BFF
It happens in many parts of video
Is there a way to solve this problem?

My script:
Code:
f1="WJC Rus-Swe.mkv"
video = DSS2(f1,FPS=29.97)
audio = DirectShowSource(f1,fps=29.97,audio=true)
AudioDub(video, audio)

yadif(order = 1, mode = 1)
lanczosresize(1280,720)
sharpen(0.2)

ConvertToYV12()
alexVS is offline   Reply With Quote
 

Tags
avisynth, deinterlace


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:21.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.