mirror of https://github.com/Flinner/dots.git
2 lines
65 B
Bash
2 lines
65 B
Bash
|
ffmpeg -i "$1" -vcodec libx265 -crf 28 "compressed-${1%.*}.mp4"
|