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