Recherche avancée

Médias (91)

Autres articles (53)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6175)

  • After ffmpeg conversion to mp3, winamp shows half frequency

    8 octobre 2012, par user404781

    I'm converting movie in flv to mp3 format (just to extract soundtrack) with this options :

    ffmpeg -i movie.flv -acodec libmp3lame -ac 2 -ab 128000 -ar 22050 -vn soundtrack.mp3

    When I check with some free tool I get 44100kHz, but winamp shows half of that - 22050kHz. Which one should I trust ? Maybe ffmpeg options are wrong ?

  • des : Fix half a dozen warnings

    2 avril 2012, par Michael Niedermayer

    des : Fix half a dozen warnings

  • Volume Detect on half second window sizes [duplicate]

    14 juin 2021, par user82395214

    How can I get the max volume of individual slices of a video using FFMpeg ?

    


    Using this command, you can obtain the max volume for the whole clip :

    


    ffmpeg -i video.avi -af "volumedetect" -vn -sn -dn -f null /dev/null

    


    However, I want the max volume for every half second window in the audio file. How can I achieve this with ffmpeg ?