
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (91)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (10172)
-
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)