
Recherche avancée
Médias (2)
-
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
Autres articles (55)
-
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
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 (4471)
-
script ubuntu lucid : apache
4 mars 2012L’installation ne peut finir la configuration d’apache
le log indique :-
Activation du module mod_deflate
-
Module deflate already enabled
-
Installation du fichier de configuration du mod_deflate
-
cp : impossible d’évaluer « ./configs/apache/deflate.conf » : Aucun fichier ou dossier de ce type
pourant le fichier est bien là :
-
root@sd-27024 : /mediaspip_install# ls configs/apache/
-
deflate.conf expires.conf mediaspip_mime.conf
-
-
How to install latest ffmpeg on mac
2 décembre 2016, par eco_bachI am using this command
sudo port install ffmpeg +gpl +postproc +lame +theora +libogg +vorbis +xvid +x264 +a52 +faac +faad +dts +nonfree
But the installed version of ffmpeg I get is only 0.7.13.
I am using MacPorts which may be the issue
Apparently there is a 1.0 release !
http://ffmpeg.org/download.html#release_1.0 -
How can I speed up live stream of screen capture with ffmpeg ?
15 octobre 2012, par PICyourBrainI am attempting to stream the desktop of one computer to another computer on an internal network. I am trying to use ffmpeg on the sending side and VLC on the receiving side. I am using screen-capture-recorder as the video input device. I have been trying the command :
ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port
With this command there is a 2-5 second delay on the receiving machine. I need to get the delay down to less than a second.Does anyone have any suggestions on how to reduce the delay ?