Log in

View Full Version : Getting an error trying to play avi file


ELITEeNergizer
31st December 2011, 07:21
This is the script I'm using:


FFVideoSource("C:/file.mkv")


I've put http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.16.7z&can=2&q=&sort=-downloadcount

all the content from that archive except the doc directory into C:\Program Files (x86)\AviSynth 2.5\plugins



Everything works fine with Version() as my script.


When I try to open the .avi file in windows media player I get:
Windows Media Player cannot play the file. The player might not support the file type or a required codec might not be installed on your computer.





Also for some reason when I try to visit avisynth.org I can't. When I ping it in cmd I get:
Pinging avisynth.org [173.236.193.255] with 32 bytes of d
Reply from 205.151.226.30: Destination net unreachable.
Request timed out.
Reply from 205.151.226.30: Destination net unreachable.
Reply from 205.151.226.30: Destination net unreachable.

Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),


I can only access the site with a proxy.

Guest
1st January 2012, 15:51
When I try to open the .avi file in windows media player I get: What .avi file? Scripts should be named .avs.

Mole
1st January 2012, 17:30
FFVideoSource("C:/file.mkv")

isn' the "/" supposed to be "\"

FFVideoSource("C:\file.mkv")

Guest
2nd January 2012, 00:18
Forward slashes work fine, at least for AVISource(). I haven't tried FFVideoSource(), but I would wager it's OK also.