kypec
28th June 2007, 14:14
I have bunch of old AVI files I captured long time ago with these characteristics
http://ukazto.com/img/Capture1-xa21.png
I want to extract audio tracks from them. I have ACM codec (hacked M$ MPEG-4) installed and when I run the following:
T:\VirtualDub\vdub.exe /h /i T:\scripts\save_wav.vcf "D:\video.avi" "D:\video.wav"
with save_wav.vcf script being
VirtualDub.Open(VirtualDub.params[0]); //open input AVI file
VirtualDub.audio.SetMode(1); //set audio mode to Full processing
VirtualDub.SaveWAV(VirtualDub.params[1]); //save output WAV file
everything goes fine until the very end of file where an error message appears
http://ukazto.com/img/Capture2-3jt1.png
I do not need to get rid of that error, just to prevent it from being shown when one launches vdub via CLI.
Apparently /h switch is not working for me in this case, does anybody know why? :confused:
http://ukazto.com/img/Capture1-xa21.png
I want to extract audio tracks from them. I have ACM codec (hacked M$ MPEG-4) installed and when I run the following:
T:\VirtualDub\vdub.exe /h /i T:\scripts\save_wav.vcf "D:\video.avi" "D:\video.wav"
with save_wav.vcf script being
VirtualDub.Open(VirtualDub.params[0]); //open input AVI file
VirtualDub.audio.SetMode(1); //set audio mode to Full processing
VirtualDub.SaveWAV(VirtualDub.params[1]); //save output WAV file
everything goes fine until the very end of file where an error message appears
http://ukazto.com/img/Capture2-3jt1.png
I do not need to get rid of that error, just to prevent it from being shown when one launches vdub via CLI.
Apparently /h switch is not working for me in this case, does anybody know why? :confused: