Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (32)

  • 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.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Is there an way to capture audio and video of a window ? [on hold]

    10 mai 2019, par Supertiger

    So, I’m trying to capture audio and video of a single window and not the whole desktop ? For instance, I want to capture a game and the sounds that are coming out from it and not from any other program running (Just like discords screen share)

    I have already tried this code but it only captures the video and not the audio of the window.

    ./ffmpeg.exe -f gdigrab -framerate 30 -i title="Minecraft" output.mkv
  • How to capture device input with ffmpeg in C ?

    24 mai 2019, par Yi Lin Liu

    I am trying to use ffmpeg in my C code to capture device input, like screen and audio record. I have looked through their official documentation and wiki, but the API documentation is not really well explained compare to the command line usage.

    According to the documentation, if I want to record audio with alsa on linux I could, for example

    ffmpeg -f alsa -i hw:&lt;#card>,&lt;#device> -t <seconds> out.wav
    </seconds>

    I want to use the C API to do the same thing, any idea ?

  • doc/indevs : Add example using cropping to capture part of a plane

    23 mars 2019, par Mark Thompson
    doc/indevs : Add example using cropping to capture part of a plane
    
    • [DH] doc/indevs.texi