View Single Post
Old 2nd October 2020, 18:03   #3339  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
Quote:
Another oddity with MPC-HC is that anytime I feed it with a simple AVISource() script, it chokes (no render)
Are you sure you used the 32-bit version of MPC-HC? Because I get this error only when using MPC-HC 64.

And I also managed to find the reason why my old VDub version could not decompress the audio when using it for the preview.
This old version cannot handle 32-bit float audio...
At some point in the A2D develoment you added the line
global OPT_AllowFloatAudio = True
at the beginning of A2DSource.avsi. This command is not present in the AVS script when a source filter like FFMpegSource or DirectShowSource is explicitly specified under preferences, so the old VDub will work. Only if A2DSource is used VDub will choke.


Cheers
manolito

Last edited by manolito; 3rd October 2020 at 01:16.
manolito is offline   Reply With Quote