digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth can't execute (error) (http://www.digitalfaq.com/archives/avisynth/14423-avisynth-execute-error.html)

epuleda 11-21-2006 07:44 PM

Avisynth can't execute (error)
 
My avisynth cannot execute after i restore my computer due to some problem.
when ever i want to run avisynth via avsedit this error will come out

"AVSEDIT ERROR:
An error occured while opening the avisynth script"

here are the sript i wrote:

AviSource("xxxxx.xxx",false)
Addborders(0,16,0,16)
LanczosResize(704,480)
BlindPP(cpu=4)
DCTFilter(1,1,1,1,1,1,0.5,0)
AssumeFPS(23.976)


before this, this script is running.

Dialhot 11-22-2006 06:17 AM

Is the problem only with avsedit or other apps ? Try to open the script with virtualdub for instance. I bet you miss an YV12 decoder, like Divx or Xvid codec. Install one of them.

Note :
1/ NEVER resize before using blindpp
2/ better not magnify the resolution (your source is smaller than 704x480, isn't it ? :roll:)
3/ should not add borders before to apply filters.

I don't know where you found this script but it'd better to look into the 'optimal script' or 'avi->kvcd' sections of the forum to find lot better ones.

epuleda 11-22-2006 10:14 PM

Quote:

Originally Posted by Dialhot
Is the problem only with avsedit or other apps ? Try to open the script with virtualdub for instance. I bet you miss an YV12 decoder, like Divx or Xvid codec. Install one of them.

What i do is i just restore my pc few days earlier
and know what it works for me
But i still dont know what is the problem

Quote:

Originally Posted by Dialhot
Note :
1/ NEVER resize before using blindpp
2/ better not magnify the resolution (your source is smaller than 704x480, isn't it ? :roll:)
3/ should not add borders before to apply filters.

I don't know where you found this script but it'd better to look into the 'optimal script' or 'avi->kvcd' sections of the forum to find lot better ones.


Thank you fof the help and advice


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

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