Transcoding settings

This commit is contained in:
Bob Mottram 2017-11-30 22:48:12 +00:00
parent 0a17554dbd
commit f506c3c030
1 changed files with 4 additions and 4 deletions

View File

@ -476,10 +476,10 @@ function peertube_create_config {
echo ' threads: 2' >> $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 ' resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
echo ' 240p: true' >> $peertube_config_file echo ' 240p: true' >> $peertube_config_file
echo ' 360p: true' >> $peertube_config_file echo ' 360p: false' >> $peertube_config_file
echo ' 480p: true' >> $peertube_config_file echo ' 480p: false' >> $peertube_config_file
echo ' 720p: true' >> $peertube_config_file echo ' 720p: false' >> $peertube_config_file
echo ' 1080p: true' >> $peertube_config_file echo ' 1080p: false' >> $peertube_config_file
} }
function install_peertube { function install_peertube {