Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12384)

  • 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