
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (106)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
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 (11075)
-
Local ffmpeg output to S3 Bucket
21 juillet 2015, par ericHeres my setup ;
I have a local PC running ffmpeg with output configured to h.264 and aac
and S3 bucket created at AWS
what i need to do is, use ffmpeg [local] output to upload files directly to s3 bucket.
PS :
Planing to use that s3 bucket with cloudfront to allow 1 [one] user to stream a live event with about setup.i could not find a way to specify output location as s3 bucket [with key].
any ideas as to how to do it ? Thanks -
Minor change to iframe attribute ordering (making sure the .cboxIframe element is in the DOM when the callback fires).
7 octobre 2012, par jackmoorem colorbox/jquery.colorbox.js Minor change to iframe attribute ordering (making sure the .cboxIframe element is in the DOM when the callback fires).
-
ffmpeg : relocation error : /usr/local/lib/libavcore.so.0 [closed]
27 février 2013, par PardisI installed ffmpeg successfully on my server (Linux) but after install mplayer I get following error when ffmpeg runs :
root@server3 [/usr/local/src/ffmpeg-0.6]# ffmpeg
ffmpeg: relocation error: /usr/local/lib/libavcore.so.0: symbol av_default_item_name, version LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference
root@server3 [/usr/local/src/ffmpeg-0.6]#Anybody can guide resolve this issue ?