
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (104)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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.
Sur d’autres sites (7424)
-
how to write a music player in linux using ffmpeg
30 mai 2012, par user1426122i have a course project in making a music player in linux with ffmpeg, can anyone give me some instruction about it. Does anyone know of any good resources for learning how to use ffmpeg ? Considering I just want to write a simple music player with support for a broad range of formats and codecs, is ffmpeg too heavyweight for a project of this scope ? thank you !
-
FFMPEG conversion issue in PHP | 0KB conversion issue
27 mai 2012, par PHPLearneri am using below code in the exec() command, it works in other server, in my dev region just converting into empty flv file.
i have paid to my host to reinstall the ffmpeg, they have confirmed its good still not getting the output.
they are claiming that i have a issue in the below syntax. does any one have any thoughts on this ?
ffmpeg -i /home/hereitis/uploads/videos/MVI_0572.AVI -f flv -s 320x240 /home/hereitis/videos/flv/MVI_0572.flv
Thank you so mcuh for your interest to read this.
-
Receiving RTSP stream using FFMPEG library
11 janvier 2017, par Bhanu ChallaI have an IPCamera on my LAN streaming video using RTSP. I have been able to capture and display it successfully using ffplay command :
ffplay rtsp://admin:123456@192.168.2.50:7070
(with authentication)
So I would like to achieve the same using programming in C/C++ using
ffmpeg
library. I guess this must be possible.So let me phrase two simple questions :
-
How do I receive the stream in a C/C++ program using FFMPEG library ? (just provide some URL/tutorial, as google was not helpful)
-
How do I display the received video ? (same here, some good URL to direct me).
-