[FFmpeg-user] Any way to get better use of the cpu?
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Feb 23 17:00:18 CET 2016
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
More information about the ffmpeg-user
mailing list