mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
5 lines
210 B
Bash
Executable File
5 lines
210 B
Bash
Executable File
#!/bin/sh
|
|
#ffmpeg -i $1 -y -f mp4 -map_metadata -1 -c:v copy -c:a copy $2
|
|
#ffmpeg -f mp4 -i color=c=black:s=1280x720:r=5 -i $1 -crf 0 -c:a copy -shortest $2
|
|
ffmpeg -i $1 -y -f mp3 -map_metadata -1 -c:a copy $2
|