Recherche avancée

Médias (91)

Autres articles (68)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6208)

  • libopencv : Check kernel_str life cycle

    1er février 2015, par Luca Barbato
    libopencv : Check kernel_str life cycle
    

    The string might or might not be set depending if there
    are args and in case of error it must be freed nonetheless.

    CC : libav-stable@libav.org
    Bug-Id : CID 739878 / CID 739882

    • [DBH] libavfilter/vf_libopencv.c
  • How can one use ffmpeg to position a video exactly at a specific pixel position in jpeg ?

    18 juin 2021, par Krishna Chebrolu

    For example,

    


      

    • there is a jpeg with dimensions 1900x1000 and it has a frame (a rectangle) with pixel coordinates 490x100 and 1400x500
    • 


    • a video with resolution 720p needs to be placed within this rectangle
    • 


    


    Could you pls share the ffmpeg command to concatenate the jpeg and video ? I tried -hstack and -xstack filters. But, couldn't get the video inside the rectangle.

    


    TIA

    


  • rtpdec_vp9 : Update header parsing to spec draft 02

    27 avril 2016, par Martin Storsjö
    rtpdec_vp9 : Update header parsing to spec draft 02
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpdec_vp9.c