Quantcast KVCD: Anime/Cartoon GOP Setting? - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #21  
07-06-2003, 09:00 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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

By the way:

I'm using the very latest script...
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
07-06-2003, 09:18 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Now we have another case handling this problem.

Look at this thread:

http://www.kvcd.net/forum/viewtopic.php?t=4860
Reply With Quote
  #23  
07-06-2003, 11:20 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Bchteam
Kwag, It looks like there's a bug in the Motion Adaptive Part and I discovered it
It's a bug in the TemporalSmoother function. Not in the script
I just replied to the post. Please try what I suggested.

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
De l'aide sur un cartoon Disney ! Surfinette Conversion et d'Encodage de Vidéo (Français) 10 12-01-2005 05:33 PM
KVCD: Cartoon gop contradictions? zes Video Encoding and Conversion 4 09-24-2003 07:44 AM
Avisynth: Anime/Cartoon with 2.5x script? TemplateAVS Avisynth Scripting 2 06-17-2003 03:27 PM
KVCD: Force Picture Type Setting - Automatic setting? Reno Video Encoding and Conversion 0 01-22-2003 02:17 AM
KVCD: CQ_VBR Quality Setting and CQ Quality Setting, differences ? MoovyGuy Video Encoding and Conversion 6 07-09-2002 01:37 PM




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