Recherche avancée

Médias (91)

Autres articles (68)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (5678)

  • How to detect pitch abnormalities in audio stream ?

    14 novembre 2022, par muraliv

    I need to extract audio stream from a video and check whether it has any pitch changes or abnormalities. Ideally, we want to quantify any pitch changes in the audio stream. I'm aware that I can use ffmpeg to extract the audio stream from the video. However, what tools or programs (python ?) can then be used to identify and quantify any pitch changes or abnormalities in the audio stream ?

    


  • FFMPEG change audio pitch of mp4 video [on hold]

    17 octobre 2019, par Patrick

    Hy Community,

    im looking for an solution to fade the pitch of an audio track in an mp4 file.
    so i want to increase the pitch from its half duration to the end of the file gradually.

    is it possible by ffmpeg ?

    thank you in advance.

  • How to change audio pitch without preserving duration

    5 février 2023, par Antonio Santoro

    I can change the audio pitch using ffmpeg by running

    


    ffmpeg -i input.mp3 -filter:a "rubberband=pitch=1.059463094352953:pitchq=speed" output.mp3


    


    But the duration of the track isn't shortned.