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