
Recherche avancée
Autres articles (51)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6712)
-
Revision 30403 : Microformatage : ajout de la class ’photo’ sur l’avatar généré, qui ...
1er août 2009, par romy@… — LogMicroformatage : ajout de la class ’photo’ sur l’avatar généré, qui peut donc être utilisé dans une hCard personnelle, cf. : http://microformats.org/wiki/hcard-authoring-fr#Photographies
-
Does ReplayGain work on Opus audio files, too, and how do I apply it ?
8 mars 2023, par finefoot

ReplayGain is a proposed technical standard published by David Robinson in 2001 to measure and normalize the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis.




Does ReplayGain work on audio files encoded with Opus, too ? And what's a command-line solution to apply it ?


-
Révision 93109 : Compat PHP7 (peut être pas encore suffisant).
23 novembre 2015, par marcimat@rezo.netLa structure foreach change de comportement et s’applique par défaut sur une copie du tableau passé.
Si on modifie le tableau dans le foreach… bien celui d’origine n’est pas affecté. Pour retrouver
le comportement d’avant dans ces cas là, il faut passer la valeur par référence.cf.
https://wiki.php.net/rfc/php7_foreach
http://php.net/manual/fr/migration70.incompatible.php