4 lignes
64 B
Bash
Fichiers exécutables
4 lignes
64 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -tune film $2
|