Update 2023-11-02 22:00 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-02 22:00:22 +01:00
parent 92a2366e44
commit 3ad43fe7ae
3 changed files with 29 additions and 7 deletions

View File

@@ -22,12 +22,12 @@ set -x
ffmpeg -hide_banner -y \
-i "${_vidfile}" \
-c:v libx264 \
-crf 28 \
-crf 21 \
-s ${_res} \
-pix_fmt yuv420p \
-preset veryfast \
-preset fast \
-movflags faststart \
-threads 12 \
-threads 8 \
"${_outfile}"
set +x
printf '%s\n' "${_outfile}"