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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 3,129
|
Quality on CUDA IVTC and inverse pulldown
I have never worked with bad anime sources, so I need your help.
I have bought the BD box of Stand alone complex and it shows up it's both interlaced and pulldown. Sample here. Good ol' pal FranceBB suggested me the lines Code:
tfm(mode=1,pp=5,slow=2,micmatching=2,clip2=tdeint(mode=2,type=3)) tdecimate() Code:
DGTelecide(mode=1, pthresh=3.5) DGDecimate() My eyes are not trained to get quality issues and my brain not educated to work with old anime material. Can you help me to tweak and discern?
__________________
@turment on Telegram |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: May 2018
Posts: 242
|
You could also try this (ffmpeg only, no AVS)
Code:
ffmpeg -y -benchmark -i INPUT.mkv -c:v ffv1 -vf "fieldmatch=order=tff:combmatch=full, yadif=deint=interlaced, decimate" -an OUTPUT.mkv Last edited by takla; 7th June 2022 at 11:35. |
|
|
|
|
|
#3 | Link | |
|
Registered User
Join Date: Oct 2001
Posts: 503
|
Quote:
|
|
|
|
|
|
|
#5 | Link | |
|
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 3,129
|
Quote:
__________________
@turment on Telegram |
|
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: May 2018
Posts: 242
|
Everytime I work with interlaced content I'm reminded again why I never bother: Quality won't ever reach that point where I think to myself "That looks good and was worth the time"...
From rainbowing to missaligned fields, it is always the same issues. |
|
|
|
![]() |
|
|