Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (62)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (10232)

  • Revision 302e24cb3e : Move vp9_coef_con_tree to common/ This tree should be defined in common/, as it

    31 mars 2015, par hui su

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


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_tokenize.c



    Move vp9_coef_con_tree to common/

    This tree should be defined in common/, as it is needed for
    both encoder and decoder.

    Change-Id : I4f5cbc80025cf2ced14182c98f7c82dc7d0f87db

  • avutil/common : Fix integer overflow in av_clip_int8/16_c

    25 février 2015, par Michael Niedermayer
    avutil/common : Fix integer overflow in av_clip_int8/16_c
    

    Fixes : signal_sigsegv_30420a5_2388_cov_1489993561_integra_lavf.mp4

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/common.h
  • how to run HTML5/JS code without client side ? [duplicate]

    27 février 2015, par Abhinav

    This question already has an answer here :

    I need to create some animations using HTML5 canvas. And then need to convert it to video by capturing each frame.

    My problem is to run the HTML5/JS code on server side without any client(browser). Is it possible ? Can I just run it without actually rendering on a browser and still produce all animations ?

    TIA