Quote:
Originally Posted by supermule
Dialhot, how do you extract the wav file, can you post your script ???. I looked around in the docs and couldnt find a filter to do that.
|
Simple.
Code:
a=avisource("...") # works also with direcshowsource, not with Mpeg2source
b=avisource("...")
a+b
(do not use ++ in this situation).
You open tmpgenc, select "ES (video + audio)" and load the script as video and audio source. Then you go in file menu -> output to file -> wav file.
You can also proceed with virtualdub insteed of tmpgenc.