Browse Source

Turn off default transcoding

Bob Mottram 7 years ago
parent
commit
2b92faa50f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube View File

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