Recherche avancée

Médias (91)

Autres articles (84)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (16542)

  • avcodec/x86/qpeldsp_init : Restore author attribution

    30 mai 2014, par Michael Niedermayer
    avcodec/x86/qpeldsp_init : Restore author attribution
    

    See : 368f50359eb328b0b9d67451f56fda20b3255f9a
    See : 44eb49512888143905860af2de2932ab002cdbf7, and many others
    See :
    similarity index 83%
    copy from libavcodec/x86/dsputil_init.c
    copy to libavcodec/x86/qpeldsp_init.c
    index ebbf97f..8f296a1 100644
    — - a/libavcodec/x86/dsputil_init.c
    +++ b/libavcodec/x86/qpeldsp_init.c
    @@ -1,6 +1,5 @@
    /*
    - * Copyright (c) 2000, 2001 Fabrice Bellard
    - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
    + * quarterpel DSP functions
    *
    * This file is part of FFmpeg.
    *

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/qpeldsp_init.c
  • avcodec/qpeldsp : Restore author attribution

    30 mai 2014, par Michael Niedermayer
    avcodec/qpeldsp : Restore author attribution
    

    See : 368f50359eb328b0b9d67451f56fda20b3255f9a
    See :
    similarity index 51%
    copy from libavcodec/dsputil.c
    copy to libavcodec/qpeldsp.c
    index 6d41dfc..0beeab8 100644
    — - a/libavcodec/dsputil.c
    +++ b/libavcodec/qpeldsp.c
    @@ -1,9 +1,5 @@
    /*
    - * DSP utils
    - * Copyright (c) 2000, 2001 Fabrice Bellard
    - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
    - *
    - * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at>
    + * quarterpel DSP functions
    *
    * This file is part of FFmpeg.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/qpeldsp.c
  • Does ReplayGain work on Opus audio files, too, and how do I apply it ?

    8 mars 2023, par finefoot
    &#xA;

    ReplayGain is a proposed technical standard published by David Robinson in 2001 to measure and normalize the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis.

    &#xA;

    &#xA;

    Does ReplayGain work on audio files encoded with Opus, too ? And what's a command-line solution to apply it ?

    &#xA;