Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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, par

    Cette 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 user1426122

    i 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 PHPLearner

    i 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 Challa

    I 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 :

    1. How do I receive the stream in a C/C++ program using FFMPEG library ? (just provide some URL/tutorial, as google was not helpful)

    2. How do I display the received video ? (same here, some good URL to direct me).