Recherche avancée

Médias (91)

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Fixes 331 - better checking of image urls when preloading

    3 février 2013, par jackmoore

    m jquery.colorbox.js Fixes 331 - better checking of image urls when preloading

  • avpacket : Fix error checking in packet_alloc

    11 septembre 2013, par Martin Storsjö
    avpacket : Fix error checking in packet_alloc
    

    Previously the wrong buffer pointer was checked, when buf
    instead of *buf was checked. But checking the return value
    instead is even better.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/avpacket.c
  • Revision 8d7f53f04c : Account for rate error in GF group Q calculation. When GF group adaptive maxQ i

    20 février 2015, par paulwilkins

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


     Modify /vp9/vp9_cx_iface.c



    Account for rate error in GF group Q calculation.

    When GF group adaptive maxQ is enabled this patch accounts
    somewhat for accumulated error in the rate control.

    This improves accuracy quite a bit on many clips especially
    when there is overshoot.

    Examples when the overshoot and undershoot command line
    parameters are set to 100 :

    Hall @ 1200 overshoot is reduced from 67-24%.
    Akiyo @ 400 undershoot is reduced from 28%-15%.

    Setting a lower value for undershoot or overshoot still
    reduces the error further.

    Impact on metrics is mixed with some gains in average psnr
    but generally a little lower (e.g. 0.5%) on overall and ssim.

    The GF group adaptation is still off by default in this patch.
    Compared to with the head, enabling this mode now gives
    big average psnr gains on the YT sets (e.g. YT_HD >11.2%),
    a drop in overall PSNR (YT-HD 3.9%) and a smaller drop or
    neutral for SSIM.

    Change-Id : If4b32cd0740d3fb941317b374f9c2951954eee90