Recherche avancée

Médias (91)

Autres articles (31)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • 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

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

Sur d’autres sites (6498)

  • Completely remove high frequencies from wav file with ffmpeg

    21 septembre 2021, par Melvin Bender

    For my speech recognition project, I'd like to completely cut off frequencies above 5000Hz on my wav files using ffmpeg.
I understand there is a lowpass filter for reducing frequencies above a certain value :

    


    ffmpeg -i original.wav -af "lowpass=f=5000" lowpass.wav


    


    However when I check the spectogram, it seems like frequencies above 5000 have been reduced, not completely cut off

    


    Voice sample with 5000Hz filter

    


    How can I completely cut off frequencies with ffmpeg ? Any other software is also fine.

    


  • I want to place a heart transition I made between 2 videos with 2 blank png images with alpha , with a 4 sec transition in mkv format with overlap

    14 juillet 2022, par Christopher

    I want to place a heart transition I made that has 2 blank png images with alpha channel, that has a 4 sec heart transition that is in mkv format. I want to overlap the last image of the 1st video, with the transition video for 2 seconds, and overlap the first image of the 2nd video for 2 seconds. This would allow a heart transition, between 2 baby animals, between the clips that make up the videos. I have conceived a way to automate the assembly of over 1800 clips into videos, and this is a part of it. Sorry about the absence of clarity in my question, I hope this makes it clear, what I am trying to accomplish.

    


  • Clarified the transient nature of `clip.setText`

    8 août 2013, par JamesMGreene
    Clarified the transient nature of `clip.setText`
    

    Closes #209.