Browse Source

Transcoding

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

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

472
     echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag' >> $peertube_config_file
472
     echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag' >> $peertube_config_file
473
     echo '# Uses a lot of CPU!' >> $peertube_config_file
473
     echo '# Uses a lot of CPU!' >> $peertube_config_file
474
     echo 'transcoding:' >> $peertube_config_file
474
     echo 'transcoding:' >> $peertube_config_file
475
-    echo '  enabled: false' >> $peertube_config_file
475
+    echo '  enabled: true' >> $peertube_config_file
476
     echo '  threads: 2' >> $peertube_config_file
476
     echo '  threads: 2' >> $peertube_config_file
477
     echo '  resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
477
     echo '  resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
478
     echo '    240p: true' >> $peertube_config_file
478
     echo '    240p: true' >> $peertube_config_file