
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (46)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5809)
-
Measure "delta time" between two simulation conditions
14 décembre 2017, par mrji understand that to measure BD-BR and BD-PSNR 4 data points are required (4 differents QPs). i want to measure time difference between two simulation conditions and each QP provide me a time.
should i calculate the time difference between each one of the four QPs and then the average of them all** ? thanks in advance.
** as in :
deltaTimeQP22 = timeSimulation1QP22 - timeSimulation2QP22
deltaTimeQP27 = timeSimulation1QP27 - timeSimulation2QP27
deltaTimeQP32 = timeSimulation1QP32 - timeSimulation2QP32
deltaTimeQP37 = timeSimulation1QP37 - timeSimulation2QP37
deltaTime = (deltaTimeQP22 + deltaTimeQP27 + deltaTimeQP32 + deltaTimeQP37)/4 -
mpegvideo_enc : Merge ifs with identical conditions
23 octobre 2015, par Michael Niedermayer -
Revision 111014 : 1/ Les conditions @checkbox_xx@ == ’valeur’ ne fonctionnaient pas s’il ...
5 juillet 2018, par nicod@… — Log1/ Les conditions @checkbox_xx@ == ’valeur’ ne fonctionnaient pas s’il y avait des caractères à la suite (suppression du $ dans le preg_match_all)
2/ S’il y avait plusieurs conditions @checkbox_xx@ == ’valeur’, la capture de la regexp fonctionnait mal et générait un bug js
On capture donc différement : on prend les chaines "..." ou ’...’ strictement, sans mélanger doubles et simples quotes, et on modifie la génération de la condition