
Recherche avancée
Autres articles (56)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (12529)
-
ffmpeg : do not call exit from exit_program()
6 février 2013, par Michael Niedermayerffmpeg : do not call exit from exit_program()
-
lavf/segment : exit immediately in case of invalid stream specifier
23 janvier 2013, par Stefano Sabatinilavf/segment : exit immediately in case of invalid stream specifier
-
exit when done ffmpeg [closed]
28 décembre 2012, par Giacomo King PatermoHow to close Command Prompt when FFMPEG finish to convert ? I try this code :
ffmpeg.exe -loglevel quiet -i "input.avi" -qscale 0 "output.avi"
but does not exit when ffmpeg finish to convert, hide only the output.
Thanks.