Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Revision 617382a2e3 : VP9 common for ARMv8 by using NEON intrinsics 02 Add vp9_avg_neon.c - vp9_convo

    10 septembre 2014, par Scott LaVarnway

    Changed Paths :
     Modify /test/convolve_test.cc


     Delete /vp9/common/arm/neon/vp9_avg_neon.asm


     Add /vp9/common/arm/neon/vp9_avg_neon.c


     Add /vp9/common/arm/neon/vp9_avg_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_avg_neon.asm
    :10252275f8332dd003653fa7fa53fa134c3031bf)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 02

    Add vp9_avg_neon.c
    - vp9_convolve_avg_neon

    Change-Id : Id2c9d5bcfa37cff1a16417aba1656ff07bdf10fd
    Signed-off-by : James Yu <james.yu@linaro.org>

  • Revision 2d8f581330 : Merge "VP9 common for ARMv8 by using NEON intrinsics 07"

    10 décembre 2014, par Johann

    Merge "VP9 common for ARMv8 by using NEON intrinsics 07"

  • How to save html5 video effects

    5 novembre 2014, par CurlyFro

    i have a video file and I’d like to apply different effects like blur, black&white, etc via JavaScript and save the output to a file.

    i can probably do this with FFMPEG but it looks too complicated.

    seriously.js looks awesome but i don’t know how to save the rendered effect to a file. does anyone know how to do this ?