Just a quick note to say this combination - or rather a script like this in AviS 2.5.3:
avisource(quot;t.aviquot;)
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
VBLE outputs YV12. Try:
avisource(quot;t.aviquot;)
ConvertToYUY2()
GoldDust() #or Pixie
Thank you. (D'oh. Though I would have expected an error message rather than a crash...) |