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