Formatting

This commit is contained in:
Matt McWilliams 2021-05-09 10:12:50 -04:00
parent fa11720742
commit 830300df3c
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ if [[ "${RTMP}" == "" ]]; then
exit 2
fi
ffmpeg -re -i "${INPUT}"-c:v libx264 \
ffmpeg -re -i "${INPUT}"\
-c:v libx264 \
-preset veryfast \
-maxrate 2048k \
-bufsize 4096k \