Log in

View Full Version : Dust/VBLE causes crash


mg262
14th July 2004, 10:52
Just a quick note to say this combination - or rather a script like this in AviS 2.5.3:

avisource("t.avi")
GoldDust() #or Pixie

causes VdubMod 1.5.10.1 or whatever media player to crash on my machine if the file is encoded using VBLE. I don't need a fix - I'm not likely to need to try this combo again -- just wanted to document it in case anyone else ran into the same problem.

Mohan

Wilbert
14th July 2004, 10:58
VBLE outputs YV12. Try:

avisource("t.avi")
ConvertToYUY2()
GoldDust() #or Pixie

mg262
14th July 2004, 11:24
Thank you. (D'oh. Though I would have expected an error message rather than a crash...)