Skip to content

Commit

Permalink
Add note to split audio/video config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Sep 13, 2024
1 parent fdee927 commit 7fa9004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ <h3 class="callout-title" i18n>Output</h3>
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 />
Expand Down Expand Up @@ -158,9 +160,7 @@ <h3 class="callout-title" i18n>Output</h3>
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>
Expand Down
1 change: 1 addition & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions config/production.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fa9004

Please sign in to comment.