Recherche avancée

Médias (91)

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

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

Sur d’autres sites (6547)

  • Scrap audio from youtube video link in php

    14 avril 2014, par user2971441

    I have to create a system in PHP which takes youtube url as input and it should output its mp3 file.

    So how can i make it :- through FFMPEG or simply send an ajax request to some existing site who do this type of work ?

    Please suggest

    Thank You

  • fate : Add basic tests for WebM Dash Manifest

    26 août 2014, par Vignesh Venkatasubramanian
    fate : Add basic tests for WebM Dash Manifest
    

    Add fate tests that test out the functionality of WebM DASH
    Manifest XML generation. This patch contains the vpx.mak file
    changes and the reference gold XML files.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/vpx.mak
    • [DH] tests/ref/fate/webm-dash-manifest
    • [DH] tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
    • [DH] tests/ref/fate/webm-dash-manifest-unaligned-video-streams
  • Revision 6ad18db24f : Palette experiment : encode color indices based on context The basic idea is to

    19 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_palette.c


     Modify /vp9/common/vp9_palette.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c



    Palette experiment : encode color indices based on context

    The basic idea is to use a pixel’s neighboring colors as
    context to predict its own color. Up to 4 neighbors are
    considered here : left, left-above, above, right-above.
    To reduce the number of contexts, the combination of any
    4 (or less) colors are mapped to a reduced number of
    patterns. For example, 1111, 2222, 3333, … , can be mapped
    to the same pattern : AAAA. SImilarly, 1122, 1133, 2233, …,
    can be mapped to the pattern AABB. In this way, the total
    number of color contexts is reduced to 16.

    This almost doubles the gain of palette coding on screen
    content videos.

    on screen_content
    — enable-palette +14.2%
    — enable-palette —enable-tx-skip +21.2%

    on derflr
    — enable-palette +0.12%
    with all other experiments +6.16%

    Change-Id : I560306dae216f2ac11a9214968c2ad2319fa1718