Inc
27th October 2004, 14:05
Hi,
When I do capture, I shurely treat these captures using avisynth filtering. Finally I do strip out of that frameserving an uncompressed Wav using Vdubmod which will be for instance encoded into mp2 using besweet afterwards.
Now I want to avoid that temporal wav file generating by using the commandline mode of makeavis which is capable to provide an uncompressed PCM out of the input avs file. That can be done via file output (wav) or via stdout where an audioencoding.exe will be feeded via stdin with that PCM data stream.
http://ffdshow.sourceforge.net/tikiwiki/tiki-index.php?page=makeAVIS
Now I tried to do that by using toolame.exe instead of oggenc and it seems that toolame.exe is capable to read from stdin.
BUT it seems that makeavis.exe doesnt provide that stdout data well as toolame.exe reports nor data via stdin.
ALSO I would like to know how I could use besweet and its core+encoder to read from stdin.
Is that possible?
Anyone tried that?
Greets Inc.
When I do capture, I shurely treat these captures using avisynth filtering. Finally I do strip out of that frameserving an uncompressed Wav using Vdubmod which will be for instance encoded into mp2 using besweet afterwards.
Now I want to avoid that temporal wav file generating by using the commandline mode of makeavis which is capable to provide an uncompressed PCM out of the input avs file. That can be done via file output (wav) or via stdout where an audioencoding.exe will be feeded via stdin with that PCM data stream.
http://ffdshow.sourceforge.net/tikiwiki/tiki-index.php?page=makeAVIS
Now I tried to do that by using toolame.exe instead of oggenc and it seems that toolame.exe is capable to read from stdin.
BUT it seems that makeavis.exe doesnt provide that stdout data well as toolame.exe reports nor data via stdin.
ALSO I would like to know how I could use besweet and its core+encoder to read from stdin.
Is that possible?
Anyone tried that?
Greets Inc.