
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (38)
-
Le plugin : Podcasts.
14 juillet 2010, parLe 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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (10497)
-
lavc/avcodec.h : fix missing line breaks in API documentation
27 février 2020, par Linjie Fulavc/avcodec.h : fix missing line breaks in API documentation
"In both cases.." and "Repeat this call until.." would be better to
be in a separate line.http://ffmpeg.org/doxygen/trunk/group__lavc__encdec.html
Signed-off-by : Linjie Fu <linjie.fu@intel.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to understand the client_buffer_time which definition at line 112 of file rtmpproto.c in ffmpeg ?
11 juin 2015, par Jerikc XIONGThere is little information about the client_buffer_time.
In rtmpproto.c :
int RTMPContext::client_buffer_time
client buffer time in ms
Definition at line 112 of file rtmpproto.c.
Referenced by gen_buffer_time().
Can anyone help me understand it ?
Thanks.
-
playing, decoding, seeking, audio from command line
25 août 2017, par AbstractDissonanceThere are various way to use audio, I would like to find several different audio players that can do the following easily, from the command line :
-
Carry out the standard audio function : Play, pause, stop, seek(absolute), volume(absolute), mute.
-
Be able to decode and get the raw data of the audio input so one can display a waveform.
— Correct answers will provide the player, the command line to do the functions and/or how one can interact with it programmatically if necessary.
e.g.,
Program : FFmpeg
decode : pipe out using-i <filename> -f s16le -ac 1 -</filename>
play : ffplay -nodisp then send keys to wmproc(keys don’t work without window open and -nodisp closes window, so much wm the keys)
stop, pause, etc are the same. Does not have a way to absolutely seek or set volume.Other programs might be vlc, etc.
The reason I am asking this is because I would like to provide several options for my program to use what the user might already have without having to require shipping or downloading dlls(i.e., hard dependencies).
Bonus points for being able to control pitch and speed.
-