To learn more about the terminology used here, refer to FFmpeg documentation for
H.264 codec,
{$t('admin.transcoding_hevc_codec')}
and
VP9 codec.
config.ffmpeg.acceptedAudioCodecs.includes(config.ffmpeg.targetAudioCodec)
? null
: config.ffmpeg.acceptedAudioCodecs.push(config.ffmpeg.targetAudioCodec)}
/>
(config.ffmpeg.acceptedVideoCodecs = [config.ffmpeg.targetVideoCodec])}
/>