Add note to split audio/video config

This commit is contained in:
Chocobozzz 2024-09-13 08:58:55 +02:00
parent fdee927ce8
commit 7fa9004f4c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 5 additions and 3 deletions

View File

@ -123,6 +123,8 @@
inputName="transcodingHlsSplitAudioAndVideo" formControlName="splitAudioAndVideo"
i18n-labelText labelText="Split audio and video streams"
>
<ng-container i18n ngProjectAs="description">If enabled, remote PeerTube instances <= 6.3.0 won't be able to play these videos</ng-container>
<ng-template ptTemplate="help">
<ng-container i18n>Store the audio stream in a separate file from the video.</ng-container> <br />
<ng-container i18n>This option adds the ability for the HLS player to propose the "Audio only" quality to users.</ng-container> <br />
@ -158,9 +160,7 @@
inputName="transcodingAlwaysTranscodeOriginalResolution" formControlName="alwaysTranscodeOriginalResolution"
i18n-labelText labelText="Also transcode original resolution"
>
<ng-container i18n ngProjectAs="description">
Even if it's above your maximum enabled resolution
</ng-container>
<ng-container i18n ngProjectAs="description">Even if it's above your maximum enabled resolution</ng-container>
</my-peertube-checkbox>
</div>
</div>

View File

@ -636,6 +636,7 @@ transcoding:
# Store the audio stream in a separate file from the video
# This option adds the ability for the HLS player to propose the "Audio only" quality to users
# It also saves disk space by not duplicating the audio stream in each resolution file
# /!\ If enabled, remote PeerTube instances < 6.3.0 won't be able to play these videos
split_audio_and_video: false
live:

View File

@ -646,6 +646,7 @@ transcoding:
# Store the audio stream in a separate file from the video
# This option adds the ability for the HLS player to propose the "Audio only" quality to users
# It also saves disk space by not duplicating the audio stream in each resolution file
# /!\ If enabled, remote PeerTube instances < 6.3.0 won't be able to play these videos
split_audio_and_video: false
live: