
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (106)
-
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 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (9188)
-
Video editing with ffmpeg or opencv
9 décembre 2014, par FjottenI am to develop a program that does some simple video editing. The only editing operations I need to perform are zooming and panning.
From my research only FFMPEG or OpenCV are viable options. Do you have any experience with these libraries, and will they be able to do the operations needed ? I am sure FFMPEG can do what I need to do, but it seems to be very hard to achieve. OpenCV seems easier and faster to develop for, so that I quite tempting.
Additionally, I have to make a GUI which might display multiple videos. I know OpenCV use HighGui but I could just as easily use a different GUI framework, or am I mistaken ? I have not done a lot of GUI programming before, so please excuse me if it is a dumb question.
Thanks for any response.
EDIT : I should point out that I should be able to do this on the fly.
-
How to extract an audio file from an mp4 using libavcodec ?
3 février 2015, par Sarah MicaI’m trying to convert an mp4 to a wav file to ultimately use pocketsphinx to convert the audio to a string that I can work with.
But right now I’m stuck on how to use libavcodec to extract the audio from the video file ? Does anyone know how to do this ? I looked at the documentation in the example folder of libavcodec. It has a few example files for filtering_audio and filtering_video but they are really confusing and hard to follow. Little to no documentation. I think I want the filtering_video but it seems like its working with the image frames, but what I want is the audio. Please someone help ! (I’m working in C)
Thanks
-
Start using ffmpeg Android with NDK - Windows
26 septembre 2012, par idishI'm new to ffmpeg and I'm trying to compile it/use it's libraries in my Android App with Android NDK. I have everything ready : the NDK, the ffmpeg source, but I've been searching the web for long time trying to compile some ffmpeg into my app.
I found this answer, but I don't really understand the instructions, I repeat, I'm using Windows, not a Linux based operating system. Is it that hard to make ffmpeg work in my android app ? Could anyone please give me instructions to get it work ?Thank you.