ffmpeg: Add avi muxer
authorJan Kratochvil <jan@jankratochvil.net>
Tue, 3 Oct 2023 04:46:43 +0000 (12:46 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 4 Oct 2023 16:33:57 +0000 (18:33 +0200)
Otherwise one cannot produce *.avi containers needed for some H.264
camera codecs.

Signed-off-by: Jan Kratochvil <jan@jankratochvil.net>
(cherry picked from commit 62f01d7b36ca621f3b9e2e01c78a64e897dbf4e8)

multimedia/ffmpeg/Config.in
multimedia/ffmpeg/Makefile

index 93cdd67cd227b9c2a73cc1ddacf6edb54812157d..574ba27830cffa505a12fc14ab98d886ba3524b9 100644 (file)
@@ -303,6 +303,9 @@ comment "Muxers"
 config FFMPEG_CUSTOM_MUXER_ac3
        bool "AC3"
 
+config FFMPEG_CUSTOM_MUXER_avi
+       bool "AVI"
+
 config FFMPEG_CUSTOM_MUXER_h264
        bool "H.264 Raw Video"
        depends on FFMPEG_CUSTOM_PATENTED
index 8de7f10b7b3c1c8a210c46b19664799c134add5e..fa2fc1e6ea2fa7142827dd33a8cb2837698b242f 100644 (file)
@@ -67,6 +67,7 @@ FFMPEG_CUSTOM_DECODERS:= \
 
 FFMPEG_CUSTOM_MUXERS:= \
        ac3 \
+       avi \
        ffm \
        h264 \
        hevc \