Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 ;

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9679)

  • avformat/dhav : export average frame rate too

    9 décembre 2018, par Paul B Mahol
    avformat/dhav : export average frame rate too
    
    • [DH] libavformat/dhav.c
  • ffmpeg : How to limit bit rate of video output ?

    27 mars 2017, par Mat

    To a 2GB raw video file taken in front of a greenscreen I want to add the alpha channel.

    My problem is : the output files appear much too large to me (about 20-fold the size of the input), and OpenShot, the video editor, seems unable to handle such huge files. Comparing file properties of input and output shows bitrates of about 15k in the infiles, and 150k-250k in the result files, which seems to pinpoint the problem.

    (By the way, I also want to discard the first part of the clip as well as its audio channel and reduce the frame rate from 30 to 24 fps in the process, which all works fine.)

    This is my command :

    ffmpeg.exe -i  -vf chromakey=0x007d06:0.15:0.0 -ss 40.420 -r 24 -b:v 15840k -maxrate 15840k -bufsize 15840k -an -c:v <encoder>
    </encoder>

    The parameters as I understand them :

    -i  ... infile
    -vf chromakey=0x007d06:0.15:0.0 ... chroma, tolerance &amp; blend of greenscreens
    -ss 40.420 ... skip before second 40.420 (this works)
    -r 24 ... frame rate (this works, too)
    -b:v 15804k ... bitrate (seemingly no effect)
    -maxrate 15840k ... maximum BitRate (seemingly no effect)
    -bufzise 15840k ... Buffer size (can't tell)
    -an ... no audio channel (works fine)
    -c:v <encoder> ... Video Encoder (ffvhuff, png, qtrle and tiff were tried, all to the same result)
    ... outfile
    </encoder>

    b, maxrate and bufsize are described as global options. No matter what setting, during the process bitrates of up to some 3000000kbits/s (tiff) are reported.

    (I also added -pixel_format argb, but this, too, seemed to be ignored, ffmpeg always reports to write yuva420p.)

    What am I missing ?

  • Revision 992500b8cb : Merge "Further one-pass vbr rate control changes"

    11 février 2014, par Deb Mukherjee

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



    Merge "Further one-pass vbr rate control changes"