Hi, I am getting an error when I try to compress a set of images into a
video, in order based on the number of the filename, after writing the
images from Natron. (I am using Mac OSX)

I'm using the command :
ffmpeg -framerate 24 -i img-%02d.jpg output.avi

The files are named "img-01, img-02, etc...) with ## padding.

The error is : "no such file or directory exists"
I have tried setting "start_number 01" to no avail. I also tried writing
out the path. If it helps, the folder is located on the desktop. I also
tried simpy converting a video, but got the same input error. It seems like
ffmpeg does not know where to look for input files.

I've found other people with this problem online but found no workable
solutions. If you have any ideas I'd be happy to hear them --

Thanks,
Henry
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to