Skip to content
Snippets Groups Projects
Commit cacc74b0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Transcoding

parent f506c3c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment