databag/net/host/transform/transform_vsd.sh
2024-01-12 13:34:32 -08: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