her.esy.fun/src/mem/vids/convert.sh
Yann Esposito (Yogsototh) 847c80a63f
move from memes to mem
2022-10-23 20:24:42 +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