Log in

View Full Version : Cannot play audio on some player, why?


jasonwang
2nd October 2011, 03:55
Like below avs file, this cannot play audio on Toplayer and KMplayer, but this can play audio on MPC. Why?
video=DirectShowSource("Z:\test.AVI",fps=23.98,audio=false).ConvertToYV12().undot()
audio=DirectShowSource("Z:\test.mp2")
final=AudioDub(video,audio)
return final