
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (106)
-
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 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 (12346)
-
Revision 3017 : Rester dans le formalisme SPIP pour les noms des pages ... Ajouter la ...
4 mars 2010, par kent1 — LogRester dans le formalisme SPIP pour les noms des pages ... Ajouter la liste des mutus associé à des auteurs dans la page des infos de l’auteur
-
avformat/imfdec : inherit opaque from parent AVFormatContext
17 mai, par Kacper Michajłowavformat/imfdec : inherit opaque from parent AVFormatContext
io_open and io_close2 callbacks may use opaque pointer stored in the
context. They are already inherited, so opaque should also be passed
through.Fixes IMF playback in mpv.
Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
Reviewed-by : Pierre-Anthony Lemieux <pal@sandflow.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/mpegvideo : Move parent to MPVEncContext
30 avril, par Andreas Rheinhardtavcodec/mpegvideo : Move parent to MPVEncContext
This is more type-safe and avoids having parent contexts
when unnecessary.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>