Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (59)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (6910)

  • Merge audio and video RTP data into mp4 file

    4 juillet 2015, par Kaidul Islam

    I am receiving audio and video RTP data through socket connection. Now I want to merge the video and audio RTP data into MP4 file. How can I achieve this ? Do I need to save the video RTP into h264 and audio RTP into PCMU separately and later merge these into MP4 file ? Or is it possible to merge audio-video RTP into MP4 file directly ?

    Thanks in advance !

  • Inserting User Data in Mpeg stream

    28 novembre 2016, par hzrari

    Is there any way to insert User Data (Start code = 0X1B2) in a MPEG stream ?
    What I am looking for is a simple tool, script or some tips using and Hex Editor...

    Or you may have a patch for ffmpeg (libavcodec and libavformat) that allows to do that ?

  • avcodec/videotoolboxenc : don't wait when flushing data

    27 août 2020, par Tian Qi
    avcodec/videotoolboxenc : don't wait when flushing data
    

    because there is run in thread mode, few times will block
    the workflow at the wait, so check the status is flushing data,
    don't wait when flushing data.

    Signed-off-by : Tian Qi <tianqi@kuaishou.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c