Parcourir la source

Turn off default transcoding

Bob Mottram il y a 6 ans
Parent
révision
2b92faa50f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Voir le fichier

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';