Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (71)

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

  • Revision 63c5bf2b9c : Fix Tsan errors This patch fixed 2 reported Tsan errors while running VP9 real-

    15 avril 2015, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_encodeframe.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_pickmode.c



    Fix Tsan errors

    This patch fixed 2 reported Tsan errors while running VP9 real-time
    encoder.

    Change-Id : Ib0278fe802852862c3ce87c4a500e544d7089f67

  • ffmpeg : real time buffer full frame dropped

    10 mai 2015, par Nyaruko

    I am using ffmpeg to write a simple program to read the webcam.
    However, in some case I get the printing said :

    real time buffer 80% full frame dropped

    But the program still keeps running.
    I’ve checked the internet and the reason is due to the limited buffer size.
    My question is : will this cause any problems ? should I write code to deal with it ?
    For my application, I am just viewing the frames and loss some frames are totally fine.

  • Raw numpy array from real-time network audio stream in Python

    30 mai 2015, par And

    I would like to get raw data (optimally as a numpy array) from a PCM network audio stream for which I have an URL. The goal is to analyze the signal from the network stream in real-time.

    There seem to be a lot of Python audio modules or wrappers around e.g. FFMPEG, but after quite an extensive search I am yet to find a single example of a complete pipeline.

    For those familiar with OpenCV, I am looking for an audio counterpart of the OpenCV VideoCampture class.

    Any suggestions of modules to look at or code code snippets welcome !