Update 2023-11-02 22:00 OpenBSD/amd64-x13
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user