Recherche avancée

Médias (91)

Autres articles (54)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

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

  • How to capture and record headless browser screen on Ubuntu 18.04 ?

    6 mai 2021, par Md. Mehedi Hasan

    I'm trying to capture screen and audio of a headless browser, record and save to a file.

    


    I can capture and record from browser. But cannot do this using headless browser. I've used the following tools :

    


      

    • ffmpeg
    • 


    • xvfb
    • 


    


    I've followed the following source. But no luck with audio.

    


    https://gist.github.com/t-io/9e743ee070f8d2b693402039b1809174

    


    How I can achieve this goal ?

    


    Thanks in advance.

    


  • How to capture headless browser screen and record on Ubuntu 18.04 ?

    6 mai 2021, par Md. Mehedi Hasan

    I'm trying to capture screen and audio of a headless browser, record and save to a file.

    


    I can capture and record from browser. But cannot do this using headless browser. I've used the following tools :

    


      

    • ffmpeg
    • 


    • xvfb
    • 


    


    I've followed the following source. But no luck with audio.

    


    https://gist.github.com/t-io/9e743ee070f8d2b693402039b1809174

    


    How I can achieve this goal ?

    


    Thanks in advance.

    


  • webrtc connection between server to browser

    8 mars 2021, par Pulipati Prasadarao

    I want to connect webrtc peer connection between node js server and browser. I will be sending the video stream to server using ffmpeg. Since connection will establish between server and client, client will recieve the stream to display the stream. Note : My actual situation is robot will be streaming the video to browser.

    


    Can any one suggest how can i solve this scenario.