
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (40)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (4836)
-
Revision 15827 : Ajout du nouveau container webm pour les contenus video et audio cf : - ...
12 juillet 2010, par kent1@… — LogAjout du nouveau container webm pour les contenus video et audio cf : - http://fr.wikipedia.org/wiki/WebM - http://www.webmproject.org/
-
Revision 3686 : On crée une variable semi globale qui récupère la video qui est "hover" ...
2 juillet 2010, par kent1 — LogOn crée une variable semi globale qui récupère la video qui est "hover" On ajoute les contôles clavier en priorité sur la video hover controls et non controls=oui sur la balise audio
-
FFMPEG video compression php
6 juin 2014, par Ravindra Kumar SoamI have compressed a video in php with the code, given below :
$sourceFile = $filename;
$targetFile = $filename;
$resolution = '640x480';
$exec_string = "ffmpeg -i ".$sourceFile." -r 30 -s ".$resolution." ".$targetFile;
exec($exec_string);video is compressed with desired resolution, but this video is playing properly on mobile site version but for web application it is not playing.
Showing only black screen with video time duration, is somebody there we can help to fixed the same ?????