LRDX
15th September 2006, 14:51
Hello!
I have a problem with AVS' BlankClip/Blackness filter. The code I wrote is:
au=DirectShowSource("whatever.mpg").ResampleAudio(16000).ConvertAudioTo16bit().ConvertToMono()
vi=BlankClip(width=16, height=16, fps=25, color=$000000, length=au.Framecount)
AudioDubEx(vi,au)
I get an full lenght silence with the 16x16 black picture, but the imput file's audio (converted to 16kHz 16 bit mono) should be here.
What am I doing wrong?
I have a problem with AVS' BlankClip/Blackness filter. The code I wrote is:
au=DirectShowSource("whatever.mpg").ResampleAudio(16000).ConvertAudioTo16bit().ConvertToMono()
vi=BlankClip(width=16, height=16, fps=25, color=$000000, length=au.Framecount)
AudioDubEx(vi,au)
I get an full lenght silence with the 16x16 black picture, but the imput file's audio (converted to 16kHz 16 bit mono) should be here.
What am I doing wrong?