Transcoding settings
This commit is contained in:
parent
0a17554dbd
commit
f506c3c030
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue