Recherche avancée

Médias (91)

Autres articles (71)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

Sur d’autres sites (3030)

  • How can I test and know what is the latency of streaming with ffmpeg ?

    1er octobre 2017, par Davis8988

    I am using ffmpeg to stream a window of an app to another computer.
    How can I measure/check/get/see exact value of latency ?

    Here is the script I use :

    ffmpeg -y -rtbufsize 100M -f gdigrab -framerate 25 -probsize 100M -i  
    title="App Name" -c:v libx264 -r 25 -preset ultrafast -tune zerolatency  
    -crf 25 -f mpegts udp://30.30.2.38:1080  

    And here is the script I use to capture it with ffplay on receiving computer :

    ffplay -fflags nobuffer -sync ext udp://30.30.2.38:1080  
  • Is there a way to run MPEG-TS stream over RTSP ?

    22 novembre 2019, par Joseph Matan

    I’m trying to measure latency from the moment a frame was captured, till the time I display it.

    In order to do so, I need to make sure I send the PTS value with the captured frame timestamp (with MPEG-TS over UDP). This is how I do it (and it works good !!) : 

    ffmpeg -re -f v4l2 -copyts -i /dev/video0 -c:v libx264 -intra -f mpegts -mpegts_copyts 1 udp ://192.168.10.199:1234

    Later, I’ve a short script that reads the PTS, do some calculations, and prints the latency while playing the video on real-time.

    Is there a way to do the same over RTSP (I know I can do it over RTP...)  ? 

  • Evolution #4350 : Faire l’ajout de la config mini dans le paquet.xml d’ecrire

    24 septembre 2019, par cedric -

    Allez on y va pour 5.6 mini sur la 3.3