
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (89)
-
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" (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4283)
-
extract only a small segment in the middle of an mpeg-TS movie using gstreamer
21 juin 2019, par user1872072I want to extract only a small segment in the middle of an mpeg-TS movie using gstreamer library in c.
Using ffmpeg in a command line this can be done with following command :
ffmpeg -ss 00:01:00 -i video.ts -to 00:02:00 -c copy -copyts cut.tsHow can I do this using Gstreamer ?
Please help -
Revision 421baef49e : Small cleanup inside setup_loopfilter function. Change-Id : If7fa8aea02f26c2c2bb
5 avril 2013, par Dmitry KovalevChanged Paths : Modify /vp9/common/vp9_loopfilter.h Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/decoder/vp9_decodframe.c Small cleanup inside setup_loopfilter function. Change-Id : If7fa8aea02f26c2c2bb5daf4e65c3e661d7031ca
-
Revision a3d22aa2a4 : Small improvement in sub-pixel motion search If the current best mv(namely, the
4 août 2015, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_mcomp.c
Small improvement in sub-pixel motion searchIf the current best mv(namely, the search center) is still the best mv
after the first level search, the second level checks is skipped. This
patch doesn’t change the bitstream. At speed 0, it speeds up the encoder
by 1% - 2%.Change-Id : I054c91b884d3f7aef157436c061744562bd6506d