Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (22)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5352)

  • vp9 : fix profile check for intraonly frames.

    24 juin 2015, par Ronald S. Bultje
    vp9 : fix profile check for intraonly frames.
    

    Reviewed-by : James Zern <jzern@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
  • avutil/tx : add a return at the end of non-void functions

    6 août 2021, par James Almer
    avutil/tx : add a return at the end of non-void functions
    

    Fixes compilation with GCC 11 when configured with —disable-optimizations

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/tx.c
  • avcodec/bsf : fix resource leak in av_bsf_list_parse_str

    10 janvier 2017, par Steven Liu
    avcodec/bsf : fix resource leak in av_bsf_list_parse_str
    

    cid : 1396268
    when av_strdup(str) error, the lst need release

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavcodec/bsf.c