<label for="transcodingEnabled"></label>
<label i18n for="transcodingEnabled">Transcoding enabled</label>
+
+ <my-help helpType="custom" i18n-customHtml customHtml="If you disable transcoding, many videos from your users will not work!"></my-help>
</div>
<ng-template [ngIf]="isTranscodingEnabled()">
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.
-# Uses a lot of CPU and increases storage!
+# Please, do not disable transcoding since many uploaded videos will not work
transcoding:
enabled: true
threads: 1
- resolutions: # Only created if the original video has a higher resolution
+ resolutions: # Only created if the original video has a higher resolution, uses more storage!
240p: false
360p: false
480p: false
video_quota: -1
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
-# Uses a lot of CPU!
+# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.
+# Please, do not disable transcoding since many uploaded videos will not work
transcoding:
enabled: true
threads: 1
- resolutions: # Only created if the original video has a higher resolution
+ resolutions: # Only created if the original video has a higher resolution, uses more storage!
240p: false
360p: false
480p: false