Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (54)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7894)

  • How to normalize the volume of an audio file in python : any packages currently available ?

    27 février 2017, par Luke Davis

    I have a bunch of AAC (.m4a) audio files that need to be normalized, and was hoping to find a way to do it with a simple python script using some package. I found this thread on superuser where someone has written an ffmpeg command-line utility in python, and it works well, but was wondering if there is some currently available package with a pip install that would be up to the task.

  • How to mix 3 audio files or more by ffmpeg and set volume each file

    20 février 2017, par Kwan N

    I use this code. But it’s not success :

    ffmpeg -f lavfi -i "amovie=1.mp3,volume=1" -f lavfi -i "amovie=2.mp3,volume=0.3" -f lavfi -i "amovie=3.mp3,volume=1" -filter_complex amerge -ac 2 -c:a libmp3lame -q:a 4 output.mp3
  • audio recorded using ffmpeg alsa has very low volume in one channel

    17 février 2017, par Naseeb Panghal

    I have recorded stereo mix on linux(Fedora 23) using below command.

    ffmpeg -f alsa -ac 2 -ar 48000 -i hw:1,2 -t 30 out.wav

    Above command record whatever is being played on my machine but left channel has good audio and right one contain very low volume.

    I checked capture setting using alsamixer where it has 100 for both
    Any suggestion, what could be the problem ?