
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 (47)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (9656)
-
How can I use ffmpeg with PHP's exec( ) command ?
22 janvier 2012, par John AndersonI'm running Max OS 10.7, MAMP (PHP 5.3.6), with FFMPEG installed. I want to convert videos from one format to another. The following entered into Terminal works fine :
ffmpeg -i /path/video.wmv /path/video.flv
The file video.wmv is converted to video.flv. Great ! Now, this PHP line DOESN'T work :
exec('ffmpeg -i /path/video.wmv /path/video.flv');
Why ? I've spent many hours reading up on this and I still can't figure out what is wrong. I have read the other discussions on this topic and there is no clear answer. Any help would be greatly appreciated ! (PHP safe_mode is off).
-
Second instance of ffmpeg for experimenting
18 septembre 2014, par Brian BennettI’m experimenting with databending/glitching images and videos as part of a master’s class. I’ve used Audacity to do most of it thus far, but it isn’t as successful with video.
I want to try to edit video by changing the source codecs in
ffmpeg
, but I don’t want to inadvertently destroy my current install.Is it possible to install a second instance of ffmpeg to run independently for experimentation purposes ?
If so, what Terminal command would I use to create a second, executable directory ?
-
How to stack videos horizontally with their audios combined in ffmpeg in nodejs ?
5 novembre 2018, par AbhilashI have a video calling app which I have implemented using Kurento Media Server. With the Recorder Endpoints from kurento I am able to record the videos of caller and callee separately. After the call I want to combine the videos into a single video. I want to stack the videos horizontally and combine their audios. I have done this using ffmpeg from terminal using complex filters but I want to achieve the same thing using ffmpeg nodejs library. Please help me. Thanks in advance.