Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (42)

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

  • Les images

    15 mai 2013
  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (6784)

  • Revision d12757f5c6 : VP9 common for ARMv8 by using NEON intrinsics 03 Add vp9_copy_neon.c - vp9_conv

    21 janvier 2014, par James Yu

    Changed Paths :
     Modify /test/convolve_test.cc


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


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


     Add /vp9/common/arm/neon/vp9_copy_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_copy_neon.asm
    :617382a2e3b4a8b053a8032a1a89be0dcf8e349c)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 03

    Add vp9_copy_neon.c
    - vp9_convolve_copy_neon

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

  • Revision 5810f1b4cd : Merge "VP9 common for ARMv8 by using NEON intrinsics 01"

    9 décembre 2014, par Johann

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

  • html5 video client side optimization

    3 décembre 2014, par Withfriendship Hiox

    I am using flowplayer and doing video quality selection as in the following page :

    Flowplayer quality selection

    User choose a quality and plays the video like 160p, 260p, 530p etc depending on their Internet speed to load the video quickly. However in the server side I have to encode the original video using Ffmpeg into each of these resolutions and store them.

    So it doing like video_1234_low.mp4, video_1234_mid.mp4, video_1234_high.mp4, etc. and switch the source to that video depending on which the user selects. This consumes a lot of drive space for large videos.

    Is there any possibility to load the video quickly without storing these files. Dynamic conversion on demand is difficult because it takes time. I wonder is there any client side trick to reduce the download size and play low quality video.