
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (43)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
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 (...)
Sur d’autres sites (9467)
-
wavpack : check number of channels
22 août 2014, par Christophe Gisquet -
what does ffmpeg process number's meaning ?
26 octobre 2022, par bon hoffmpeg process 18048 successfully terminated with return code of 0.
ffmpeg process 17248 successfully terminated with return code of 0.
ffmpeg process 18924 successfully terminated with return code of 0.
ffmpeg process 41 successfully terminated with return code of 0.



What means that number 18048,17248,18924,41 ?


I think that number is length.
but I don't know exactly what meaning.


thx.


-
lavc/decode : Fix the error number report if av_image_fill_pointers fail.
28 octobre 2018, par Jun Zhaolavc/decode : Fix the error number report if av_image_fill_pointers fail.
1 will be map to error number "EPERM", and will be map to the error
message like "Error while decoding stream #0:0 : Operation not permitted",
it's a strange error message when debug update_frame_pool fail,
now only return the error code from av_image_fill_pointers in case
of av_image_fill_pointers failure.Signed-off-by : Jun Zhao <mypopydev@gmail.com>