Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (74)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

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

Sur d’autres sites (9837)

  • Dynamically embed information and/or images to video stream using FFMPEG (Or similar)

    25 février 2016, par Jorge Anzola

    amigos.

    I need to stream a sport event and I want to add information to the transmission (such as score, time, yellow cards, etc). Is there a way to do this with FFMPEG ? I already know I can add an Image (like a logo) that would be always in the same corner without changes.

  • hevc : Mark num_bins_in_se as unused

    18 juin 2014, par Luca Barbato
    hevc : Mark num_bins_in_se as unused
    

    Only its size is actually used. Silence a clang warning.

    • [DH] libavcodec/hevc_cabac.c
  • avcodec/agm : Mark fill_pixels() as av_always_inline

    10 août 2020, par Michael Niedermayer
    avcodec/agm : Mark fill_pixels() as av_always_inline
    

    Speedup from 275sec to 142sec
    Testcase : 24426/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5639724379930624

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/agm.c