using ffmpeg to convert image sequence to video file

preview_player
Показать описание
Maya users on Mac OS currently run into problems when trying to get a MOV file output of their image sequences. This video demonstrates a fast and easy workaround using FFmpeg

Рекомендации по теме
Комментарии
Автор

For people like me who have little experience with these parameters you made things needlessly complicated with directory paths etc. Give it another try, this time stripping out all unnecessary complications. Thank you.

davidrosen
Автор

what if the images are sequenced from 10 to 2786, at steps of 10. How do I then write in the command?

madarauchiha
Автор

muito obrigado pelo vídeo, irmão!!

era o que eu estava precisando fazer aqui.

Forte Abraço!

ChandlerKluser
Автор

Great video. Do you know if the same can be done in reverse where I extract still images from an .mpeg. I saw a command for extracting still images from video as the following:
ffmpeg i inputfile.avi -r 1 -f image2 image%3d.jpeg
Do you know if the input must be for a .avi file? It seems I'm getting error. 

This may be because I am working with a video that is on a DVD, running on a separate device. Should I set my working directory to this DVD device? But wouldn't the output send to that DVD device. How would I get the output to a local folder?

jeremymolayem
Автор

how do you use ffmpeg in visual basic?

TeeMee
Автор

let me cod convert many images to video (any size of image) thanks !

nguyenvandu