Recherche avancée

Médias (91)

Autres articles (100)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • Revision b12e060b55 : Add speed feature to disable splitmv Added a speed feature in speed 1 to disabl

    30 juin 2013, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_onyx_int.h



    Add speed feature to disable splitmv

    Added a speed feature in speed 1 to disable splitmv for HD (>=720)
    clips. Test result on stdhd set : 0.3% psnr loss and 0.07% ssim
    loss. Encoding speedup is 36%.

    (For reference : The test result on derf set showed 2% psnr loss
    and 1.6% ssim loss. Encoding speedup is 34%. SPLITMV should be
    enabled for small resolution videos.)

    Change-Id : I54f72b94f506c6d404b47c42e71acaa5374d6ee6

  • Revision 37501d687c : Speed feature to binary search dir intramodes This speed feature will skip sear

    2 juillet 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Speed feature to binary search dir intramodes

    This speed feature will skip searching the directional intra prediction
    modes D63, D117, D27, D153 if the best intra mode so far is not one of
    the diagonal, horizontal or vertical directions closest to the respective
    directions being tested. In other words, this implements a sort of
    binary search in the angular domain.

    Speedup : about 9-10%
    Results : -0.05% only on derfraw300.

    Change-Id : I413584c41f2a3e8dabfbdeb40718c8fc4b1d63a2

  • Revision 16147d4bcc : Merge "Added a speed feature use_square_partition_only"

    3 juillet 2013, par Yaowu Xu

    Merge "Added a speed feature use_square_partition_only"