Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (54)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

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

Sur d’autres sites (6772)

  • What's right way to change playback speed with ffmpeg ?

    25 août 2016, par user2440195

    In my project i’m using ffmpeg to playback media. Currently I’m trying to implement changing of playback speed. Will it be right to drop certain packets at high rates, for example not keyframes ? Or I should rely only on changing timestamps and duration, even if performance is low(for example 4k video) and as a consequence increased speed isn’t noticable ?

  • Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod

    15 avril 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_rd.h



    Simplify bilateral filter search for speed

    Adds an internal buffer in the encoder to store the deblocked
    result to help speed up the search for the best bilateral filter.

    Very small change in performance but a lot faster :
    derflr : +0.518%

    Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9

  • Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti

    23 juin 2015, par Marco

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



    Fixes for key frame coding at speed 5.

    Keep the same transform cutoff and partition selection
    for speed 5 as in speeds >=6 (non-rd speed settings).

    Existing setting for key frame at speed 5 allowed transform size
    up to 32x32 on key frames, and did not allow for 4x4 block partition size.
    This created more visual artifacts on first few frames.

    avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
    and 0/0.7/1.1 gains for rtc set.

    Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b