Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (38)

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8545)

  • How to transform dpx format with data as yuv format with ffmpeg ?

    2 août 2018, par Steven

    I would like to transform a picture of yuv format into dpx format. Its seems that the default data format of dpx is RGB, but I hope that I can get a picture of dpx format with its data part as yuv444 planar format. What is the correctc command in ffmpeg on the issue mentioned above ?

    Thanks

  • vp9/x86 : intra prediction SIMD.

    16 février 2014, par Ronald S. Bultje
    vp9/x86 : intra prediction SIMD.
    

    Partially based on h264_intrapred. (I hope to eventually merge these
    two intrapred implementations back together.)

    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/vp9dsp_init.c
    • [DH] libavcodec/x86/vp9intrapred.asm
  • flacdsp_lpc_template : add comment to explain the CONFIG_SMALL code

    14 février 2014, par James Darnley
    flacdsp_lpc_template : add comment to explain the CONFIG_SMALL code
    

    I found the optimisation of 2 samples per iteration obscured the
    underlying algorithm. I had to write it out on paper and translate into
    a mathematical sum to see that the two samples are unconnected. I hope
    that if anyone else is struggling to understand the code that this will
    be useful.

    Reviewed-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/flacdsp_lpc_template.c