Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5335)

  • Revision 354c566044 : restore examples to doxygen output these were incorrectly stripped in : 50fa585

    15 février 2014, par James Zern

    Changed Paths :
     Modify /docs.mk


     Modify /examples.mk



    restore examples to doxygen output

    these were incorrectly stripped in :
    50fa585 Removing examples code generation and making them static.

    Change-Id : Idb475ad5b303634311e9f616604312cb925cc6a9

  • Capture video on iOS device and live stream it to a server (or another mobile)

    13 février 2015, par theDuncs

    I want to be able to record footage using my iOS device and stream it directly to a server.

    There’s quite a few articles on S.O. that talk about this, but I’m not sure any have answered the question very well.

    Should I be using HTTP Live Streaming, or is this just for sending data to an iPhone ?
    Should I be using AVCaptureSession to grab the video (a segment at a time ?), sending each segment to the server ?
    Should I be using AVCaptureVideoDataOutput and ffmpeg for streaming ?

    I’m a little lost with all this, so any sample code or docs or links would be really appreciated.

    Thanks for your help guys.

    Duncan

  • ffmpeg (libav, libavfilter, etx) - modify frame with image or text using C\C++ API

    7 juillet 2023, par Alex

    After reading a huge bunch of docs and tutorials I still cant find a way to add some image or text to each frame of video. Something like logo on the frame corner, or text watermark.

    


    Iam know how to do such things with ffmpeg from cli, but for this case, C\C++ code is required.

    


    Looks like, ffmpeg's libav allow me to do some things with frame on decode stage, using AVFrame structure of current frame and add some modifications to it with libavfilter. But how exactly this can be done ?