4 líneas
64 B
Bash
Archivo Ejecutable
4 líneas
64 B
Bash
Archivo Ejecutable
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -tune film $2
|