Skip to content

Commit

Permalink
add comment noting exclusion of pcm from admin settings target codec
Browse files Browse the repository at this point in the history
  • Loading branch information
pyorot committed Oct 14, 2024
1 parent bb0ce08 commit fb91141
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
onSelect={() => (config.ffmpeg.acceptedVideoCodecs = [config.ffmpeg.targetVideoCodec])}
/>

<!-- PCM is excluded here since it's a bad choice for users storage-wise -->
<SettingSelect
label={$t('admin.transcoding_audio_codec')}
{disabled}
Expand Down

0 comments on commit fb91141

Please sign in to comment.