her.esy.fun/src/memes/vids/convert.sh
Yann Esposito (Yogsototh) fa11add4f8
page for each video
2022-10-11 12:29:51 +02:00

12 lines
203 B
Bash
Executable file

#!/usr/bin/env zsh
ffmpeg -i $1 \
-vcodec libx264 \
-profile:v main \
-level 3.1 \
-preset medium \
-crf 23 \
-x264-params ref=4 \
-acodec ac3_fixed \
-movflags +faststart \
${1:r}.mp4