View Single Post
  #8  
Old 11-18-2007, 04:54 AM
bobby_yan bobby_yan is offline
Junior Member
 
Join Date: Nov 2007
Posts: 14
bobby_yan is on a distinguished road
Default

Re: How to play .MOV and .QT files with QT Alternative and AviSynth


I have installed QT Alternative 1.95 & AviSynth 2.5 Alpha 2.
When open .AVS file with the following content
Code:
DirectShowSource("D:\20030901.mov")
I get the following message.
Quote:
"Avisynth open failure: DirectShowSource: could not open as video or audio."

Video returned: "DirectShowSource: couldn't open file D:\20030901.mov:
unable to play, unsupported file type."

Audio returned: "DirectShowSource: couldn't open file D:\20030901.mov:
unable to play, unsupported file type."

(D:\avisynth.avs, line 1)
But I can play the file with the media player classic, which is integrated in the QT Alternative installation file.
Reply With Quote