
Recherche avancée
Autres articles (110)
-
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 (...) -
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 -
Les images
15 mai 2013
Sur d’autres sites (8352)
-
avformat/mxfenc : pass MXFPackage around instead of type
27 novembre 2017, par Mark Reid -
Revision 1ec44505c9 : Bug fix for svc first pass rate control. 1. We didn't scale source image in low
18 avril 2014, par Minghai ShangChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Bug fix for svc first pass rate control.1. We didn’t scale source image in lower layers so that
the stats are incorrect.
2. We didn’t extend borders for re-constructed image.Change-Id : Ia8d7bafbdb695ffa7f504e171f9449812e7bb0a3
-
libx264 : Pass the reordered_opaque field through the encoder
11 octobre 2018, par Martin Storsjölibx264 : Pass the reordered_opaque field through the encoder
libx264 does have a field for opaque data to pass along with frames
through the encoder, but it is a pointer, while the libavcodec
reordered_opaque field is an int64_t. Therefore, allocate an array
within the libx264 wrapper, where reordered_opaque values in flight
are stored, and pass a pointer to this array to libx264.Update the public libavcodec documentation for the AVCodecContext
field to explain this usage, and add a codec capability that allows
detecting whether an encoder handles this field.Signed-off-by : Martin Storsjö <martin@martin.st>