Transcoding

This commit is contained in:
Bob Mottram 2017-11-30 23:04:14 +00:00
parent f506c3c030
commit cacc74b0c8
1 changed files with 1 additions and 1 deletions

View File

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