Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (96)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (2434)

  • Revision 53b7f33f2d : vp9_entropymode : make vp9_init_mode_probs private rename to init_mode_probs Ch

    13 juin 2015, par James Zern

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h



    vp9_entropymode : make vp9_init_mode_probs private

    rename to init_mode_probs

    Change-Id : Id451d7763b784ed37e43f2c35073a778078d3d0f

  • avdevice/iec61883 : free the private context at the end

    18 avril 2018, par James Almer
    avdevice/iec61883 : free the private context at the end
    

    Fixes part of ticket #7146.

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

    • [DH] libavdevice/iec61883.c
  • lavf/webvttdec : use private option to specify WebVTT kind

    24 juin 2013, par Matthew Heaney
    lavf/webvttdec : use private option to specify WebVTT kind
    

    WebVTT subtitle tracks have four kinds. Certain downstream muxers
    (such as for WebM) need to know which WebVTT kind this is, in order to
    specify the codec id of the output track.

    A new private input option, "-kind", has been added to the WebVTT
    demuxer. It accepts as a value any of "subtitles" (the default),
    "captions", "descriptions", and "metadata". The kind option value is
    used to assign a value to the stream disposition flag, to which four
    new values have been added, corresponding the four WebVTT kinds.

    Signed-off-by : Matthew Heaney <matthewjheaney@google.com>
    Signed-off-by : Clément Bœsch <ubitux@gmail.com>

    • [DH] libavformat/webvttdec.c