Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (44)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • cbs : Make tracing more general

    11 septembre 2023, par Mark Thompson
    cbs : Make tracing more general
    

    Turn tracing into callbacks for each syntax element, with default
    callbacks to match current trace_headers behaviour for debug. Move
    the construction of bit strings into the trace callback, which
    simplifies all of the read and write functions.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/cbs.c
    • [DH] libavcodec/cbs.h
    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_bsf.c
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_internal.h
    • [DH] libavcodec/cbs_vp9.c
    • [DH] libavcodec/trace_headers_bsf.c
  • lavc/avcodec : Add HEVC Screen Content Coding Extensions profile

    16 février 2023, par Linjie Fu
    lavc/avcodec : Add HEVC Screen Content Coding Extensions profile
    

    Described in HEVC spec A.3.7. Bump minor version and add APIchanges
    entry for new added profile.

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/profiles.c
    • [DH] libavcodec/version.h
  • avformat/hls : use av_strncasecmp()

    7 mai 2021, par Limin Wang
    avformat/hls : use av_strncasecmp()
    

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/hls.c