Re: [FFmpeg-user] issue with compressing images to video

2019-03-06 Thread Henry Mosher
ange 3 -i > "/Users/UserName/Desktop/img-%02d.jpg" -y > /Users/UserName/Desktop/output.avi > > > > On Wed, Mar 6, 2019 at 2:37 PM Henry Mosher > wrote: > > > Hi, I am getting an error when I try to compress a set of images into a > > video, in o

[FFmpeg-user] issue with compressing images to video

2019-03-06 Thread Henry Mosher
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,