databag/net/container/transform/transform_vcopy.sh

4 lines
76 B
Bash
Raw Normal View History

2022-05-04 22:13:25 +00:00
#!/bin/bash
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -c:v copy -c:a copy $2