digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   VirtualDub error using script? (https://www.digitalfaq.com/forum/video-restore/12323-virtualdub-error-script.html)

priya69 12-04-2021 07:47 PM

VirtualDub error using script?
 
1 Attachment(s)
Hi everyone...it has been awhile since my last post...i started my VHS project almost 2 years. Never got back to finishing till now.
i am using Windows XP SP2
what i have done so far
i have captured my videos as per Sanlyn guide: Capturing with VirtualDub [Settings Guide]
my next step is to check signal levels using the original YUV colorspace before any other processing.
i used this script from one off Sanlyn post

# change path statement below to match your system
AviSource("E:\test.avi")
Crop(4,0,-8,-8)
#Histogram("Levels")
ColorYUV(Analyze=true)

this step works great with vdub and avspmod

when i edit the script to check Histogram("Levels"), i get this error with Vdub and avspmod
Image attached

lollo2 12-05-2021 03:17 AM

http://avisynth.nl/index.php/Histogram#Levels_mode
... Available in all YUV planar color formats ...

Code:

AviSource("E:\test.avi")
Crop(4,0,-8,-8)
ConvertToYV16()
Histogram("Levels")



All times are GMT -5. The time now is 09:17 AM

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