bilu
9th June 2003, 00:33
I found this nice tool:
http://www.post1.com/home/ivec/dbgproxy.html
It forwards Windows OutputDebugString to MS-DOS STDERR, which I can redirect to a file (on XP at least) using AVS2AVI and a XVID Null encode:
dbgproxy avs2avi MOVIE.AVS MOVIE.AVI -s codec.cfg 2> debug.txt
And then parse debug.txt to get what I want.
It's useful for every reason you would use DebugView, I guess, with the advantage that you can make it an automatic process.
I have already posted this on the Avisynth Usage forum as part of another subject, but I think this deserves a thread for itself.
Moderators, please move this to General Discussion if you think is appropriate. Thank you.
Best regards,
Bilu
http://www.post1.com/home/ivec/dbgproxy.html
It forwards Windows OutputDebugString to MS-DOS STDERR, which I can redirect to a file (on XP at least) using AVS2AVI and a XVID Null encode:
dbgproxy avs2avi MOVIE.AVS MOVIE.AVI -s codec.cfg 2> debug.txt
And then parse debug.txt to get what I want.
It's useful for every reason you would use DebugView, I guess, with the advantage that you can make it an automatic process.
I have already posted this on the Avisynth Usage forum as part of another subject, but I think this deserves a thread for itself.
Moderators, please move this to General Discussion if you think is appropriate. Thank you.
Best regards,
Bilu