flebber
25th May 2008, 14:25
I was following a guide for some filters and found a hint so I could import mpeg into the latest vitualdub I have Vdub-1.8. This is the website http://www.codecpage.com/index_cleaning.html
On the page it shows that if I create a simple script and load it in Virualdub then I can go about using Vdub as I want Videoclip=Directshowsource("D:\clip.mp4")
return(Videoclip)
I have tried my Version of this script 2 ways
way1
Videoclip=Directshowsource("C:\WinFast WorkArea\Video_Mantissa_Mary_Mary(CVBS).mpg")
return(Videoclip)
and way2
Videoclip=Directshowsource("C:\WinFast WorkArea\Video_Mantissa_Mary_Mary(CVBS).mpg",audio=true)
return(Videoclip)
However in both cases, it appears that the audio is not being imported properly. I receive this error from Vdub Error initializing audio stream compression:
The audio codec cannot compress the source audio to the desired format.
Check that the sampling rate and number of channels in the source is compatible with the selected compressed audio format. I use lame at 224 with CBR stereo and this has never been a problem before.
How can I get sound imported properly ? The video and audio are same file, no separate wav file exists.
On the page it shows that if I create a simple script and load it in Virualdub then I can go about using Vdub as I want Videoclip=Directshowsource("D:\clip.mp4")
return(Videoclip)
I have tried my Version of this script 2 ways
way1
Videoclip=Directshowsource("C:\WinFast WorkArea\Video_Mantissa_Mary_Mary(CVBS).mpg")
return(Videoclip)
and way2
Videoclip=Directshowsource("C:\WinFast WorkArea\Video_Mantissa_Mary_Mary(CVBS).mpg",audio=true)
return(Videoclip)
However in both cases, it appears that the audio is not being imported properly. I receive this error from Vdub Error initializing audio stream compression:
The audio codec cannot compress the source audio to the desired format.
Check that the sampling rate and number of channels in the source is compatible with the selected compressed audio format. I use lame at 224 with CBR stereo and this has never been a problem before.
How can I get sound imported properly ? The video and audio are same file, no separate wav file exists.