Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th June 2023, 11:41   #1  |  Link
Rob105
Registered User
 
Join Date: Oct 2021
Posts: 43
Avisynth error message stopped showing in VirtualDub

In the past when loading Avisynth+ scripts in VirtualDub i got error messages show when script can't load, e.g.

Code:
Avisynth open failure: StackVertical: image formats don't match
now (have no idea what settings i changed) for any error it simply saying

Code:
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?

Last edited by Rob105; 5th June 2023 at 12:52.
Rob105 is offline   Reply With Quote
Old 5th June 2023, 13:09   #2  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
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?
hello_hello is offline   Reply With Quote
Old 5th June 2023, 16:09   #3  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,374
Post your script
poisondeathray is offline   Reply With Quote
Old 5th June 2023, 16:12   #4  |  Link
Rob105
Registered User
 
Join Date: Oct 2021
Posts: 43
Quote:
Originally Posted by hello_hello View Post
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.
Code:
there is no function named VideoScope
when VirtualDub2 does not show this error instead generic message
Code:
File "C:\vid\Gradient.avs" does not have a video stream.
Rob105 is offline   Reply With Quote
Old 5th June 2023, 16:13   #5  |  Link
Rob105
Registered User
 
Join Date: Oct 2021
Posts: 43
Quote:
Originally Posted by poisondeathray View Post
Post your script
Its not one script its any script with type or error same generic message shows.

e.g.

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

VideoScope("bottom", true, "Y", "Y", "Y")
Rob105 is offline   Reply With Quote
Old 5th June 2023, 16:26   #6  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Try script in VDub2
Code:
Version
What does it say.

Then
Code:
Colorbars(pixel_type="YV12")
Does that work ok ?

With
Code:
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]
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 5th June 2023 at 16:32.
StainlessS is offline   Reply With Quote
Old 5th June 2023, 16:55   #7  |  Link
Rob105
Registered User
 
Join Date: Oct 2021
Posts: 43
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 removed it and Avisynth displays errors properly now.
Attached Images
 
Rob105 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:36.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.