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 Development
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th May 2003, 22:19   #1  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
RGB Colourspace not working

I seem to be experiencing errors if I put ConvertToRGB (24 or 32) in scripts.

I found it while testing my latest version of View/UnViewFields but I think its not my filter (brave words I know )

If I revert to an earlier version of Avisynth (the original 2.51 I think but who can tell ) I don't encounter any problems in testing/using RGB colourspace.

I'm getting problems with the 30th April and 10th May builds but not one dating back to March

I open my scripts in VirtualDubMod 1.4.13.1

Can anyone else confirm any problems?

regards
Simon

Last edited by Si; 10th May 2003 at 22:22.
Si is offline   Reply With Quote
Old 10th May 2003, 23:22   #2  |  Link
morsa
the dumbest
 
Join Date: Oct 2002
Location: Malvinas
Posts: 494
the same happens for me.
morsa is offline   Reply With Quote
Old 11th May 2003, 01:45   #3  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
What is the nature of the errors?
Guest is offline   Reply With Quote
Old 11th May 2003, 10:36   #4  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
I'm getting the

This program has caused an illegal operation and will be shut down

msg from VirtualDubMod when I load a script like

Code:
LoadPlugin("c:\av\avisynth\myplugins\ReverseFieldDominance.dll")
AVISource("d:\vtest\test1.avi")
ConvertToRGB32()
ReverseFieldDominance()
return last
I'm trying to find a 2.5 plugin (not written by me) that works in YUY2/RGB to try out.

regards
Simon
Si is offline   Reply With Quote
Old 11th May 2003, 10:46   #5  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
MSharpen comes to the rescue

Same error in VirtualDubMod if I put a ConvertToRGB32 before MSharpen.

Does it work on your setup Donald?

regards

Simon
Si is offline   Reply With Quote
Old 11th May 2003, 13:20   #6  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I have avisynth_300403.exe. No problems here.

Athlon XP 1900. VirtualDubMod 1.4.13.

Last edited by Guest; 11th May 2003 at 13:23.
Guest is offline   Reply With Quote
Old 11th May 2003, 14:08   #7  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
mm Good news for you - bad news for me

Just tried using MSharpen script and feeding into TMP2.53 and that seems to work

@morsa
What's happening on your setup?

regards
Simon
Si is offline   Reply With Quote
Old 11th May 2003, 19:11   #8  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
I need some more information:

Input Size / Colorspace.

Preferably a short clip and a script that can reproduce this error.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Old 11th May 2003, 21:21   #9  |  Link
morsa
the dumbest
 
Join Date: Oct 2002
Location: Malvinas
Posts: 494
The same happens for me.Vdubmod crashes when I use convert to rgb.
But there are some other cases I don't remember now, with the same results.
My scripts are so simple that I don-t remember them now.I always use directshow source (ffdshow)
morsa is offline   Reply With Quote
Old 11th May 2003, 21:39   #10  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
Code:
LoadPlugin("c:\av\avisynth\oldplugins\MSharpen.dll")
AVISource("d:\vtest\stest.avi")
ConvertToRGB32()
MSharpen()
return last
My Stest avi is 480x576 Huffyuv (so my input is YUY2) - can't upload it - too big for my webspace - can't post attachments here (I've tried 352x576 as well - same result)

I can replace MSharpen with at least 2 of my own filters and the same thing happens - all works fine if just using a simple Avisource followed by ConvertToRGB32() - its needs a plugin to cause the failure

I think we'll need more input from others who get same problem since it doesn't happen to Donald - therefore its not universal.

regards
Simon

Last edited by Guest; 12th May 2003 at 02:01.
Si is offline   Reply With Quote
Old 11th May 2003, 21:48   #11  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
Sorry I cannot reproduce.

CPU? OS?

If you could just upload a huffyuv of 2 frames that would help.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Old 12th May 2003, 07:01   #12  |  Link
morsa
the dumbest
 
Join Date: Oct 2002
Location: Malvinas
Posts: 494
Athlon 2000 XP.
Windows 98 SE.
Same happens on W2K.
morsa is offline   Reply With Quote
Old 12th May 2003, 07:50   #13  |  Link
Si
Simply me
 
Si's Avatar
 
Join Date: Aug 2002
Location: Lancashire, England
Posts: 610
STest.avi available here (need to right-click and use save as)

I use Win98SE.

@morsa

Could you publish the smallest script that doesn't work for you.

regards
Simon
Si is offline   Reply With Quote
Old 13th May 2003, 13:51   #14  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
@siwalters: Even your test file works on 2000/XP - I'll find a Win98 machine and test ASAP.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Reply


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


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