Log in

View Full Version : x264 encodig time to log


Terka
31st May 2010, 14:09
trying to test some avisynth scripts, need know how time intesive they are. is it possible to log the conversion time?

Groucho2004
31st May 2010, 15:37
trying to test some avisynth scripts, need know how time intesive they are. is it possible to log the conversion time?

Here (http://www.iol.ie/~schubert/AVSInfo.zip) is a little CLI program I wrote to test the speed of AVISynth scripts.

(You can always cancel the process with Ctrl-Break)

Terka
31st May 2010, 17:36
Thank you!