Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
11
.bin/OLD/encode
Executable file
11
.bin/OLD/encode
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
ffmpeg -y -i "$1" \
|
||||
-c:v libx264 \
|
||||
-c:a aac \
|
||||
-crf 21 \
|
||||
-s 1920x1080 \
|
||||
-preset fast \
|
||||
-movflags faststart \
|
||||
-threads 0 \
|
||||
"${1%%.*}-enc.mp4" \
|
||||
&& readlink -f "${1%%.*}-enc.mp4"
|
||||
Reference in New Issue
Block a user