[FFmpeg-user] Images to video under Windows

Gyan gyandoshi at gmail.com
Mon May 22 18:49:26 EEST 2017


On Mon, May 22, 2017 at 9:06 PM, Wolfgang Hugemann <auto at hugemann.de> wrote:


> How about piping?
>

Pipiing or the concat demuxer can work.

e.g.   cat *.jpg | ffmpeg -f image2pipe -framerate 25 -i - out.mp4

See https://stackoverflow.com/questions/40870357/input-parameters-to-ffmpeg


More information about the ffmpeg-user mailing list