Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (105)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • Revision ed995afba1 : Make frame-wide filter-type decision fully RD-based. Overall, on all test sets,

    8 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Make frame-wide filter-type decision fully RD-based.

    Overall, on all test sets, this gains about +0.2% on all metrics.
    City is a clip where this really hurts (-1.0% on all metrics), I'm
    not quite sure why yet. Maybe interesting to look into in the future.

    Change-Id : I6f0eecb20e72f0194633270d30bf00d76d9eae78

  • Revision 1e168d12d9 : Enable motion vector based prediction mode decision This commit enables vpxenc

    18 juillet 2014, par Jingning Han

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



    Enable motion vector based prediction mode decision

    This commit enables vpxenc to compare the motion vector provided
    by external file to the predicted motion vectors and select the
    prediction mode with minimum rate cost if motion vector is matched.
    It doesn’t change reconstruction distortion, but provide rate
    savings.

    Change-Id : Ia682b775d2bafcaabb5a113bd90a98e1931c9c5a

  • Add a compat stdatomic.h implementation based on windows atomics

    29 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on windows atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit c2755864afadfbaa349e8d583665c86fe99fa90b.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/win32/stdatomic.h
    • [DH] configure