
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (51)
-
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 -
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 (10649)
-
Revision 35fadf1d25 : bilinearpredict_neon : fix type conversion warnings make bifilter4_coeff[][] uin
11 juillet 2014, par James ZernChanged Paths :
Modify /vp8/common/arm/neon/bilinearpredict_neon.c
bilinearpredict_neon : fix type conversion warningsmake bifilter4_coeff[][] uint8_t, no values exceed this range and
they’re loaded with vdup_n_u8().Change-Id : I921983e9edd828d29820e40ac30a7801dbe0fb4f
-
Pipe input in to ffmpeg
8 juillet 2020, par AbstractDissonanceI am trying to use ffmpeg to decode audio data. While it works to load from a file, I would like to avoid using files because to do so, means I would have to use a temporary. Instead, I'd like to pipe in the data(which I've previously loaded) using stdin.



Is this possible ?



e.g.,



- 

- Manually load mp3 file
- Pipe it in to the ffmpeg spawned process
- Get raw output









(it should work with ffprobe and ffplay also)


-
FFMPEG not send whole video duration time
30 janvier 2021, par Masih Mol.I use this command to start ffpmeg


ffmpeg -re -i WonderWoman4003540-720.mp4 -vcodec copy -loop -1 -c:a aac -b:a 160k -ar 44100 -strict -2 -f flv rtmp:192.168.0.119/live/aaa



Player not shown the whole video time, it shown the loaded video time


how can i do this ?