
Recherche avancée
Autres articles (44)
-
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. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (5394)
-
avformat/mxfenc : Replace more literal magic numbers by enum values.
10 septembre 2017, par Michael Niedermayer -
avformat/mxfenc : Replace literal numbers by named enum values.
29 août 2017, par Michael Niedermayer -
ffmpeg : extracting images from video together with their frame numbers ?
22 février 2018, par BlenderBenderI’m extracting images from a (variable framerate) .avi file with
ffmpeg -i movie.avi -r 25 %05d.png
(the
-r
option should be equivalent to the filter-vf='fps=fps=25'
), but would now like to know the frame number in the original video stream each generated image corresponds to. Is there an easy way to do that ?