
Recherche avancée
Autres articles (79)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (10178)
-
libFLAC/cpu.c : Drop some unnecessary returns
27 juin 2016, par Julian Calaby -
Revision b373301e1f : external_frame_buffer_test : quiet static analysis warnings add explicit returns
18 mars 2015, par James ZernChanged Paths :
Modify /test/external_frame_buffer_test.cc
external_frame_buffer_test : quiet static analysis warningsadd explicit returns in cases where ASSERT_* can’t be used due to the
function returning a value ; retain the EXPECT_* for reporting purposes.Change-Id : I1f514728537fee42a99277d3aba538e832d3b65b
-
PHPVideoToolkit getFFmpegInfo() returns an array with empty codecs
11 novembre 2012, par user16948I have install ffmpeg and
ffmpeg -codecs
returns a huge list of codecs. But output of the following code :$ffmpeg = $toolkit->getFFmpegInfo(FALSE);
print_r($ffmpeg);is this :
...
[codecs] => Array
(
[video] => Array
(
)
[audio] => Array
(
)
[subtitle] => Array
(
)
)It doesn't find any codec. Any suggestion ? (I have installed ffmpeg from source)