
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 (81)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (10595)
-
The best way to convert audio files with php (sox - ffmpeg) [closed]
19 août 2020, par houssein ahmedI want to ask what is the best way to convert audio files with php.
i was try with sox but not install correctly on my PC.
give me some errors like ( formats handlers not exist, libmad not found ).
So how i can correctly install this and use php exec function to convert audio files or any thing like this.


-
There have any c code for dynamic text overlay on video ?
3 juillet 2016, par vibogThere have any example for dynamic text overlay on video using gstreamer , I am never use gstreamer with c program . I know that isvery useful as compare to ffmpeg . there have pipeline which consume low cpu . Please give any example or tutorial for Overlay (dynamic updating texts) on video .
Thanks in advance . -
ffmpeg - create two Audio Streams from one
10 mai 2021, par sunwave121I have a mp4 file with one AC3 5.1 track on it and the video stream of course.
Now I want to mixdown the AC3 track to 384kbps and I also want to add stereo track at 256kbps. The actuall Video stream just get copied


Can somebody give me a hint :


-map 0 -c:v copy -c:a aac -b:a 256K -ac 2 -c:a ac3 -b:a 384K -ac 6 -c:s copy



IM really not familiar with ffmpeg and it seems that i dont really understand how "map" works :(


Thanks in advance