Recherche avancée

Médias (91)

Autres articles (1)

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

  • PNG to webm - mask not synchronized

    4 juin 2018, par Saiffyros

    I’m using ffmpeg to convert 230 pngs to webm format.The quality was not good, so, I added -lossless 1 to the command. But, now mask is not synchronized.

    It’s like this : https://image.ibb.co/niEOAy/screenshot0002.png

    Here are the commands I’m using :

    ffmpeg -framerate 30 -i epsilon-idle_%3d.png -lossless 1 epsilon-idle.webm

    ffmpeg -r 30 -i epsilon-idle_%3d.png -lossless 1 -filter:v alphaextract epsilon-idle_mask.webm
  • vp9 : more specifically specify mask destination to mask_edges().

    30 avril 2015, par Ronald S. Bultje
    vp9 : more specifically specify mask destination to mask_edges().
    
    • [DH] libavcodec/vp9.c
  • Mask an Image over Video in Android

    19 octobre 2018, par Kiran Maniya

    enter image description here

    See the Example image shown above. Y is a video having chrome key color inside it(here RED Color). X is an image to be clipped on video chrome key and Output is shown in the image.
    Now the problem is, the chrome key (RED Color part) is moving a bit while playing so, is there any way to clip and mask an image on video directly ?

    Right now I’m using

    1. Platform : Android
    2. Library : FFmpeg
    3. File Types : Video(mp4) and Image(png)