aklendathu
17th February 2004, 11:21
This is more like a general question:
I'd like to know how to write a script for audio and video processing with AVISynth with one go. I've noticed by trial and (mostly :( ) error that audio processing can't be just placed anywhere in the script.
A generic script could look like:
----------------------------
AVISource(...)
WAVSource(...)
AudioDUB
Video processing commands (e.g., frame rate conversion, resizing)
Audio Processing commands (e.g., resampling, normalization)
-----------------------------
Is this the proper way ?
TIA.
I'd like to know how to write a script for audio and video processing with AVISynth with one go. I've noticed by trial and (mostly :( ) error that audio processing can't be just placed anywhere in the script.
A generic script could look like:
----------------------------
AVISource(...)
WAVSource(...)
AudioDUB
Video processing commands (e.g., frame rate conversion, resizing)
Audio Processing commands (e.g., resampling, normalization)
-----------------------------
Is this the proper way ?
TIA.