Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (101)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (15278)

  • Control noise and duration values while extracting silences of a video using FFMPEG

    15 avril 2017, par Jitender Kumar

    I have a requirement where I need to cut the video in chunk size of 10 mints. For that I need to detect silences first . I know the command, which is given below :

    -i "C:\tmp\Test1.mp4" -af silencedetect=noise=-20dB:d=.2-f null -

    But I am really struggling to set the value of duration and noise in proportion that it can detect the silence near about 10 mints.
    I need a help to set it out and also little bit of more information how both together work ?

    I have found link https://ffmpeg.org/ffmpeg-filters.html and under this section 6.60 silencedetect they have tried to explain about them. I see there that duration, we need to provide in seconds but I am completely fail to understand the purpose of noise.

    Also I am executing this command on Window.

  • libfdk-aacdec : Allow setting the new dynamic range control effect setting

    4 septembre 2018, par Martin Storsjö
    libfdk-aacdec : Allow setting the new dynamic range control effect setting
    

    This is a new setting in FDK v2.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libfdk-aacdec.c
  • FFMpeg not installing due to vscode problem

    13 mai 2020, par MiqhtieLol

    I am trying to code a discord music bot for a private server and when I try to install FFmpeg (npm install discord.js ffmpeg fluent-ffmpeg @discordjs/opus ytdl-core —save) it gives me a big error and I think the part that matters is this :

    &#xA;&#xA;

    You need to install the latest version of Visual Studio&#xA;gyp ERR! find VS including the "Desktop development with C&#x2B;&#x2B;" workload.&#xA;gyp ERR! find VS For more information consult the documentation at:&#xA;gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows&#xA;

    &#xA;