Recherche avancée

Médias (91)

Autres articles (46)

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

  • Révision 92601 : [Salvatore] [source:_core_/plugins/forum/lang/ forum] Export depuis http://trad.s...

    2 novembre 2015, par olly.olga@gmail.com
  • h265 and CRF in a specific region

    11 juin 2021, par D.Giunchi

    I need to create an h265 with a region that is compressed with a different CRF.

    


    I was thinking of generating 2 compressed videos from the original using h265 with different CRFs and then blending each frame. The final step is to create an h265 video from the blended frames using the min CRF between the two. Does it make sense or there is a simpler and better way ?

    


  • lavc/vvc : Don't check motion estimation region for IBC

    28 novembre 2024, par Frank Plowman
    lavc/vvc : Don't check motion estimation region for IBC
    

    The final parameter of check_available determines whether the motion
    estimation region constraints imposed in section 8.5.2.3 of H.266 (V3)
    on MVP candidates apply to the current candidate or not. In the case of
    IBC spatial merge candidates they do not, as their availability is
    dependent only on the criteria described in sections 8.6.2.3 and 6.4.4,
    which do not include this constraint on the motion estimation region.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/mvs.c