mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
ffmpeg: Add avi muxer
Otherwise one cannot produce *.avi containers needed for some H.264 camera codecs. Signed-off-by: Jan Kratochvil <jan@jankratochvil.net>
This commit is contained in:
committed by
Rosen Penev
parent
2a4d2e8c9d
commit
62f01d7b36
@@ -303,6 +303,9 @@ comment "Muxers"
|
|||||||
config FFMPEG_CUSTOM_MUXER_ac3
|
config FFMPEG_CUSTOM_MUXER_ac3
|
||||||
bool "AC3"
|
bool "AC3"
|
||||||
|
|
||||||
|
config FFMPEG_CUSTOM_MUXER_avi
|
||||||
|
bool "AVI"
|
||||||
|
|
||||||
config FFMPEG_CUSTOM_MUXER_h264
|
config FFMPEG_CUSTOM_MUXER_h264
|
||||||
bool "H.264 Raw Video"
|
bool "H.264 Raw Video"
|
||||||
depends on FFMPEG_CUSTOM_PATENTED
|
depends on FFMPEG_CUSTOM_PATENTED
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ FFMPEG_CUSTOM_DECODERS:= \
|
|||||||
|
|
||||||
FFMPEG_CUSTOM_MUXERS:= \
|
FFMPEG_CUSTOM_MUXERS:= \
|
||||||
ac3 \
|
ac3 \
|
||||||
|
avi \
|
||||||
ffm \
|
ffm \
|
||||||
h264 \
|
h264 \
|
||||||
hevc \
|
hevc \
|
||||||
|
|||||||
Reference in New Issue
Block a user