pkfans
18th March 2008, 00:31
I have simple avs script which directshowSource the wmv file with adding black borders. I am using Windows 2003 server and MediaPlayer version 10. AVI synth 2.5 installed on my machine.
Here is the code
DirectShowSource("c:\Bin\tmpFiles\T12BVT003_HDMV.wmv")
AddBorder(0, 60, 0, 60, $000000)
When I tried to play on the media player. It failed to play with error as "Window Media Player Cannot play the file. The Player might not support the the file type or a required codec might not installed on your computer"
What codec required to play this script file.
Here is the code
DirectShowSource("c:\Bin\tmpFiles\T12BVT003_HDMV.wmv")
AddBorder(0, 60, 0, 60, $000000)
When I tried to play on the media player. It failed to play with error as "Window Media Player Cannot play the file. The Player might not support the the file type or a required codec might not installed on your computer"
What codec required to play this script file.