2017-05-22 17:50 GMT+02:00 Bouke / VideoToolShed <[email protected]>:
> 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
