freemink
18th February 2005, 17:11
Hi.
The following script runs fine in VirtualDub, BSPlayer, etc. but when I open in MainConcept Mpeg Encoder or TMPGEnc I get "No Audio" found.
This happens with some files and not with others.
Any help appreciated.
------------------------
# Xvid movie
v=AVIsource("movie-xvid.avi")
# Exatrced Wav file using Goldwave (16 bit stereo)
a=WAVSource("movie.wav")
v = AudioDub(v,a)
return v
------------------------
The following script runs fine in VirtualDub, BSPlayer, etc. but when I open in MainConcept Mpeg Encoder or TMPGEnc I get "No Audio" found.
This happens with some files and not with others.
Any help appreciated.
------------------------
# Xvid movie
v=AVIsource("movie-xvid.avi")
# Exatrced Wav file using Goldwave (16 bit stereo)
a=WAVSource("movie.wav")
v = AudioDub(v,a)
return v
------------------------