Recherche avancée

Médias (91)

Autres articles (67)

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

  • 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 formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6046)

  • 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
  • lavfi/volume : enable runtime change flag

    11 janvier 2020, par Jun Zhao
    lavfi/volume : enable runtime change flag
    

    enable runtime change flag.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/af_volume.c
  • doc/volume : correct placement of replaygain_noclip

    5 janvier 2020, par Gyan Doshi
    doc/volume : correct placement of replaygain_noclip
    

    In the merge commit 878f8b0d26, entry for replaygain_noclip
    was placed in commands, which it is not, instead of among
    the options.

    • [DH] doc/filters.texi