Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7763)

  • Record Screen Specific View using MediaRecorder

    29 janvier 2019, par Ahsan Saeed

    I want to record my screen video in specific View link only want to record the action performing inside LinearLayout. Right now, MediaRecorder is recording whole screen, how to record specific part of screen ?

  • Record audio from two microphone and video from one webcam and mux using FFMPEG [on hold]

    26 janvier 2018, par KingWealth

    Iam trying to mux audio from two different microphones and video from webcam using ffmpeg in linux.
    I used the following code
       ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 -f alsa -ac 1 -i hw:1,0 -acodec libmp3lame -ab 96k camera.mp4    
    it works for muxing audio from one microphone and video from one webcam

    I went through forums and googled for an hour without any positive result.

    So, the question is i need to mux two audio from microphones and one video from webcam and produce a video output with two audio tracks.

    Thanks

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