Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (108)

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

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

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

  • lavf, lavu : version bumps and APIchanges for av_gettime() move

    20 juin 2012, par Mans Rullgard

    lavf, lavu : version bumps and APIchanges for av_gettime() move

  • lavfi/fifo : add audio version of the fifo filter.

    16 mai 2012, par Anton Khirnov

    lavfi/fifo : add audio version of the fifo filter.

  • FFmpeg's "Bitrate Tolerance" and "MPEG Version" Options

    10 mars 2012, par RRN

    I am using FFCoder.

    In "Rate Control" -> "Bitrate Tolerance" is set to '1.0'

    What does it mean ?

    I checked the FFmpeg docs, it explains this is "in bits", default=4000k, so 1.0 seems not reasonable here... anybody know ?

    ‘-bt tolerance’
    Set video bitrate tolerance (in bits, default 4000k). Has a minimum value of : (target_bitrate/target_framerate). In 1-pass mode, bitrate tolerance specifies how far ratecontrol is willing to deviate from the target average bitrate value. This is not related to min/max bitrate. Lowering tolerance too much has an adverse effect on quality.

    By the way, for "AAC" audio codec, the "MPEG Version" can be set to "MPEG-4" or "MPEG-2", what is the corresponding FFmpeg's option ??

    Thanks !!