Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (53)

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

  • 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.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (7248)

  • MPEG-DASH Encoding for Live Streaming

    16 mai 2016, par Mcp

    I want to do encode a live stream for MPEG-DASH in various bitrates and resolutions for live playback.

    Everything I found so far either uses only the source resolution (Nimble, nginx-rtmp-module) or seems to be only for VOD streaming(DASHEncoder).

    Is it possible to use DASHEncoder with a live input (rtmp stream) and how would I do that ?
    If not, is it possible to use nginx-rtmp + ffmpeg for what I want to do ?

  • Extract the 0th frame of every second on a live video

    14 avril 2020, par geo-freak

    I have a command to extract the zero-th frame of every second. I got the command from here.

    



    ffmpeg -i input.ts -vf "select=between(mod(n\, 25)\, 0\, 0), setpts=N/24/TB" output-%04d.png


    



    But when I run the above command on live feed, it is extracting more than 100000 frames. The above command is not working on a live recording. Can anyone suggest or help me to extract the very first frame on a live recording ? Thanks in advance.

    



    P.S : For my testing I am running the above command on a tcr video.

    


  • Revision 6eb5e8ded6 : Fix fps messages for 8bit mode The addition of the high bitdepth image shifting

    24 juin 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vpxenc.c



    Fix fps messages for 8bit mode

    The addition of the high bitdepth image shifting
    broke the fps measurement for the 8bit encoder.

    Change-Id : I70144fe5c9a821b582d461091c616b0a3f666cbe