
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (106)
-
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (8854)
-
Revision 80550 : class fieldset en moins pour un affichage plus clair (mince de mince, ...
6 février 2014, par chankalan@… — Logclass fieldset en moins pour un affichage plus clair (mince de mince, y’aura toujours une coquille ?)
-
Revision 81761 : Attention : on ne veut poser la class extra que sur le premier niveau du ...
4 avril 2014, par cedric@… — LogAttention : on ne veut poser la class extra que sur le premier niveau du menu. On passe donc un argument niveau que l’on incremente (compatibilite BootStrap ? ou autre)
-
How to view all images using MediaMetaDataRetriver class ?
14 mai 2014, par user3627866Actually when using MediaMetaDataRetriver I got a single image view.
Now what I wanted was to take all the image frames from video, show it in the view using MediaMetaDataRetriver.
But I am not interested in using FFMPEG, so if someone has any idea about this or any alternatives to the same please help me out.