Turn off default transcoding

This commit is contained in:
Bob Mottram 2018-06-01 10:31:15 +01:00
parent aafac55ba0
commit 2b92faa50f
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ function peertube_create_config {
echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag';
echo '# Uses a lot of CPU!';
echo 'transcoding:';
echo ' enabled: true';
echo ' enabled: false';
echo ' threads: 2';
echo ' resolutions: # Only created if the original video has a higher resolution';
echo ' 240p: true';