View Single Post
Old 10th May 2006, 13:26   #8  |  Link
MatMaul
Registered User
 
Join Date: Apr 2004
Posts: 402
Quote:
Originally Posted by Sharktooth
the two methods that come to my mind are easy though.
1) using avs2wav or bepipe and piping its output to the encoder (but i absolutely dont know how piping works on pascal/delphi)
2) using avs2wav to create a temp file and feed it to the encoder
This GUI use command-line, so with BePipe.exe and neroAacEnc.exe the command line is "BePipe --script "Import(^file.avs^)" | neroAacEnc.exe -ignorelength -q 0.25 -if - -of Nero_he_q0.25.mp4" for example, I think it's not necessary to code anything about piping in Pascal, the GUI just create the command-line and launch it.

Last edited by MatMaul; 10th May 2006 at 13:30.
MatMaul is offline   Reply With Quote