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 11th December 2017, 18:32   #1  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
SOLVED: Error Alert Not Displaying.

SOLVED: Prob caused by Lav Filters non support of XP.

Hi guys,

Having a weird problem on a machine that was set up a few weeks ago (XP32SP3, Avs26 Standard).

A Simple script like
Code:
ColorBars(Pixel_type="RGB24")  # RGB24 not legal in ColorBars, need "RGB32"
When attempt open in either WMP (old Version 6.0 MPlayer2, or WMP11) or MPC-HC, either directly in Windows Explorer or via PSPad,
MPC-HC shows, "Cannot Render File"
WMP2, shows "Cannot open. Please verify that the path and filename are correct and try again. (Error=80004005)".

WMP11, a bit non specific error, and on web page "You got an error message while using Windows Media Player. Unfortunately, specific info about the error isn't currently available."

Opens fine with error message in VirtualDubFilteRMod, "Avisynth Open failure: ColorBars Pixel_Type must be "RGB32", "YUY2", "YV12", or "YV24".
Same message from VDubMod.

Using another machine with same OS (XP32SP3), no problems with media players, shows correct error message.

Pretty much any error produces similar problems.
Tis driving me nuts (having to open any error in VD to check message), any ideas where the problem resides ?

thanx for you time.

PS, the other m/c plugins directory is a copy of the problem m/c's plugs.

EDIT: Same with empty plugs directory.
EDIT: Error 80004005 is a general error for all manner of events.

EDIT: Disabled Firewall/Antivirus, reboot. No change.
Tried with PotPlayer, "A problem occurred when starting playing. The file exists but does not seem to have any video".
EDIT: VDub last v1.10.4 Opens with correct error message (not a version with Avs script editor like VDMod or VDFilteRMod).
EDIT: Splitter error ??? (Vdub stuff produces text error message not little red box).
__________________
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; 11th December 2017 at 22:42.
StainlessS is offline   Reply With Quote
Old 11th December 2017, 19:31   #2  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,685
Well, your own comment in the script ("RGB24 not legal in ColorBars, need 'RGB32' ") seems to suggest the cause. I got the same error (opening in Virtualdub), but then changed RGB24 to RGB32 and it worked.
johnmeyer is offline   Reply With Quote
Old 11th December 2017, 19:48   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Nope, sorry john you misunderstand, I'm not getting the little red error box alert.

what I want is this:



what I got is this:


EDIT:
And VDub gives me text message rather than clip (so the text message stuff is working, but not error message clip)


EDIT: On the working machine, error alert box is RGB32.
Cant help thinking that it might be an (RGB) splitter type issue, but RGB seems to work when no error ???
Properties from other machine, shows no info on Audio.
What can cause issue with RGB32 video and no audio ?
__________________
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; 4th July 2018 at 01:19.
StainlessS is offline   Reply With Quote
Old 11th December 2017, 22:41   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Seems problem down to later version Lav Filters, not support XP any more (just causes probs, no crash etc).

Thanx all.

Marked SOLVED:

EDIT: Went back to my old trusty (from a few years back),
Combined Community Codec Pack 2015-10-18, never had any problems with it (includes Lav Filters).

Wikipedia:- https://en.wikipedia.org/wiki/Combin...ity_Codec_Pack

Download:- http://www.cccp-project.net/

EDIT: Untick the box to NOT install older version MPC-HC player.
__________________
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; 12th December 2017 at 00:26.
StainlessS is offline   Reply With Quote
Old 12th December 2017, 00:33   #5  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,078
Installing Codec Packs like CCCP is generally considered a bad thing (for me it is pure evil). Have you tried using current FFmpeg builds which DO support Win XP?

See here:
https://ffmpeg.zeranoe.com/forum/vie...tart=50#p12442
and here:
https://ffmpeg.zeranoe.com/forum/vie...tart=50#p12764


Cheers
manolito
manolito is offline   Reply With Quote
Old 12th December 2017, 01:32   #6  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
"Generally considered a bad thing",

Yep, I know ( me likes a little danger, living on the edge makes me tingle all over ).
I install the codec pack just for Media players, I've already got ffmpeg (probably zeranoe issue) for conversions,
what if any use are they with eg MPC-HC or WMP, or PotPlayer ?

I have downed MPlayer (as well as zeranoe binaries), and will give it a bash (again) tomorrow. (is a little basic as I recall).

And thanx for cracking the whip, in the other forum, we need good task masters like you
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 12th December 2017, 15:35   #7  |  Link
TheFluff
Excessively jovial fellow
 
Join Date: Jun 2004
Location: rude
Posts: 1,100
Quote:
Originally Posted by manolito View Post
Installing Codec Packs like CCCP is generally considered a bad thing (for me it is pure evil). Have you tried using current FFmpeg builds which DO support Win XP?

See here:
https://ffmpeg.zeranoe.com/forum/vie...tart=50#p12442
and here:
https://ffmpeg.zeranoe.com/forum/vie...tart=50#p12764


Cheers
manolito
Periodic reminder that the year is not currently 2005.

Codec packs barely even exist anymore, but even back in the day CCCP wasn't anything like some Ultra Mega Codec Bundle full of mysterious binaries, and it got even slimmer over the years. If you take a glance of what that two year old version StainlessS installed actually contains, it comes out to a total of three things:
- LAVFilters
- MPC-HC
- xy-VSFilter

Plus some rather reasonable default settings for the above. There's really nothing weird or broken in there, it's just slightly less work than setting up those three things yourself. The CCCP guys compiled their own stuff from source and generally knew what they were doing. It is outdated though so there are valid reasons to not use it anymore.

Last edited by TheFluff; 12th December 2017 at 15:37.
TheFluff is offline   Reply With Quote
Reply

Tags
alert, error

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 11:47.


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