Recherche avancée

Médias (3)

Mot : - Tags -/plugin

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 (10718)

  • Does GeForce support GPU-accelerated video processing with FFmpeg ?

    8 mars 2017, par shintaroid

    On this page, it says "GeForce" is supported

    HW accelerated encode and decode are supported on NVIDIA GeForce, Quadro, Tesla, and GRID products with Fermi, Kepler, Maxwell and Pascal generation GPUs.

    But I cannot find GeForce in the listed matrix on the same page. So does GeForce support or not ?

  • binkaudio : switch to the new send/receive API

    24 novembre 2016, par Anton Khirnov
    binkaudio : switch to the new send/receive API
    

    It is more natural for this codec and allows to avoid awkward constructs
    like "consuming 0 bytes from input". Also, keep a reference to the input
    packet to avoid unnecessary copying.

    • [DBH] libavcodec/binkaudio.c
  • Fix description of —rice-partition-order in flac -H

    9 janvier 2016, par Thomas Zander
    Fix description of —rice-partition-order in flac -H
    

    This is more of a "human language versus programmer parlor" issue.
    src/flac/main.c will return usage error for an argument greater
    than FLAC__MAX_RICE_PARTITION_ORDER (15u).
    While in programming "0..16" usually means "from zero to 15", in
    natural human-to-human talk, it would rather mean "from zero to 16".
    This changes the wording a bit to avoid this misunderstanding.

    Closes : http://sourceforge.net/p/flac/bugs/352/
    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/flac/main.c