how use with subdirectory?
Command:
ffmpeg -framerate 1/X -i subdirectory/img%d.png -r 25 -pix_fmt yuv420p out.mp4
Result:
Error opening input file subdirectory/img%d.png.
works in the same directory as the command, but when I try to use subdirectory it doesn’t work.
New contributor
Xitano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.