4 linhas
64 B
Bash
Arquivo executável
4 linhas
64 B
Bash
Arquivo executável
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -tune film $2
|