
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (61)
-
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" (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6986)
-
version.sh : Print versions based on the last git tag for release branches
28 juillet 2014, par Michael Niedermayerversion.sh : Print versions based on the last git tag for release branches
release branches are detected by checking if "git" is not in RELEASE
This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb"
for git master theres no changeThis should improve the readability of lists of versions which come from
more than 1 release branch or master + release. fate.ffmpeg.org is
one possible exampleReviewed-by : Timothy Gu <timothygu99@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316)Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision d77f51ba9e : Add dynamic resize logic for 1 pass CBR. Decision to scale down/up is based on
8 juin 2015, par MarcoChanged Paths :
Modify /examples/vpx_temporal_svc_encoder.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.h
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/encoder/vp9_ratectrl.h
Add dynamic resize logic for 1 pass CBR.Decision to scale down/up is based on buffer state and average QP
over previous time window. Limit the total amount of down-scaling
to be at most one scale down for now.Reset certain quantities after resize (buffer level, cyclic refresh,
rate correction factor).Feature is enable via the setting rc_resize_allowed = 1.
Change-Id : I9b1a53024e1e1e953fb8a1e1f75d21d160280dc7
-
avcodec/libvpxenc : add ROI-based encoding support for VP8/VP9
12 septembre 2019, par Guo, Yejunavcodec/libvpxenc : add ROI-based encoding support for VP8/VP9
example command line to verify it :
./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3 :-0.8 -c:v libvpx -b:v 2M tmp.webmSigned-off-by : Guo, Yejun <yejun.guo@intel.com>
Signed-off-by : James Zern <jzern@google.com>