[FFmpeg-user] encoding video from png diffs

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Sep 2 16:12:50 EEST 2016


2016-09-02 0:17 GMT+02:00 Cley Faye <cleyfaye at gmail.com>:

> $ your_script | ffmpeg -f png_pipe -i - out.mp4

It should not be necessary (would be a bug if so) to
specify the "_pipe" formats:
$ ffmpeg -i - out.mp4

Carl Eugen


More information about the ffmpeg-user mailing list