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

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th September 2022, 07:21   #1  |  Link
TruthOverFacts
Fact Checker
 
Join Date: Jan 2022
Posts: 23
NTSC or PAL? That is the question...

Can this be fixed? I would like to make it 23.976p. Is srestore my best option?

The pattern is four interlaced, then one progressive. I've never seen anything like this.

https://www.mediafire.com/file/idopk...aclip.avi/file
TruthOverFacts is offline   Reply With Quote
Old 28th September 2022, 14:56   #2  |  Link
Katie Boundary
Registered User
 
Katie Boundary's Avatar
 
Join Date: Jan 2015
Posts: 1,048
bob it and then tell us what the pattern is
__________________
I ask unusual questions but always give proper thanks to those who give correct and useful answers.
Katie Boundary is offline   Reply With Quote
Old 30th September 2022, 09:29   #3  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,823
To me it looks like standard 2:3 pulldown, at least in theory, but there is some ghosting/blurring on the telecined fields I don't quite understand.

Maybe try something like this as it seems to clean some of it up. Cropping and resizing is optional of course, but the cropping and resizing below gets you to exactly 4:3.

Code:
FFVideoSource("E:\faclip.mkv", cachefile="E:\faclip.ffindex")
Crop(22,0,-6,-8)
Yadif(mode=1)
SRestore(frate=24000.0/1001.0)
CropResize(0,0, 2,2,0,0, InSAR=10.0/11.0, ResizeWO=true)
faclip yadif.mkv (7.6 MB)

Or if you don't like the shimmering and don't mind denoising.

Code:
FFVideoSource("E:\faclip.mkv", cachefile="E:\faclip.ffindex")
Crop(22,0,-6,-8)
QTGMC(Ezenoise=3)
SRestore(frate=24000.0/1001.0)
CropResize(0,0, 2,2,0,0, InSAR=10.0/11.0, ResizeWO=true)
GradFun3()
faclip qtgmc.mkv (4.4 MB)

Last edited by hello_hello; 30th September 2022 at 09:32.
hello_hello is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 01:02.


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