Recherche avancée

Médias (91)

Autres articles (101)

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

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

  • Revision 4e7cd38f9e : vp9_rd.c : cleanup ugly expression Change-Id : I066763c2e3ae69ab772bb986da97af9b5

    7 août 2014, par Jim Bankoski

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



    vp9_rd.c : cleanup ugly expression

    Change-Id : I066763c2e3ae69ab772bb986da97af9b504f0329

  • Revision d77f51ba9e : Add dynamic resize logic for 1 pass CBR. Decision to scale down/up is based on

    8 juin 2015, par Marco

    Changed Paths :
     Modify /examples/vpx_temporal_svc_encoder.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Add dynamic resize logic for 1 pass CBR.

    Decision to scale down/up is based on buffer state and average QP
    over previous time window. Limit the total amount of down-scaling
    to be at most one scale down for now.

    Reset certain quantities after resize (buffer level, cyclic refresh,
    rate correction factor).

    Feature is enable via the setting rc_resize_allowed = 1.

    Change-Id : I9b1a53024e1e1e953fb8a1e1f75d21d160280dc7

  • Executing ffmpeg command in Cmd with vertical Bar

    2 mai 2017, par CSDD

    I am trying to use the postprocessing command from ffmpeg wtih command prompt.

    pp=hb/vb/dr/fq|8

    Here is the overall syntax : https://ffmpeg.org/ffmpeg-filters.html#pp

    However, the vertical makes Window CMD think that I am trying to execute another command.
    So how to bypass this to make the command run correctly ?