Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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 MDK

    I 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 a nginx cluster to serve it.
    for nginx cluster I have a kubernetes service.
    if ffmpeg pod wants to push video (which is in rtmp 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 Almer
    avcodec/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>

    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/av1dec.h
  • avfilter/vf_delogo : round to the closest value

    9 décembre 2015, par Jean Delvare
    avfilter/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>

    • [DH] libavfilter/vf_delogo.c
    • [DH] tests/ref/fate/filter-delogo