mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
4 lines
76 B
Bash
4 lines
76 B
Bash
|
#!/bin/bash
|
||
|
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -c:v copy -c:a copy $2
|
||
|
|