Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (67)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10859)

  • 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;