databag/net/container/transform/transform_vsd.sh

3 lines
137 B
Bash
Raw Normal View History

2022-05-12 06:33:00 +00:00
#!/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