
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (53)
-
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 -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (9438)
-
Time Overlay on RTMP Video Streaming Using FFMPEG
7 août 2015, par Dipak D DesaiI have used following command line to stream video and overlay the time and date on video.
raspivid -t 0 -w $3 -h $4 -fps 15 -b 500000 -o - | ffmpeg -an -i - -r 15 -vf drawtext="fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf: text='%m/%d/%y \%T ':fontcolor=red@1.0: fontsize=15: x=20: y=170" -vcodec copy -tune zerolatency -b:v 200k -preset fast -crf 30 -maxrate 300k -bufsize 500k -f flv -metadata streamName=$2 $rtmpurl &
I am able to stream video using above command but not get time and date text overlay on video.
If any one have idea let me guide.
-
CSCore-Streaming system audio in real time
4 août 2015, par Mayukh NairHow can I stream the sound card output audio captured by CSCore in real time ? Can it be encoded to an MPEG audio stream using a library like FFMpeg and then streamed using WebSockets ?
-
Revision f01c769dc6 : Dynamic resize for real-time : reference scaling. Avoid scaling the references i
10 juillet 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Dynamic resize for real-time : reference scaling.Avoid scaling the references if they have already been scaled.
Change only affects 1 pass non-svc mode for now.Change-Id : I204f4079c026cba7adce7a7f855d072f6139ccec