rep=`pwd`
nom=`expr "$rep" : ".*/\(.*\)"`
nom=${nom}".gif"
echo ${nom}
ffmpeg -pattern_type glob -i '*.png' ${nom}
