digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Script loads in Virtualdub But not Play in WMP? (http://www.digitalfaq.com/archives/avisynth/7900-avisynth-script-loads.html)

Big2hd 01-25-2004 10:37 PM

Avisynth: Script loads in Virtualdub But not Play in WMP?
 
I've been having problems with cqmatic (among other things around here :lol: ) and since the procedure is so simple I've been thinking there is bigger problem(besides me!), and I think I'm right.

I usually just load my script into VDUBMOD to see if everything is OK and it shows full movie, but I had my doubts (been 2wks since this or anything on this site has worked for me :lol: ) so I tested in WMP, and what do know, the darn thing crashed on me :( !!

Anyways here is script (V4 "opitimal" script :lol: ):

Code:

AviSource("C:\Documents and Settings\Big2HD\My Documents\My Videos\\.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()

Pls tell me if you find ANY thing wrong(only thing I changed is path, name, and sizing) with script.

I'm willing and open to all suggestions(I'm using 2.5.4 now :lol: it's that bad yo) thx soooo much in advance 8) (also if some1 that is a frequent cqmatic can post or tell me what script they use that would be sweeter!)

mistermickster 01-26-2004 03:59 AM

Re: Script loads in Vdub But won't Play in WMP?
 
Quote:

Originally Posted by Big2hd
Code:

AviSource("C:\Documents and Settings\Big2HD\My Documents\My Videos\\.avi",false)

Shorten your path to something like "C:\Movies\xxxx.avi", and give that a try, some of the software doesn't like long pathnames with spaces in. :)


All times are GMT -5. The time now is 11:38 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.