Recherche avancée

Médias (91)

Autres articles (27)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • (postproc|swresample)/version : Don't include libavutil/avutil.h

    23 juillet 2021, par Andreas Rheinhardt
    (postproc|swresample)/version : Don't include libavutil/avutil.h
    

    Instead only include libavutil/version.h ; including avutil.h is a
    remnant from the time in which the version was in it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libpostproc/version.h
    • [DH] libswresample/version.h
  • avutil/error : Include macros.h for MKTAG

    23 juillet 2021, par Andreas Rheinhardt
    avutil/error : Include macros.h for MKTAG
    

    Up until now, including error.h alone does not make the AVERROR_* defines
    usable, because they just expand to something involving MKTAG, but
    without the header providing MKTAG. So include macros.h, the header
    providing MKTAG.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/error.h
  • avutil/common, macros : Move several macros from common.h to macros.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil/common, macros : Move several macros from common.h to macros.h
    

    common.h currently contains several things : Math macros, UTF-8 macros,
    other fundamental macros ; furthermore it also contains miscellaneous
    math functions and it (directly and indirectly) includes lots of other
    headers.

    This commit moves the "other fundamental macros" to macros.h which is
    a more fitting place.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/common.h
    • [DH] libavutil/macros.h
    • [DH] libavutil/version.h