Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (64)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • Revision 106282 : Mise à jour de la lib (qui ne marchait plus avec Chrome 61 : ...

    14 septembre 2017, par real3t@… — Log

    Mise à jour de la lib (qui ne marchait plus avec Chrome 61 : https://github.com/flesler/jquery.scrollTo/issues/162).

  • Cannot record screen with headless Chrome and FFmpeg

    26 janvier 2018, par Bill.Zhuang

    Before I used Xvfb to render Chrome, use selenium do button clicks and use FFmpeg to capture it with -f x11grab.

    Now I want to use headless Chrome to render my target site. I found I cannot record the screen as before. It seems FFmpeg doesn’t support it yet.

    I have tried an idea like generate lots of screenshots and pipe to FFmpeg -f image2pipe, but it looks bit weird. I’m looking for more "native" way to do that.

    What’s the correct way in do that ? Or do I need to go back to Xvfb solution ?

  • Can not Record screen with headless chrome and FFmpeg

    26 janvier 2018, par Bill.Zhuang

    Before i used xvfb to render chrome, use selenium do button clicks, and use FFmpeg to capture it with -f x11grab.

    Now i want to use headless chrome to render my target site, i found i can not record the screen as before, seems FFmpeg not support yet.

    I have tried an idea like generate lots of screenshots and pipe to FFmpeg -f image2pipe, but it looks bit weird. I’m looking for more "native" way to do that.

    what’s the correct way in do that ? or i still need go back to xvfb solution ?