Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

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

  • Revision 56fa3ab886 : Use non-zero mode threshold for NEARESTMV modes This commit makes the encoder t

    16 septembre 2014, par Jingning Han

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



    Use non-zero mode threshold for NEARESTMV modes

    This commit makes the encoder to use non-zero mode threshold for
    NEARESTMV modes. The runtime for test clips of speed 3 is reduced
    by about 1%.

    pedestrian 1080p 2000 kbps, 143239 ms -> 141989 ms
    bus CIF 1000 kbps, 7835 ms -> 7749 ms

    The compression performance change is about -0.02% for both derf
    and stdhd.

    Change-Id : Ib71808922c41ae2997100cb7c561f68dcebfa08e

  • Revision 8b4dd536a5 : Merge "Skip certain ALTREF inter modes in ARF coding"

    29 septembre 2014, par Jingning Han

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



    Merge "Skip certain ALTREF inter modes in ARF coding"

  • Revision ccdb518ff8 : Skip certain ALTREF inter modes in ARF coding This commit enables the encoder t

    26 septembre 2014, par Jingning Han

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



    Skip certain ALTREF inter modes in ARF coding

    This commit enables the encoder to skip checking ALTREF inter modes
    in ARF coding, if the predicted motion vectors suggest that the
    GOLDEN_FRAME provides higher prediction accuracy than ALTREF_FRAME.

    It improves the speed 3 encoding speed by about 5%, at the expense
    of compression performance loss -0.041% and -0.225% for derf and
    stdhd, respectively.

    pedestrian_area 1080p 2000 kbps
    66705 b/f, 40.909 dB, 118738 ms ->
    66732 b/f, 40.908 dB, 113688 ms

    old_town_cross 720p 1500 kbps
    14427 b/f, 36.256 dB, 62746 ms ->
    14412 b/f, 36.252 dB, 60690 ms

    blue_sky 1080p 1500 kbps
    51026 b/f, 35.897 dB, 73310 ms ->
    50921 b/f, 35.893 dB, 70406 ms

    bus CIF 1000 kbps
    21301 b/f, 34.841 dB, 7326 ms ->
    21248 b/f, 34.837 dB, 7196 ms

    Change-Id : I76cf88b4d655e1ee3c0cb03c8a5745493040e8d2