4 Zeilen
64 B
Bash
Ausführbare Datei
4 Zeilen
64 B
Bash
Ausführbare Datei
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -tune film $2
|