On 23. sep. 2009, at 03.46, Fred Weinhaus wrote: > see mogrify rather than convert. it allows you to convert a whole > directory of images (and you can select which type to convert, such > as jpg, png, etc or all); otherwise you need to specify all input > images in the command line if the processing is simple (but may > exceed the number of characters allowed if many) or write a script to > loop over all your input images and do them one at a time. > > http://www.imagemagick.org/Usage/basics/#mogrify
Please excuse the stupid follow-up questions, but could I ask you to be a little bit more specific? When I tried this: mogrify -format mp4 *.JPG all the frames are converted individually to mp4 movies of 1 frame. Do I need to use ffmpeg or a similar software to put them all together or is there a way of concatenating all the frames to a movie in a single command? Sincerely, Kjell Are Refsvik > _______________________________________________ > Magick-users mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-users > > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
