
Recherche avancée
Autres articles (67)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6841)
-
avcodec/gdv : Check available space before reading palette
11 août 2017, par Michael Niedermayeravcodec/gdv : Check available space before reading palette
Fixes : Timeout
Fixes : 2926/clusterfuzz-testcase-498711001458278Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avformat/hlsenc : allocate space for terminating null
13 novembre 2017, par Timo Rothenpieler -
ffmpeg drawtext leading space characters in text are getting ignored
4 novembre 2017, par yoda89I am using the below arguments for drawtext in ffmpeg
ffmpeg -i input.gif -vf drawtext="fontfile='ariblk.ttf':text=' Hello World':x=10:y=10:fontsize=30:fontcolor=white" output.gif
notice the spaces before the text specified in argument, but in output the spaces before the text are getting ignored.
So how could I stop ffmpeg from doing that.