Recherche avancée

Médias (91)

Autres articles (81)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10635)

  • Extract undecoded audio payload from song file ?

    6 juin 2012, par DataSurfer

    What tools are available to extract the raw undecoded audio payload from a song file ?

    I am looking for a solution that will work on wma, m4a, mp3, and ogg files.

    One of the purposes is to be able to calculate the md5sum of the audio payload.

    I tried ffmpeg -i <song file="file"> -f md5 -</song> but this actually does a decoding pass which is not desired. Also this seems to produce different results depending on the versions of the decoders in use.

    I tried ffmpeg -i <song file="file"> -acodec copy - > <raw payload="payload" file="file"></raw></song> but ffmpeg complains that it does not know the desired output format even though copy is explicitly specified.

    I've tried various incarnations of -map_metadata -1 but the documentation is obtuse at best.

    In the end the ideal is to have an stdout of the raw UNdecoded audio portion of a song file.

    Any ideas ?

  • Extract undecoded audio payload from song file ?

    19 février, par Gabriel

    What tools are available to extract the raw undecoded audio payload from a song file ?

    &#xA;&#xA;

    I am looking for a solution that will work on wma, m4a, mp3, and ogg files.

    &#xA;&#xA;

    One of the purposes is to be able to calculate the md5sum of the audio payload.

    &#xA;&#xA;

    I tried ffmpeg -i <song file="file"> -f md5 -</song> but this actually does a decoding pass which is not desired. Also this seems to produce different results depending on the versions of the decoders in use.

    &#xA;&#xA;

    I tried ffmpeg -i <song file="file"> -acodec copy - > <raw payload="payload" file="file"></raw></song> but ffmpeg complains that it does not know the desired output format even though copy is explicitly specified.

    &#xA;&#xA;

    I've tried various incarnations of -map_metadata -1 but the documentation is obtuse at best.

    &#xA;&#xA;

    In the end the ideal is to have an stdout of the raw UNdecoded audio portion of a song file.

    &#xA;&#xA;

    Any ideas ?

    &#xA;

  • doc/developer : Suggest everyone to help with patch reviews

    13 août 2015, par Michael Niedermayer
    doc/developer : Suggest everyone to help with patch reviews
    

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Reviewed-by : compn <tempn@mi.rr.com>
    Reviewed-by : Ganesh Ajjanagadde <gajjanag@mit.edu>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/developer.texi