
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (10967)
-
Using FFMEG on NGINX site
17 septembre 2014, par mECHI am just beginning to work with servers and HTML and had a question about streaming video.
I was wondering if I setup ffmpeg to create a stream, how can I display that stream on my website ? Can I do that using HTML5 ?
Will I have to add a module to nginx ? I’m not real sure where to begin but I would rather not use ffserver if I already have a server running. Thanks.
-
Revision 30229 : On continue à revoir le code en profondeur...
26 juillet 2009, par kent1@… — LogOn continue à revoir le code en profondeur…
-
Changing the number of frame in matlab [on hold]
18 décembre 2015, par medic911I use ffmpeg for the decomposition of video on frames. I use this command :
ffmpeg -i Barrier.avi -y -r 5 obrazek%03d.tif
I want to work with the frames in MATLAB.
Is it the opportunity to change the number of frames per second using code ? Can I change the number of frames per second in MATLAB ?