databag/net/container/transform/transform_vcopy.sh
2022-06-08 14:04:02 -07:00

4 lines
76 B
Bash
Executable File

#!/bin/bash
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -c:v copy -c:a copy $2