Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (99)

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

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (10505)

  • avfilter/af_apsyclip : fix peak overestimation

    29 janvier 2022, par Jason Jang
    avfilter/af_apsyclip : fix peak overestimation
    

    Ignore more samples that are near the edge of the block. The reason
    is that the filtering tends to cause these samples to go above the
    window more than the samples near the middle. If these samples are
    included in the unwindowed peak estimation, the peak can be
    overestimated. Because the block is windowed again before
    overlapping, overshoots near the edge of the block are not very
    important.

    0.1 is the value from the version originally contributed to calf.

    Signed-off-by : Jason Jang <jcj83429@gmail.com>

    • [DH] libavfilter/af_apsyclip.c
  • lavfi/vf_libplacebo : update peak detection options

    15 mai 2023, par Niklas Haas
    lavfi/vf_libplacebo : update peak detection options
    

    Upstream peak detection lost one option and gained one option. Update
    code and documentation as required.

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_libplacebo.c
  • avfilter/af_silenceremove : add real peak detector

    25 mai 2023, par Paul B Mahol
    avfilter/af_silenceremove : add real peak detector
    

    Rename old peak detector to more correct name one.

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_silenceremove.c
    • [DH] libavfilter/silenceremove_template.c
    • [DH] tests/fate/filter-audio.mak