PDA

View Full Version : avisynth error reporting


rajalev
20th May 2006, 01:38
I'm using avs scripts in a program of my own, and would like to receive avisynth errors in a text format in order to post them in a message box or similar.

Unfortunatelly I can only know if there is an error, looking at the avisynth graphic output.

Is there a way to force avisynth to output errors to a file?

Errors like "cannot find codec" and so on?


thank you very much

rajalev.

deanmarktaylor
6th June 2006, 11:48
Hi rajalev,

did you ever get an anwser to this problem?

rajalev
21st August 2006, 14:45
No, but I've learned that it is possible to catch avisynth exceptions and then write the errors to a separate file.

deanmarktaylor
21st August 2006, 15:05
Ok.


Another thread may interest you:
http://forum.doom9.org/showthread.php?p=866008