Recherche avancée

Médias (91)

Autres articles (97)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • avfilter/vf_v360 : allow user to control fov for equirectagular format

    11 avril 2021, par Paul B Mahol
    avfilter/vf_v360 : allow user to control fov for equirectagular format
    

    It may be useful to use different values from typical 360/180 deg.

    • [DH] libavfilter/vf_v360.c
  • How to normalize the volume of an audio file in python ?

    9 avril 2021, 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 python package with a pip install that would be up to the task.

    


  • 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