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 6th June 2016, 12:03   #1  |  Link
marconii2002
Registered User
 
Join Date: Mar 2016
Posts: 5
How to remove ghosting ?

How to remove this ghosting http://i.imgur.com/BZLbg7C.png This image is from video that I encoded with QTGMC(Preset="medium") and srestore() but this gosting is even on orginal vob files.

Here is orginal vob sample http://www.mediafire.com/download/3x...le.demuxed.m2v
marconii2002 is offline   Reply With Quote
Old 6th June 2016, 12:59   #2  |  Link
der_groschi
Registered User
 
Join Date: Sep 2007
Posts: 9
Nasty fieldblending, even nastier content.

A simple...
Code:
Assume TFF()
NNEDI3(field=-2) (or whatever kind of bobber you prefer to use)
Srestore()
...doesn't eliminate the problem entirely but seems to improve it a lot.

*edit*
The AssumeTFF part might be the key.
der_groschi is offline   Reply With Quote
Old 6th June 2016, 13:05   #3  |  Link
der_groschi
Registered User
 
Join Date: Sep 2007
Posts: 9
The blending could also be made worse by QTGMC (it's sometimes problematic with fieldblended sources and even more with 2D animation), you could try a different bobber.
Also try:
Code:
AssumeTFF()
detect=last.TDeint(mode=1)
QTGMC()
Srestore(dclip=detect)

Last edited by der_groschi; 6th June 2016 at 13:11.
der_groschi is offline   Reply With Quote
Old 6th June 2016, 14:50   #4  |  Link
marconii2002
Registered User
 
Join Date: Mar 2016
Posts: 5
@der_groschi

Code:
Assume TFF()
NNEDI3(field=-2) (or whatever kind of bobber you prefer to use)
Srestore()
It definitly decrease ghosting but this is not what i want. I want completely remove ghosting.

Code:
AssumeTFF()
detect=last.TDeint(mode=1)
QTGMC()
Srestore(dclip=detect)
Here I don't see any improvement
marconii2002 is offline   Reply With Quote
Old 6th June 2016, 18:47   #5  |  Link
der_groschi
Registered User
 
Join Date: Sep 2007
Posts: 9
As far as i can tell, this is as good as it will get with blend detection/decimation scripts. The source seems to be double blended. Those filters can only decimate frames with fieldlends but have no way to get rid of remaining blended fields if there's no clean field of the original frame in the source.

So you can only try to clean up the source with some form of temporal post processing or try to replace as many blended frames as possible with duplicates (of which there should be plenty in anime). Unfortunately, i have no experience with with such cases.

Have you watched the encoded clip in motion? Since the remaining blended frames aren't all that bad i'd guess they'd be hard to spot anyway.
der_groschi is offline   Reply With Quote
Old 6th June 2016, 19:46   #6  |  Link
marconii2002
Registered User
 
Join Date: Mar 2016
Posts: 5
I found solution. I added unblend() before qtgmc(preset="medium) and srestore(frate=25) to get more smooth move and it worked exactly like I wanted.
marconii2002 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 00:04.


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