
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 (8211)
-
How to send traffic to all pods of service instead of round robin method in kubernetes
10 janvier 2018, par MDKI want to build a cluster that contains a single pod that running
ffmpeg
to convert input video to different qualities and send the result to anginx
cluster to serve it.
for nginx cluster I have a kubernetes service.
if ffmpeg pod wants to push video (which is inrtmp
format) to nginx cluster each nginx pod receive some part of video and when a user connects to nginx from outside just get some packets.
because when ffmpeg pod send video to nginx service kubernetes send packet to nginx pods in round-robin all nginx pods can not get full live video traffic.
so I need to send traffic from ffmpeg to all pods of nginx services.
but I don’t know how should I change routing methods to achieve this. -
avcodec/av1dec : infer and store film grain param values in AV1Frame
25 novembre 2020, par James Almeravcodec/av1dec : infer and store film grain param values in AV1Frame
They are not always coded in the bistream for each frame. In some cases, the
values need to be taken from a reference frame.See section 6.8.20 from the AV1 spec.
Signed-off-by : James Almer <jamrial@gmail.com>
-
avfilter/vf_delogo : round to the closest value
9 décembre 2015, par Jean Delvareavfilter/vf_delogo : round to the closest value
When the interpolated value is divided by the sum of weights, no
rounding is done, which means the value is truncated. This results in
a slight bias towards dark green in the interpolated area. Rounding
properly removes the bias.I measured this change to reduce the interpolation error by 1 to 2 %
on average on a number of sample input and logo area combinations.Signed-off-by : Jean Delvare <jdelvare@suse.de>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>