Recherche avancée

Médias (91)

Autres articles (103)

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

  • 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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (12771)

  • How to figure out which audio file has more volume level using ffmpeg ?

    1er avril 2021, par Mayank Thapliyal

    I am facing an issue and I don't even know how to describe it technically so I am explaining my issue in plain English (Sorry if someone gets offended)

    


    I have many audio files which I play them in the background in a video. But unfortunately the audio files have different level of volume level :- some audio files have low volume level whereas some audio files have very high level of volume.

    


    Is there any way to reduce the volume level in those audio files where volume level is high (leaving low volume audio files as it is) using ffmpeg. Or something like this

    


    Thank You

    


  • Use ffmpeg with python

    24 février 2014, par user2063350

    I have an ffmpeg setup on my pc, which streams mp3 with this code :

    ffmpeg -f dshow -i audio="Input device" -c:a libmp3lame -f mpegts udp://192.168.1.2:7777

    Also i have a server and I want to start recording stream to mp3 file whenever stream starts. Server is running all day long listening for pc to connect.
    How can I do this with python ? I want to create unique file with time and date in filename in filename each time stream starts. Can I do this using udp protocol or what protocol do You suggest me to use ? and what modules in python are helpful for this task ?

    subprocess.call('ffmpeg -y -i udp://192.168.1.2:7777 -acodec copy output.mp3')

    P.S. Sorry for my bad English.

  • About FFmpeg Muxing

    25 juillet 2015, par Minjung Kim

    i have a question.

    About FFMPEG MUX !!
    Just i want to know possible.

    1. video + audio MUX = possible.

    2. case 1 + music MUX = ?? ( only add music..)

    3. audio + audio MUX = ? (possible ?impossible ?)

    4. case 3 + video MUX = ? (possible ?impossible ?)

    Just

    possible or impossible in ffmpeg.

    can you help me ?
    sorry for my bad english, thank you !

     :-)