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 13th February 2020, 10:01   #21  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Same problem as before: Phase-shifted rather than interlaced.
You can fix it with the same tools as before.
Code:
converttoYV12(interlaced=true)
AssumeTFF()
TFM(pp=1) #field matching without postprocessing
vinverse()  #removes residual combing
Sharc is offline   Reply With Quote
Old 3rd March 2020, 23:19   #22  |  Link
scharfis_brain
brainless
 
scharfis_brain's Avatar
 
Join Date: Mar 2003
Location: Germany
Posts: 3,653
Quote:
Originally Posted by Sharc View Post
Yeah, nice to remember Sharfis, the interlace Guru....
It's always nice being remembered by the people, despite my long time absence ;-)
__________________
Don't forget the 'c'!

Don't PM me for technical support, please.
scharfis_brain is offline   Reply With Quote
Old 4th March 2020, 02:51   #23  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
Some people are never forgotten. They're immortal. Nice to see you again, scharfis_brain.
manono is offline   Reply With Quote
Old 4th March 2020, 05:21   #24  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
I miss the scharfis_brain avatar. It was too cool for words.
videoh is offline   Reply With Quote
Old 12th July 2020, 07:29   #25  |  Link
bruno321
Registered User
 
Join Date: Oct 2018
Posts: 133
I'm in a similar situation so I'm posting here, hope that's fine. Here's an m2v snippet from a PAL DVD:

https://1fichier.com/?c63nesx3ix06ovaaoe3a

QTGMC deinterlaces that fine, but I wonder if there's something better to do to make it progressive, for example, field matching. The reason is that I would like to avoid the artifacts of deinterlacing, like messing up striped patterns.

I've tried things like tfm (with various parameters) + vinverse but I always get some jagged teeth here and there, like on the car edges in that sample.
bruno321 is offline   Reply With Quote
Old 12th July 2020, 08:19   #26  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Quote:
Originally Posted by bruno321 View Post
I'm in a similar situation so I'm posting here, hope that's fine. Here's an m2v snippet from a PAL DVD:

https://1fichier.com/?c63nesx3ix06ovaaoe3a

QTGMC deinterlaces that fine, but I wonder if there's something better to do to make it progressive, for example, field matching. The reason is that I would like to avoid the artifacts of deinterlacing, like messing up striped patterns.

I've tried things like tfm (with various parameters) + vinverse but I always get some jagged teeth here and there, like on the car edges in that sample.
It's phase shifted. So field matching is the correct procedure.
You can then try to fix the residual jaggies with QTGMC for example
Code:
TFM()
QTGMC(InputType=2)  #or 3

Last edited by Sharc; 12th July 2020 at 08:23.
Sharc is offline   Reply With Quote
Old 12th July 2020, 09:28   #27  |  Link
bruno321
Registered User
 
Join Date: Oct 2018
Posts: 133
That's great, thanks Sharc. One of these days I'll read the QTGMC manual in depth
bruno321 is offline   Reply With Quote
Old 12th July 2020, 13:44   #28  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
You could 'eliminate' the jaggies (aliases) further by adding to the script
Code:
santiag(1,2)
It will however slightly affect (reduce) the vertical resolution / sharpness.
Sharc 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 21:02.


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