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: ffmpeg -framerate 25 -f image2 -start_number 1 -i '/tmp/stream/_%09d.jpg' -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4 and get an error: [image2 @ 0xe74800] Could find no file with path '/tmp/stream/_%09d.jpg' and index in the range 1-5 /tmp/stream/_%09d.jpg: No such file or directory The jpg file-name format is: /tmp/stream/2017_11_20_08_48_30_picture_000000001.jpg /tmp/stream/2017_11_20_08_48_35_picture