
Recherche avancée
Autres articles (50)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer
Sur d’autres sites (5983)
-
Revision 993d10a217 : Adds various high bit-depth encode functions Change-Id : I6f67b171022bbc8199c6d6
24 septembre 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_aq_variance.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_extend.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_picklpf.c
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rd.c
Modify /vp9/encoder/vp9_rd.h
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_rdopt.h
Modify /vp9/encoder/vp9_tokenize.h
Adds various high bit-depth encode functionsChange-Id : I6f67b171022bbc8199c6d674190b57f6bab1b62f
-
Revision a160d72522 : High-bitdepth bugfixes Miscellaneous bug-fixes for high bitdepth functionality.
1er octobre 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_postproc.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_ssim.c
Modify /vp9/encoder/vp9_ssim.h
Modify /vp9/encoder/vp9_tokenize.c
Modify /vp9/encoder/vp9_tokenize.h
Modify /vp9/vp9_iface_common.h
Modify /vpx/src/vpx_image.c
Modify /vpxenc.c
High-bitdepth bugfixesMiscellaneous bug-fixes for high bitdepth functionality.
With this patch, high bit-depth profiles become mostly functional,
except for an intermittent assert failure issue that is being
tracked.Change-Id : I6a7fcbdcf1e5b09842e88535f8442d2e1230748c
-
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.