Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (19)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6802)

  • FFmpeg : Add alpha channel to a video using a PNG mask

    7 avril 2016, par Rodrigo Polo

    I saw that FFmpeg can merge/blend two videos with alpha channel and can encode video with alpha channel using the qtrle codec, but, It is possible to apply a PNG file mask, either a black and white or a PNG with an alpha channel to a video in order to have a video with the alpha channel of the PNG applied ?

    Here is the concept in images

    Original video :
    Original video

    PNG file with alpha channel, the "mask" :
    PNG file with alpha channel

    And the result :
    Result

    Or even a black and white image as a mask for alpha channel :
    bnw image

    Any help would be appreciated, thank you !

  • libopusenc : Add channel mapping family argument

    15 juin 2016, par Michael Graczyk
    libopusenc : Add channel mapping family argument
    

    The default value of -1 indicates that ffmpeg should determine the channel
    mapping automatically, which was the behavior before this commit.

    Unless the -mapping_family argument is provided, behavior is unchanged.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/libopusenc.c
  • hwcontext_vulkan : expose the amount of queues for each queue family

    13 mai 2020, par Lynne
    hwcontext_vulkan : expose the amount of queues for each queue family
    

    This, along with the next patch, are the last missing pieces to being
    interoperable with libplacebo.

    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/hwcontext_vulkan.h