VirtualDub weirdness

For everything that's not in any way related to PureBasic. General chat etc...
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

VirtualDub weirdness

Post by PB »

I was just using VirtualDub to convert an MPG2 video to AVI, and opened
Firefox to search for PureBasic. I was amazed to see the links of Google's
search results changing color due to VirtualDub's preview window, which
was in the background. When I then minimized VirtualDub's window, the
color-changing stopped. I restored VirtualDub's window and then opened
Outlook to check my e-mails, and the text of my e-mails were changing
color too! Anyone got any idea as to why this is occurring? :shock:

Here's an AVI video of the Google results that I recorded with my camera.
I resized it to 320x240 to keep the file size down to under 1 megabyte:

http://www.sendspace.com/file/3zu8v2c

Here's a still shot of the multi-color links:

Image
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
buzzqw
Enthusiast
Enthusiast
Posts: 116
Joined: Sat Aug 27, 2005 10:13 pm
Location: Italy
Contact:

Post by buzzqw »

maybe due to overlay?

you can check disabling overlay on Optiond, Preferences, Overlay

BHH
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

As already mentioned by buzzqw, you should disable hardware accelleration in the video/preview options. Cause Vitrualdub then is using GDI, which is for shure less fast BUT color accuracy safe. As you never know which YUV-RGB conversion method is used inside your graphics hardware for screen output acceleration.
Check out OOP support for PB here!
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Okay, I unticked "Use DirectX overlay surfaces" in VirtualDub and it's gone. Thanks!
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

StaxRip if better for encoding, in my opinion.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

DirectX can be evil sometimes and I use Audacity and I have been playng with AIMp both downloaded from FileHippo.com
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> StaxRip if better for encoding

The encoding depends on the codec used. So if I use VirtualDub with Xvid,
or StaxRip with Xvid, the quality of the encoding will be 100% the same.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply