
Recherche avancée
Autres articles (12)
-
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 -
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6271)
-
Revision 30e9c091c0 : Merge "Tune SSSE3 assembly implementation to improve quantization speed"
3 avril 2015, par Jingning HanMerge "Tune SSSE3 assembly implementation to improve quantization speed"
-
Revision 531468a07a : Tuning SATD rate calculation for speed This commit allows the encoder to check
31 mars 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Tuning SATD rate calculation for speedThis commit allows the encoder to check the eob per transform
block to decide how to compute the SATD rate cost. If the entire
block is quantized to zero, there is no need to add anything ; if
only the DC coefficient is non-zero, add its absolute value ;
otherwise, sum over the block. This reduces the CPU cycles spent
on vp9_satd_sse2 to one third.Change-Id : I0d56044b793b286efc0875fafc0b8bf2d2047e32
-
Revision 502ac72233 : Merge "Tuning SATD rate calculation for speed"
31 mars 2015, par Jingning HanMerge "Tuning SATD rate calculation for speed"