Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (12965)

  • avfilter/vf_scale : tag output color space

    31 octobre 2023, par Niklas Haas
    avfilter/vf_scale : tag output color space
    

    When using vf_scale to force a specific output color space, also tag
    this on the AVFrame. (Mirroring existing logic for output range)

    Move the sanity fix for RGB after the new assignment, to avoid leaking
    bogus YUV colorspace metadata for RGB spaces.

    • [DH] libavfilter/vf_scale.c
  • avutil/hwcontext_videotoolbox : fix color primaries check

    4 juin, par Jun Zhao
    avutil/hwcontext_videotoolbox : fix color primaries check
    

    Fix incorrect enum value used in color primaries check by replacing
    AVCOL_SPC_UNSPECIFIED with AVCOL_PRI_UNSPECIFIED.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavutil/hwcontext_videotoolbox.c
  • Color Correcting MP4/Webm videos

    2 octobre 2014, par sottenad

    I have a large video that features some animations too complex/long for other methods of embedding (gif, png sequence, etc.) and we are running into an issue with the colors in the video. Essentially we are including the background of the web page as part of the video in order to prevent the appearance of any edges on the video when it plays. We are trying to get the gradient background on the video to match that on the webpage, but the colors are WAY off.

    Are there any recommendations on how to color correct an MP4 video ? Or any html5-safe ways to do video with an alpha channel ?