mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
3 lines
119 B
Bash
Executable File
3 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -vf scale=720:-2 -c:v libx264 -crf 23 -preset veryfast -c:a mp3 $2
|