Log in

View Full Version : How do I applying resize image to the entire folder using avisynth


lansing
2nd June 2009, 23:35
I want to upresize a folder of images using Avisynth, but couldn't find the command using the forum search, can someone help me out?

J_Darnley
3rd June 2009, 09:51
If they are a numbered sequence and the same size then you can use ImageSource() or ImageReader(). I think the ImageMagick Reader/Writer plugin (http://forum.doom9.org/showthread.php?t=135928) has fewer restrictions.

Then to write the images use ImageWriter() or the writer feature in the plugin I posted above.

lansing
4th June 2009, 00:42
thanks, finally got it to work.