Roger Pack <rogerdpack2 <at> gmail.com> writes: > I'm referring more to the fact that if I output to two > outputs, from the same ffmpeg instance, in essence, this: > > ffmpeg -i input output1 output2 > > takes twice as long as running these two in parallel: > > ffmpeg -i input output1 > ffmpeg -i input output2
The tee muxer fixes this issue. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
