
Recherche avancée
Autres articles (53)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (5967)
-
vaapi_encode : Sync to input surface rather than output
18 septembre 2016, par Mark Thompsonvaapi_encode : Sync to input surface rather than output
While outwardly bizarre, this change makes the behaviour consistent
with other VAAPI encoders which sync to the encode /input/ picture in
order to wait for /output/ from the encoder. It is not harmful on
i965 (because synchronisation already happens in vaRenderPicture(),
so it has no effect there), and it allows the encoder to work on
mesa/gallium which assumes this behaviour.(cherry picked from commit 086e4b58b59ea3993107aa24d92bb962ec69667c)
-
vaapi_encode : Check packed header capabilities
18 septembre 2016, par Mark Thompsonvaapi_encode : Check packed header capabilities
This improves behaviour with drivers which do not support packed
headers, such as AMD VCE on mesa/gallium.(cherry picked from commit 892bbbcdc171ff0d08d69636a240ffb95f54243c)
-
vaapi_encode : Refactor initialisation
18 septembre 2016, par Mark Thompsonvaapi_encode : Refactor initialisation
This allows better checking of capabilities and will make it easier
to add more functionality later.It also commonises some duplicated code around rate control setup
and adds more comments explaining the internals.(cherry picked from commit 80a5d05108cb218e8cd2e25c6621a3bfef0a832e)