4 lignes
66 B
Bash
Fichiers exécutables
4 lignes
66 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
#
|
|
ffmpeg -i $1 -qscale:v 5 -c:v libxvid -aspect 16:9 $2
|