PDA

View Full Version : I can't import ASF files with Avisynth 2.06


madman80
12th October 2002, 18:56
The command line that I use is this:

DirectShowSource("C:\mis documentos\asf\torn.asf", fps=30)
Converttoyuy2()

It works with previous version of avisynth, except the last version 2.06 that shows a black window in the process. It doesn't appears any mistake but the final video is black żżż???
Maybe a bug?

madman80
14th October 2002, 00:26
can't anyone try with an ASF file to say me if it works or it doesn't work for him/her?
thanks in advice...

sh0dan
14th October 2002, 09:41
I've got some problems with WMV/ASF myself, which I've fixed. Download it from the last URL below.

madman80
14th October 2002, 14:38
Thank you. Solved problem... ;)

lovelegend
18th October 2002, 04:35
If I don't know the frame rate, how could I get the information? I tried using Virtual Dub 1.3 to load an asf but it had error message... :(

Forgot to say, I did search on this forum and I found an answer for a similar question (that's asking about wmv file):
http://forum.doom9.org/showthread.php?s=&threadid=29279

However, I tried both in Windows Explorer and Windows media player and right-click --> properties, I didn't see any info about the frame rate.... :rolleyes:

sh0dan
18th October 2002, 08:55
If you use mediaplayer 6.4 (or run mplayer2.exe from the start menu), it does show the framerate.

madman80
18th October 2002, 12:41
If you have TMPGEnc you can see the framerate loading the asf or wmv and seeing the properties at the down-left corner

lovelegend
27th October 2002, 05:05
Originally posted by sh0dan
If you use mediaplayer 6.4 (or run mplayer2.exe from the start menu), it does show the framerate.

Thx for telling, but when I tried it with your avisynth, I got unrecognized exception. :(

I didn't do anything fancy, I just used one command line:
DirectShowSource("movie.asf",fps=30,seek=false)