Quantcast Avisynth: Message from Linear Motion Adaptive Filtering? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
08-24-2003, 08:12 AM
holgerschlegel holgerschlegel is offline
Free Member
 
Join Date: Aug 2002
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

tried the MA-script for with avisynth 2.5.2. Playing the avs file shows the following text message generated by the MA part of the script:
Code:
Plane Difference: Only planar images (as YV12) supported!
The source is an avi captured from tv using the picvideo mjpeg codec.

Holger
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
  #2  
08-24-2003, 10:20 AM
fabrice fabrice is offline
Free Member
 
Join Date: Mar 2003
Location: Madrid-Spain
Posts: 515
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

Try adding ConvertToYV12() after the avisource line.
This is because your avi file is encoded in another 'color scheme', like RGB24, YUY, ...

Fabrice
Reply With Quote
  #3  
08-26-2003, 02:08 AM
holgerschlegel holgerschlegel is offline
Free Member
 
Join Date: Aug 2002
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

added ConvertToYV12() and now I get another error message. Something like "caught exception in evaluate script". Any ideas?

Holger
Reply With Quote
  #4  
08-26-2003, 03:11 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Unfortunaly, this happens without any known reason. You should drop some filters one by one to isoalte the one that cause you this problem on this particular source.
Reply With Quote
  #5  
08-26-2003, 09:59 AM
holgerschlegel holgerschlegel is offline
Free Member
 
Join Date: Aug 2002
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
It is the MA part of the script because if I comment it out, the script works.

Holger
Reply With Quote
  #6  
08-26-2003, 12:30 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
SO you are really unlucky .

Try to replace temporalsoften by temporalcleaner and/or unfilter by asharp.
(ask if you don't know what are the values to put for these filters).
Reply With Quote
  #7  
08-26-2003, 05:24 PM
Edlund Edlund is offline
Free Member
 
Join Date: Jul 2003
Location: Pazardjik, Bulgaria
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
I have the same problem, and this is the problematic line of the MA part:

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \

When I try to delete just it I get errors, is it possible to remove only this line?
Reply With Quote
  #8  
08-27-2003, 04:08 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
This line is not complete. When you have a "\" at the end taht means "line continue on the next one".

And you can remove all this part as it is the adaptative part of the MA !

But i sure that your problem is due to unfilter. Try to replace it by asharp (see history log of the latest optimal script to see which values we used to have some weeks ago when we used asharp in the fists version of the MA script).
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Dynamic Linear Adaptive Filtering and Scene Change Detection supermule Avisynth Scripting 3 09-15-2006 01:45 AM
Avisynth: Help with Linear Motion Adaptive Filtering pitoman Avisynth Scripting 2 08-05-2003 12:51 PM
Avisynth: Motion adaptive filtering good enough? bicho_visacoso Avisynth Scripting 6 06-15-2003 06:30 AM
Avisynth: Motion adaptive filtering now possible? sbin Avisynth Scripting 494 06-13-2003 06:43 PM
Avisynth: AVS 2.5x Script, Motion Adaptive Filtering problems? Bchteam Avisynth Scripting 15 05-31-2003 12:38 PM




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