Skip to content
Advertisement

ffmpeg img to video = Could find no file with path

i try to convert img to mp4 with ffmpeg. i try to do it like this:

JavaScript

and get an error:

JavaScript

The jpg file-name format is:

JavaScript

anyone can help, where is mistake?… Thanks!

Advertisement

Answer

To match all jpg files in /tmp/stream use:

JavaScript

For more specificity use additional glob patterns. For example, if you only want images from 2017-11-08 to 2017-11-10:

JavaScript

For more info on glob patterns see man 7 glob.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement