Log in

View Full Version : Avisynth error message stopped showing in VirtualDub


Rob105
5th June 2023, 11:41
In the past when loading Avisynth+ scripts in VirtualDub i got error messages show when script can't load, e.g.

Avisynth open failure: StackVertical: image formats don't match

now (have no idea what settings i changed) for any error it simply saying

File "C:\vid\Gradient.avs" does not have a video stream.


How do i get back detailed display of error messages for trouble shooting scripts?

hello_hello
5th June 2023, 13:09
I don't know the answer, but what happens if you open the script a different way? With MPC-HC, MPC-BE or AvsPmod etc? Do you see a different error message?

It might be something you're doing in your script so it's not actually outputting any video. Are you sure the script is okay?

poisondeathray
5th June 2023, 16:09
Post your script

Rob105
5th June 2023, 16:12
I don't know the answer, but what happens if you open the script a different way? With MPC-HC, MPC-BE or AvsPmod etc? Do you see a different error message?

It might be something you're doing in your script so it's not actually outputting any video. Are you sure the script is okay?
Yes MPC-HC v2 actually shows error message like e.g. there is no function named VideoScope when VirtualDub2 does not show this error instead generic message File "C:\vid\Gradient.avs" does not have a video stream.

Rob105
5th June 2023, 16:13
Post your script

Its not one script its any script with type or error same generic message shows.

e.g.

FFmpegSource2("C:\vid\00007 original clip.mp4")

VideoScope("bottom", true, "Y", "Y", "Y")

StainlessS
5th June 2023, 16:26
Try script in VDub2

Version

What does it say.

Then

Colorbars(pixel_type="YV12")

Does that work ok ?

With

Colorbars(pixel_type="YV12")
VideoScope("bottom", true, "Y", "Y", "Y")

I get in VD2 "there is no function named VideoScope".
(I dont have VideoScope in my plugins)

[EDIT: Sounds like VD2 is broken, maybe remove and reinstall]

Rob105
5th June 2023, 16:55
Version and colorbars work, however when i go to videoscope it shows again generic message about no stream.


Problem found its because i installed FFMpeg Input Plugin 2.0 (https://codecpack.co/download/FFInputDriver.html) removed it and Avisynth displays errors properly now.