
Recherche avancée
Autres articles (111)
-
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" (...) -
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
Sur d’autres sites (7982)
-
hlsenc : add use_localtime_mkdir option to automatically create time-based directory
3 février 2016, par Johan Strömhlsenc : add use_localtime_mkdir option to automatically create time-based directory
Use with -use_localtime, and set -hls_segment_filename to a path which
contains a subdirectory i.e. /some/path/%Y%m%d/%Y%m%dT%H%M%S-%s.ts
This will mkdir the %Y%m%d-part of the path if it does not already
exist.
In addition, each filename in the playlist output will be prefixed with
this subdirectory (if playlist and segment shares the same base path).Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Revision 24856b6abc : Speed feature to skip split partition based on var Adds a speed feature to disa
3 août 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Speed feature to skip split partition based on varAdds a speed feature to disable split partition search based on a
given threshold on the source variance. A tighter threshold derived
from the threshold provided is used to also disable horizontal and
vertical partitions.Results on derfraw300 :
threshold = 16, psnr = -0.057%, speedup 1% (football)
threshold = 32, psnr = -0.150%, speedup 4-5% (football)
threshold = 64, psnr = -0.570%, speedup 10-12% (football)Results on stdhdraw250 :
threshold = 32, psnr = -0.18%, speedup is somewhat more than derf
because of a larger number of smoother blocks at higher resolution.Based on these results, a threshold of 32 is chosen for speed 1,
and a threshold of 64 is chosen for speeds 2 and above.Change-Id : If08912fb6c67fd4242d12a0d094783a99f52f6c6
-
Revision 8c5670bb6f : Merge "Use SATD based mode decision for block sizes below 16x16"
31 mars 2015, par Jingning HanMerge "Use SATD based mode decision for block sizes below 16x16"