Recherche avancée

Médias (1)

Mot : - Tags -/biographie

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 (10898)

  • avcodec/sanm : codec37 buffers are private

    13 janvier, par Manuel Lauss
    avcodec/sanm : codec37 buffers are private
    

    codec37 operates on 2 buffers, which must be considered private to
    the codec and must therefore not be changed by subsequent FOBJs.

    Let codec37 therefore operate on frm1/2 instead of frm0/2, but copy
    the decoded image to frm0 where other codecs operate on.

    Fixes artifacts encountered in Full Throttle "dazed.san" and also
    in a lot of Rebel Assault II gameplay videos : these videos consist of
    frames with an initial codec37 FOBJ image to set the stage, and
    optional codec1-23 FOBJs overlaid on top of that image.

    Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/sanm.c
  • Revision ff03d5448a : vp9_mcomp : make search functions private vp9_full_pixel_search() can be used as

    18 août 2015, par James Zern

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


     Modify /vp9/encoder/vp9_mcomp.h



    vp9_mcomp : make search functions private

    vp9_full_pixel_search() can be used as a replacement as it dispatches to
    all search methods

    Change-Id : I57fcb79c1362b569dc95237bdcc8390f54efd440

  • lavf/webvttdec : use private option to specify WebVTT kind

    24 juin 2013, par Matthew Heaney
    lavf/webvttdec : use private option to specify WebVTT kind
    

    WebVTT subtitle tracks have four kinds. Certain downstream muxers
    (such as for WebM) need to know which WebVTT kind this is, in order to
    specify the codec id of the output track.

    A new private input option, "-kind", has been added to the WebVTT
    demuxer. It accepts as a value any of "subtitles" (the default),
    "captions", "descriptions", and "metadata". The kind option value is
    used to assign a value to the stream disposition flag, to which four
    new values have been added, corresponding the four WebVTT kinds.

    Signed-off-by : Matthew Heaney <matthewjheaney@google.com>
    Signed-off-by : Clément Bœsch <ubitux@gmail.com>

    • [DH] libavformat/webvttdec.c