
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (64)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (11770)
-
Revision 343c092e2e : High bit-depth support for wedge partition expt Change-Id : Idbd27e66d4f4a7953f8
11 avril 2015, par Debargha MukherjeeChanged Paths :
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_sad.c
Modify /vp9/encoder/vp9_variance.c
High bit-depth support for wedge partition exptChange-Id : Idbd27e66d4f4a7953f888137d5752856215a6760
-
ffmpeg open remote video with high latency while gstreamer not
30 octobre 2014, par madccI use MJPEG-Streamer to send my remote camera video via wifi. I use such command to see video :
gstreamer :
gst-launch -v souphttpsrc location= "http://192.168.1.1:8080/?action=stream&type=.mjpg" do-timestamp=true is_live=true ! multipartdemux ! jpegdec ! autovideosink
ffmpeg :
ffplay "http://192.168.1.1:8080/?action=stream&type=.mjpg"
or :
ffplay "http://192.168.1.1:8080/?action=stream&type=.mjpg" -fflags nobuffer
however the ffplay has a high latency up to 3 10 seconds in my test, while the gstreamer
show almost no latency.when using localhost MJPEG-Streamer, both two methods show low latency. so what’s the reason ? and how to decrease the latency ?
more detail :
I want to use opencv to capture a remote camera,my opencv compile with ffmpeg support but without gstreamer support ( I tried but failed,the cmake seemed to not find my gstreamer,I don’t know which gstreamer library to install in opensuse 13.1), I can get the video in opencv but with high latency,so I compared ffmpeg with gstreamer,the result is as above.so how to decrease the latency ? I read this link,but still no solution.
thank you.
-
Revision 2080e4b206 : Fix high bit-depth loop-filter sse2 compiling issue - part 1 The intrinsic stat
24 février 2015, par Jingning HanChanged Paths :
Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
Fix high bit-depth loop-filter sse2 compiling issue - part 1The intrinsic statement _mm_subs_epi16() should take immediate.
Feeding variable as its input argument will cause compile failure
in older version gcc.Change-Id : I6a71efcc8d3b16b84715e0a9bcfa818494eea3f4