![]() |
Avisynth: Message from linear motion adaptive filtering?
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! Holger |
Hi,
Try adding ConvertToYV12() after the avisource line. This is because your avi file is encoded in another 'color scheme', like RGB24, YUY, ... Fabrice |
Hi,
added ConvertToYV12() and now I get another error message. Something like "caught exception in evaluate script". Any ideas? Holger |
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.
|
It is the MA part of the script because if I comment it out, the script works.
Holger |
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). |
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? |
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). |
Site design, images and content © 2002-2023 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2023 Jelsoft Enterprises Ltd.