4 řádky
68 B
Bash
Spustitelný soubor
4 řádky
68 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -vcodec libx264 -crf 18 -tune animation $2
|