digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Anime/Cartoon GOP setting? (http://www.digitalfaq.com/archives/encode/4331-kvcd-anime-cartoon.html)

Bchteam 07-06-2003 09:00 AM

My conjectures have been comfirmed.

I completely removed the Motion Adaptive Part from the Script and made a test encode. The Result showed no ghosting, no flashing and no jittering at all. The Picture is totally fine. That means, the Motion Adaptive Part is the Mischief Maker.

Code:

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= 2 ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) ,0, 2) ")

Kwag, It looks like there's a bug in the Motion Adaptive Part and I discovered it :wink:

By the way:

I'm using the very latest script...

Bchteam 07-06-2003 09:18 AM

Now we have another case handling this problem.

Look at this thread:

http://www.kvcd.net/forum/viewtopic.php?t=4860

kwag 07-06-2003 11:20 AM

Quote:

Originally Posted by Bchteam
Kwag, It looks like there's a bug in the Motion Adaptive Part and I discovered it :wink:

It's a bug in the TemporalSmoother function. Not in the script :!:
I just replied to the post. Please try what I suggested.

-kwag


All times are GMT -5. The time now is 11:58 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.