4 řádky
66 B
Bash
Spustitelný soubor
4 řádky
66 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -aspect 16:9 $2
|