V
V
Vlad Golubev2014-03-16 16:01:29
Command line
Vlad Golubev, 2014-03-16 16:01:29

How to set ffmpeg file selection mask?

ffmpeg -r 30 -y -i "*.jpg" output.mpg
I'm trying to convert a bunch of images to video, but ffmpeg can't find files in the folder that look like: time_in_unix_format.jpg . For example: 1394939132.jpg How to set a mask for selecting files?
8JTC4aKCUn.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Spetros, 2014-03-16
@Spetros

Try using single quotes.
FFmpeg wiki: Create a video slideshow from images

E
Eugene, 2014-03-16
@Nc_Soft

For creating a video from many images:
ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi
ffmpeg.org/ffmpeg.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question