*nix, crear video a partir de imagenes usando ffmpeg

From Wiki de Caballero
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
# To create a movie from images, 2 images per second
# More info: http://hamelot.io/visualization/using-ffmpeg-to-convert-a-set-of-images-into-a-video/
# ***************************************
ffmpeg -r 2 -f image2 -pattern_type glob -i 'filename*' video.mp4