
nom=$1".gif"
echo ${nom}
ffmpeg -pattern_type glob -i $1'*.png' ${nom}
