|
|
@@ -1,4 +1,8 @@
|
|
|
FFmpegOutput="FFmpeg Output"
|
|
|
+FFmpegMuxer="FFmpeg Muxer"
|
|
|
+FFmpegHlsMuxer="FFmpeg HLS Muxer"
|
|
|
+FFmpegMpegts="FFmpeg MPEG-TS"
|
|
|
+FFmpegMpegtsMuxer="FFmpeg MPEG-TS Muxer"
|
|
|
FFmpegAAC="FFmpeg AAC"
|
|
|
FFmpegOpus="FFmpeg Opus"
|
|
|
FFmpegALAC="FFmpeg ALAC (24-bit)"
|
|
|
@@ -17,6 +21,7 @@ RateControl="Rate Control"
|
|
|
KeyframeIntervalSec="Keyframe Interval (0=auto)"
|
|
|
Lossless="Lossless"
|
|
|
Level="Level"
|
|
|
+FilePath="File Path"
|
|
|
|
|
|
AMFOpts="AMF/FFmpeg Options"
|
|
|
AMFOpts.ToolTip="Use to specify custom AMF or FFmpeg options. For example, \"level=5.2 profile=main\". Check the AMF encoder docs for more details."
|