Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5887)

  • Revision eeed7e2953 : Fix to cylcic refresh : use correct/chosen mode for update_segment. Fix so that

    25 mars 2014, par Marco Paniconi

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



    Fix to cylcic refresh : use correct/chosen mode for update_segment.

    Fix so that vp9_update_segment_aq() will use the correct (i..e, chosen)
    encoding mode (from ctx struct) in update_state.

    Change-Id : Icc4b66f3935fad5ec4516a4d57e843d12c365e64

  • How to Add PulseAudio Server to quay.io/browser/google-chrome-stable Docker Image for Audio Support with Screen Recording ?

    17 avril, par Ahmed Seddik Bouchiba

    I’m trying to set up an environment for recording the screen of a Chrome browser running in a Docker container, and I need to enable audio support. I’m using the quay.io/browser/google-chrome-stable:133.0.6943.98-6 image for the browser and quay.io/aerokube/xvfb:21.1 for the virtual framebuffer to capture the screen.

    


    However, I’m facing an issue where audio is not supported in the Chrome Docker image, which I need for recording. The setup involves using FFmpeg in a separate container to stream the recorded video, but without audio from the browser, this setup isn’t complete.

    


    I’m looking for guidance on how to add a PulseAudio server to the Chrome image to enable audio support. Specifically :

    


    How can I configure the Docker image quay.io/browser/google-chrome-stable:133.0.6943.98-6 to support PulseAudio?

Are there any considerations or best practices when adding PulseAudio to a headless browser Docker container?

Is it possible to run the PulseAudio server in a separate container and link it to the Chrome container, or should it be included directly in the Chrome container?


    


    Any help on adding PulseAudio support to this Chrome Docker image would be greatly appreciated !

    


    Additional Context :

    


    The goal is to run a headless Chrome browser with audio support to record the browser’s activities (both video and audio) and stream it using FFmpeg.

I’m using Docker Compose to orchestrate the containers but haven’t figured out how to integrate PulseAudio into the setup effectively.


    


    Thanks in advance !

    


  • Revision abf5b8d5eb : Force alt reference frame off in rtc mode When non-RD coding decision is used i

    20 février 2014, par Jingning Han

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



    Force alt reference frame off in rtc mode

    When non-RD coding decision is used in rtc mode, the alt reference
    is not used for inter frame prediction. This commit disabled alt ref
    option whenever speed -6 is used.

    Change-Id : I0b33ca03661de1db2d9bef1bcbff848cd4c9396f