Recherche avancée

Médias (91)

Autres articles (22)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (8939)

  • Revision f87e315e1e : Re-distribute hierarchical vector match pattern This commit modifies the hierar

    23 février 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Re-distribute hierarchical vector match pattern

    This commit modifies the hierarchical vector match patter. It
    avoids repeated SAD computation at same points. The function
    vp9_vector_sad_sse2 is called 12 times per 64x64 block, instead
    of 15 times as before. The effective coverage remains the same.

    Change-Id : I91ad9d27d40db8963c907d02af84e10702136994

  • lavc/startcode : fix RVV return value on no match

    27 mai 2024, par Rémi Denis-Courmont
    lavc/startcode : fix RVV return value on no match
    

    If there are no zero bytes, t2 equals -1. The code cannot simply fall
    through to the match case.

    • [DH] libavcodec/riscv/startcode_rvv.S
  • Applying gamma via ffmpeg does not match result in nuke/fusion/resolve

    17 mai 2022, par Kiwi

    I'm trying to convert a exr stack in linear colorspace to an H.264 .mov file in rec709 colorspace using ffmpeg. I am expecting it to match the result I get from Nuke, Fusion or Resolve.

    


    In an editor, I can apply 2.4 gamma and export an H.264 .mov file. But when I try applying 2.4 gamma via ffmpeg, it does not match. It seems less saturated from ffmpeg.

    


    Here is the command I'm using :

    


    ffmpeg -y -gamma 2.4 -i C:/input/file_%04d.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 17 -r 25 C:/output.mov