View Single Post
Old 31st July 2010, 15:59   #6187  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by deank View Post
I'm using it to execute avisynth scripts in multiAVCHD, to generate subtitle PNGs (from avisynth scripts) in goSUP and multiAVCHD.

Before I was using x264 to execute scripts, but avsinfo is faster, since it doesn't do frame-lookahead, loads quickly, doesn't need YV12 colorspace conversion and uses less memory and is just 50kb.

Dean
You should use this for that purpose:
http://www.iol.ie/~schubert/avsexec.zip

This has no user interface (apart from messageboxes for error handling) and just steps through a script frame by frame.

Also, it uses the proper Avisynth API and not VFW.

Let me know if it works.
Groucho2004 is offline   Reply With Quote