Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (96)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • FFMPEG merging sounds with amix cause volume problem [duplicate]

    10 mars 2020, par birdcage

    I am trying to combine many sounds with FFMPEG amix command and I need to set the starting moment of every sound. Every sound has different duration.

    When I use the command below, the volume of first and last item seems different in merged file. It seems the level of sound increases till the end of merged sound. I am wondering what I do wrong.

    ffmpeg -i 1.wav -i 2.wav -i 3.wav -i 4.wav -filter_complex
    "[0]adelay=1000|1000[a];
    [1]adelay=30000|30000[b];
    [2]adelay=50000|50000[c];
    [3]adelay=200000|200000[d];  
    [a][b][c][d]amix=4"
    /Users/username/Desktop/final.wav
  • avfilter/vf_colorspace : strip color volume metadata

    26 avril 2024, par Niklas Haas
    avfilter/vf_colorspace : strip color volume metadata
    
    • [DH] libavfilter/vf_colorspace.c
  • avfilter/volume : drop useless trailing comma

    8 septembre 2015, par Clément Bœsch
    avfilter/volume : drop useless trailing comma
    
    • [DH] libavfilter/af_volume.c