Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (49)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Revision a8d8c0f633 : Remove unused ONE_LOOP entry from speed feature Change-Id : I56ead0ebc2491144c4e

    3 décembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_speed_features.h



    Remove unused ONE_LOOP entry from speed feature

    Change-Id : I56ead0ebc2491144c4e79e5859b05e126176702c

  • Revision 9d88b30854 : Remove redundant vp9_zero in choose_partitioning It makes the overall speed -6

    5 décembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Remove redundant vp9_zero in choose_partitioning

    It makes the overall speed -6 about 2% faster with no compression
    performance change.

    Change-Id : I680a967b421caa2c5a5cdb821311c4726a2df45a

  • Revision 8fd3f9a2fb : Enable non-rd mode coding on key frame, for speed 6. For key frame at speed 6 :

    12 novembre 2014, par Marco

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_avg.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Enable non-rd mode coding on key frame, for speed 6.

    For key frame at speed 6 : enable the non-rd mode selection in speed setting
    and use the (non-rd) variance_based partition.

    Adjust some logic/thresholds in variance partition selection for key frame only
    (no change to delta frames),
    mainly to bias to selecting smaller prediction blocks, and also set max tx size
    of 16x16.

    Loss in key frame quality ( 0.6-0.7dB) compared to rd coding,
    but speeds up key frame encoding by at least 6x.
    Average PNSR/SSIM metrics over RTC clips go down by 1-2% for speed 6.

    Change-Id : Ie4845e0127e876337b9c105aa37e93b286193405