
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (24)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 (2739)
-
FFmpeg-iOS build script - ERROR : libmp3lame >= 3.98.3 not found
23 mai 2016, par RaindropI want to add mp3 support in ffmpeg-iOS so I added
--enable-libmp3lame
in FFmpeg-iOS-build-script, but it always complaints : ERROR : libmp3lame >= 3.98.3 not found even after installing lame(3.99.*) with brew.OS : Mac Yosemite 10.10.5
Any advice would be appreciated.
Thanks.
-
Executing ffmpeg commands from a PHP script
30 janvier 2013, par Derrick TuckerMy problem is pretty simple : I can run ffmpeg commands perfectly fine on my server from the command line, but some of these commands experience trouble when I try to execute them from a PHP script.
For example, the following works in the command line :
ffmpeg -i cat.mpeg cat.avi
When in my PHP script, it also works as :
exec("/usr/local/bin/ffmpeg -i cat.mpeg cat.avi", $output);
This, as I said, works fine. However, this line works from the command line, but not in a PHP script :
ffmpeg -i cat.mpeg -vf scale=480:360 cat2.mpeg
Trying to put that into an
exec()
produces nothing. I've tried with/without quotes around the dimensions, different formats, etc. From the dozens of different commands I have tried, it seems that any will work from PHP as long as they don't contain the-vf
flag. Clearly it works on the server, as executing from the command line proceeds with no issue ; is there something silly I am missing here ? -
how to use ffmpeg in python script
21 janvier 2021, par S1KRRI want to run the code below in my python script can somebody please advise how to do it. The code below is not understood for some reason not sure why


import ffmpeg

ffmpeg-i 'http://media-ice.musicradio.com:80/LBCNewsUKMP3' -c copy -vn -ac 2 -acodec aac -t 15