From f5faf2d4133b419979749a4b011a2a5905efe995 Mon Sep 17 00:00:00 2001 From: jb-alvarado <2212056+jb-alvarado@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:45:48 +0200 Subject: [PATCH] Update output.md --- docs/output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/output.md b/docs/output.md index 93ed4bcb..b72f83c9 100644 --- a/docs/output.md +++ b/docs/output.md @@ -135,7 +135,7 @@ HLS output is currently the default, mostly because it works out of the box and The using of **-filter_complex** and *mapping* is very limited, don't use it in situations other then for splitting the outputs. -**Tee Muxer:** +## Tee Muxer: The tee pseudo-muxer in FFmpeg is crucial in live streaming scenarios where a single input needs to be encoded once and then broadcast to multiple outputs in different formats or protocols. This feature significantly reduces computational overhead and improves efficiency—in my tests, it achieved a 200% reduction in CPU processing expenditure—by eliminating the need for multiple FFmpeg instances or re-encoding the same input multiple times for different outputs.