Recherche avancée

Médias (91)

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (16908)

  • Add length for each frame in a MJPEG stream transcoded by ffmpeg

    8 décembre 2020, par user3612643

    I am using the following command to transcode my cam's stream into mjpeg which I decode and present in my custom home-control app :

    


    ffmpeg -i rtsp://mycamera:554/onvif1 -c:v mjpeg -f mjpeg -

    


    That works quite nicely, but the result is just a continuous sequence of jpeg images/frames. For faster decoding, I would like to have a length header before each frame, so that I can cut out the exact JPEG from the stream :

    


    LENGTH FRAME LENGTH FRAME

    


    Each LENGTH should be 4-bytes encoding in LE or BE the length of the following FRAME in bytes.

    


  • Fitting video length to audio with ffmpeg [duplicate]

    11 février 2020, par Dat Guy

    I have two files. One of them is a video with a set duration of 20 seconds. The other is an audio track that I don’t know the length of it. If I add -shortest then if audio length is longer than 20 seconds it will be cut. If I don’t then if audio length is shorter than 20 seconds it still goes on for 20 seconds.

  • prores : decode alpha plane when it’s present

    17 mai 2013, par Kostya Shishkov
    prores : decode alpha plane when it’s present
    
    • [DBH] libavcodec/proresdec.c