Turn off default transcoding
This commit is contained in:
parent
aafac55ba0
commit
2b92faa50f
|
@ -848,7 +848,7 @@ function peertube_create_config {
|
||||||
echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag';
|
echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag';
|
||||||
echo '# Uses a lot of CPU!';
|
echo '# Uses a lot of CPU!';
|
||||||
echo 'transcoding:';
|
echo 'transcoding:';
|
||||||
echo ' enabled: true';
|
echo ' enabled: false';
|
||||||
echo ' threads: 2';
|
echo ' threads: 2';
|
||||||
echo ' resolutions: # Only created if the original video has a higher resolution';
|
echo ' resolutions: # Only created if the original video has a higher resolution';
|
||||||
echo ' 240p: true';
|
echo ' 240p: true';
|
||||||
|
|
Loading…
Reference in New Issue