Quote:
Originally Posted by Mug Funky
are there any programs out there that can accept float audio from avisynth (or indeed any avi, hacked or not)?
I'm not aware of any, but WAVE_FORMAT_IEEE_FLOAT is a standard (but uncommon) format, so there probably will be some. Virtualdub can deal with it in direct stream mode.
Quote:
or, maybe for compatibility sake there could be a "maintainfloat()" command that allows avisynth to not auto-convert. it might be better doing it this way actually.
Hmm, that is a good idea. I will see what can be done.