databag/net/server/transform/transform_vsd.sh
2022-05-29 02:48:56 -07:00

3 lines
137 B
Bash
Executable File

#!/bin/bash
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -vf scale=640:-2 -vcodec libx265 -crf 32 -preset veryfast -tag:v hvc1 -acodec mp3 $2