I’ve a simple question: I try to create a movie file like mentioned above (have a lot of png-files with name plt_.png). When I try to run the commandline input:
ffmpeg -q:v 5 -r 2 -b:v 9600 -i plt_%d.png movie.mp4
… I receive the error message: “plt_d.png: No such file or directory”.
This is because XP tries to substitute % by command line paramenter 0, I think. But this substitution shouldn’t be done here but one stage deeper by ffmpeg.
Do you have an idea to fix this?
Thanks a lot!
You should put quotes around the argument.
So
becomes