I need something that can be scripted on windows 7. This image will be used in banners.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this with ffmpeg
First convert the images to a video:
(This will convert the images from the current directory (named image1.jpg, image2.jpg…) to a video file named video.avi.)
Then convert the avi to a gif:
You can get windows binaries for ffmpeg here.
You can also do a similar thing with mplayer. See Encoding from multiple input image files.
I think the command line would be something like:
(Where 800 & 600 are your source width and height and 160 & 120 are the target width and height.out.gif is your target file name)
I’ve just tested both of these and they both work fine. However I got much better results from mplayer as I was able to specify the resolution and framerate. Your milage may vary and I’m sure you could find more options for ffmpeg if you looked.