Recherche avancée

Médias (91)

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7990)

  • avformat/id3v2 : add image/webp for WebP attached pictures

    25 janvier, par Jan Ekström
    avformat/id3v2 : add image/webp for WebP attached pictures
    

    Found out to have been utilized via a user reporting an attached
    image not being available in a player utilizing avformat's demuxing
    capabilities.

    • [DH] libavformat/id3v2.c
  • Ffmpeg PNG Pictures to Video Background Issue

    6 octobre 2014, par Ryan Bansi

    I am trying to create an FLV video from a set of png images. The thing is that I’ve already removed the background of the said images with ImageMagick and use ffmpeg to create it to video. The problem is that after compiling, when I look at the video the background is there when it was supposed to have already been removed. Does anybody have any idea what might be the cause of this ?

    This is the ffmpeg code I am using :

    ffmpeg -r 10 -s 1920x1080 -i extracted_images\images%5d.png  test.flv
  • Revision 52d273674b : Further rate control cleanups Includes various cleanups. Streamlines the interf

    4 décembre 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Further rate control cleanups

    Includes various cleanups.
    Streamlines the interfaces so that all rate control state
    updates happen in the vp9_rc_postencode_update() function.
    This will hopefully make it easier to support multiple
    rate control schemes.
    Removes some unnecessary code, which in rare cases can casue
    a difference in the constrained quality mode output, but
    other than that there is no bitstream change yet.

    Change-Id : I3198cc37249932feea1e3691c0b2650e7b0c22fc