mirror of
https://github.com/balzack/databag.git
synced 2025-02-13 03:59:16 +00:00
4 lines
120 B
Bash
4 lines
120 B
Bash
|
#!/bin/bash
|
||
|
ffmpeg -i $1 -y -f mp4 -map_metadata -1 -vf scale=320:-2 -c:v libx264 -crf 32 -preset veryfast -c:a aac $2
|
||
|
|