4 řádky
64 B
Bash
Spustitelný soubor
4 řádky
64 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -tune film $2
|