
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (81)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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, parThe 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 2011Vous 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 DataSurferWhat 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 thoughcopy
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 GabrielWhat 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 thoughcopy
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 ?


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