[FFmpeg-user] Images to video under Windows
Cley Faye
cleyfaye at gmail.com
Mon May 22 19:05:42 EEST 2017
2017-05-22 17:50 GMT+02:00 Bouke / VideoToolShed <bouke at videotoolshed.com>:
> Piping is a bad idea, it craps out after some 40 images in my experience.
> (Pipe to pipe to pipe to….)
Then you have a problem in the way you do your pipe. At least on
linux-like systems, cat *.png will only pipe from the cat process to
ffmpeg, and nothing else. This setup have been used to pipe way more than
40 picutres at times :) and ffmpeg happily ate all of it.
More information about the ffmpeg-user
mailing list