
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (50)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7572)
-
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 ?


-
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 ?
-
Word-by-word display of subtitles in FFMPEG ?
10 mars 2020, par ThaDonI am trying to burn subtitles into a video such that they appear in a word-by-word fashion instead of all at once.
What I mean by this is, a word will appear, then another word will appear next to it, and so on. Eventually the line will clear, then repeat.
Example :
I thought I could create an Advanced Substation Alpha file where subtitles share the same end-time but differing start times, however FFMPEG doesn’t seem to cope very well when rendering the file :
[Script Info]
; Script generated by FFmpeg/Lavc57.107.100
ScriptType: v4.00+
PlayResX: 384
PlayResY: 288
[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,0,100,100,0,0,1,1,0,2,10,10,10,0
[Events]
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:00.00,0:00:03.46,Default,,0,0,0,,I'm
Dialogue: 0,0:00:01.00,0:00:03.46,Default,,0,0,0,,a
Dialogue: 0,0:00:01.50,0:00:03.46,Default,,0,0,0,,subtitleThe idea being that
I'm
would appear, then 1 second latera
would show up next to it followed bysubtitle
a half second later