Recherche avancée

Médias (91)

Autres articles (49)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6365)

  • Implications of `DPB size > level limit` ?

    4 juillet 2022, par jippyjoe4

    I'm using ffmpeg and the libx264rgb codec to encode 5760x3240 PNG sequences into lossless .mp4 files. When I do this, I get the warning in yellow text :

    


    DPB size (16 frames, 1169280 mbs) > level limit (9 frames, 696320 mbs)

    


    I'm not completely sure what it means. Although it is slow, the encoder does finish encoding the files into a .mp4 file, from which I can extract the frames again losslessly.

    


    What does this warning mean, and what is the implication ?

    


  • Revision 9d427884e9 : Fixed libyuv image copy for high bitdepth When scaling and extending frames in

    8 mai 2014, par Peter de Rivaz

    Changed Paths :
     Modify /third_party/libyuv/source/scale.c



    Fixed libyuv image copy for high bitdepth

    When scaling and extending frames in high bitdepth,
    there is a special case when no scaling is required.
    This triggers a code path that calls CopyPlane16.
    In this case the high bitdepth code was not
    copying enough bytes.

    Change-Id : I0fe2dc667ca8d7b0d03c0290a5716d53309c8198

  • avformat/hlsenc : bugfix in duplicate filename detection

    5 janvier 2017, par Bela Bodecs
    avformat/hlsenc : bugfix in duplicate filename detection
    

    A wrong, unitialized variable is used for testing. This patch fixes this
    typo.

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c