Recherche avancée

Médias (91)

Autres articles (35)

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

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

  • Revision 6ad18db24f : Palette experiment : encode color indices based on context The basic idea is to

    19 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_palette.c


     Modify /vp9/common/vp9_palette.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c



    Palette experiment : encode color indices based on context

    The basic idea is to use a pixel’s neighboring colors as
    context to predict its own color. Up to 4 neighbors are
    considered here : left, left-above, above, right-above.
    To reduce the number of contexts, the combination of any
    4 (or less) colors are mapped to a reduced number of
    patterns. For example, 1111, 2222, 3333, … , can be mapped
    to the same pattern : AAAA. SImilarly, 1122, 1133, 2233, …,
    can be mapped to the pattern AABB. In this way, the total
    number of color contexts is reduced to 16.

    This almost doubles the gain of palette coding on screen
    content videos.

    on screen_content
    — enable-palette +14.2%
    — enable-palette —enable-tx-skip +21.2%

    on derflr
    — enable-palette +0.12%
    with all other experiments +6.16%

    Change-Id : I560306dae216f2ac11a9214968c2ad2319fa1718

  • Anomalie #3696 : #PRODUIRE ne tien pas compte de marqueur et marqueur_skel

    24 octobre 2016, par realet RealET

    Par ailleurs, le nom du fichier produit est le même, même si son contenu change.
    Dans le cas où il y a sur le serveur un cache en ramdisk, le fichier en cache continue à être envoyé.
    Si le nom du fichier avait son MD5 calculé aussi sur son contenu, le nom serait unique au contenu.

  • Revision aa2effa954 : Merge tx32x32 experiment. Change-Id : I615651e4c7b09e576a341ad425cf80c393637833

    10 janvier 2013, par Ronald S. Bultje

    Changed Paths : Modify /configure Modify /test/dct32x32_test.cc Modify /test/test.mk Modify /vp9/common/vp9_blockd.c Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_default_coef_probs.h Modify /vp9/common/vp9_entropy.c Modify /vp9/common/vp9_entropy.h (...)