
Recherche avancée
Autres articles (102)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (10011)
-
Revision 106740 : Cf r106739 : ouvelle possibilité du plugin de mutualisation facile (voir ...
11 octobre 2017, par real3t@… — LogCf r106739 : ouvelle possibilité du plugin de mutualisation facile (voir commit suivant) : afficher la valeur d’une meta. Soit :
nommeta
nomcasier/nommeta (beaucoup utilisé avec les CFG)
Déclaration dans le mes_options.php
Exemple :
GLOBALSmutualisation_afficher_config ? = (isset($GLOBALSmutualisation_afficher_config ?) ?$GLOBALSmutualisation_afficher_config ?.’,’ :).’soyezcreateurs/mode_affichage,slogan_site’ ; -
Compile ffmpeg for WinRT with libvpx ?
7 janvier 2018, par Sean O'NeilFollowing this guide :
https://trac.ffmpeg.org/wiki/CompilationGuide/WinRTCan anyone tell me if it’s possible to build and include libvpx into this ?
-
After ffmpeg conversion to mp3, winamp shows half frequency
8 octobre 2012, par user404781I'm converting movie in flv to mp3 format (just to extract soundtrack) with this options :
ffmpeg -i movie.flv -acodec libmp3lame -ac 2 -ab 128000 -ar 22050 -vn soundtrack.mp3
When I check with some free tool I get 44100kHz, but winamp shows half of that - 22050kHz. Which one should I trust ? Maybe ffmpeg options are wrong ?