
Recherche avancée
Autres articles (58)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (15639)
-
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.
-
-
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.
-
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>