Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (106)

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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8954)

  • avcodec/utils : Do not merge side data for encoders

    21 juillet 2015, par Michael Niedermayer
    avcodec/utils : Do not merge side data for encoders
    

    With side data now being added to every MPEG*/H26* video encoder
    in the form of a quality scalar, software which simply stores
    the pkt->data to get an ES stream would break.
    This also as a side-effect makes the code faster

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

    • [DH] libavcodec/utils.c
  • Add a quality factor packet side data

    15 juillet 2015, par Vittorio Giovara
    Add a quality factor packet side data
    

    This is necessary to preserve the quality information currently exported
    with coded_frame. Add the new side data to every encoder that needs it,
    and use it in avconv.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] avconv.c
    • [DBH] avconv.h
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/dnxhdenc.c
    • [DBH] libavcodec/libx264.c
    • [DBH] libavcodec/libxavs.c
    • [DBH] libavcodec/libxvid.c
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/svq1enc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/dump.c
  • avcodec/snowenc : Export quality/pict_type/PSNR stats through side data

    28 juillet 2015, par Michael Niedermayer
    avcodec/snowenc : Export quality/pict_type/PSNR stats through side data
    

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

    • [DH] libavcodec/snowenc.c