Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • cabac_functions : Count zeros with ctz if it is fast

    20 janvier 2016, par John Cox
    cabac_functions : Count zeros with ctz if it is fast
    

    When refilling the low bit buffer after get_cabac count the bits with ctz
    if the processor has a fast version.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/cabac_functions.h
  • fast encoding video codec ?

    10 mai 2016, par Andy T

    can anybody compare popular video codecs by encoding speed ? I understand that usually better compression requires more processing time, but it’s also possible that some codecs still provide comparably good compression with fast encoding. any comparison links ?

    thanks for your help

    [EDIT] : codecs can be compared by used algorithms, regardless of its particular implementation, hardware used or video source, something like big O for mathematical algorithms

  • fast encoding video codec ?

    4 août 2023, par Andriy Tylychko

    can anybody compare popular video codecs by encoding speed ? I understand that usually better compression requires more processing time, but it's also possible that some codecs still provide comparably good compression with fast encoding. any comparison links ?

    &#xA;&#xA;

    thanks for your help

    &#xA;&#xA;

    [EDIT] : codecs can be compared by used algorithms, regardless of its particular implementation, hardware used or video source, something like big O for mathematical algorithms

    &#xA;