Search results

  1. R

    Creating videos from a series of images? (ffmpeg/php/c#)

    You can convert images to video with imagemagick like this: convert -delay 600 adv.png adv.mpg This is only 1 image, but I suppose it can convert several images too.
Back
Top