Recherche avancée

Médias (91)

Autres articles (18)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (4760)

  • ffmpeg can't change number of B-frames

    10 juin 2021, par user1315621

    When streaming from a source I keep receiving frames following the same pattern :
I-frame P-frame I-frame P-frame I-frame P-frame ....
I tried many options and read as many questions here as I found, but I can't find a way to increse the number of P-frame or at least enable B-frames.

    


    Mainly it seems that I should use :

    


     ffprobe rtsp://localhost/video -g 30 -bf 3 -show_frames -of csv


    


    What am I doing wrong ?

    


  • ffmpeg to get a particular frame number as image with motion vectors drawn into it

    26 février 2018, par helmo

    I am looking for ways to get this output from ffmpeg :

    enter image description here

    Basically, I would like to pass to the shell, a command that allows me to output a particular frame number (say frame number 200) with the motion vectors drawn into it.

    Any clue ? Thanks in advance.

  • dxva2 : Increase maximum number of slices for mpeg2

    6 mars 2014, par Rainer Hochecker
    dxva2 : Increase maximum number of slices for mpeg2
    

    Some content requires an higher number of slices in order to
    render properly.

    Rise the number to 1024 and warn if ever it exceeds.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/dxva2_mpeg2.c