about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink/ffmpeg-path.patch
blob: 6108c53dcf0be1ca26a0b9d02ff36075c259f8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/streamlink/stream/ffmpegmux.py b/src/streamlink/stream/ffmpegmux.py
index 258b314a..c493e010 100644
--- a/src/streamlink/stream/ffmpegmux.py
+++ b/src/streamlink/stream/ffmpegmux.py
@@ -80,7 +80,7 @@ class MuxedStream(Stream, Generic[TSubstreams]):
 
 
 class FFMPEGMuxer(StreamIO):
-    __commands__: ClassVar[List[str]] = ["ffmpeg"]
+    __commands__: ClassVar[List[str]] = ["@ffmpeg@"]
 
     DEFAULT_OUTPUT_FORMAT = "matroska"
     DEFAULT_VIDEO_CODEC = "copy"