Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7877)

  • wamenc : handle failure to encode.

    13 mai 2013, par Reimar Döffinger
    wamenc : handle failure to encode.
    

    This is necessary since the switch to floating point
    input means there is no longer sufficient input data
    validation.
    There is a good chance that other encoders are affected
    by similar issues.
    This problem can be triggered by trying to encode
    extremely large values and probably also with Inf and
    possibly also NaNs.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/wmaenc.c
  • matroskadec : use uint64_t instead of int for index_scale

    3 mai 2015, par Andreas Cadhalpun
    matroskadec : use uint64_t instead of int for index_scale
    

    index_scale is set to matroska->time_scale of type uint64_t.

    When index_scale is int, the assignment can overflow and e.g. result
    in index_scale = 0. This causes a floating point exception due to the
    division by index_scale.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskadec.c
  • avfilter/vf_bm3d : Dont round MSE2SSE to an integer

    12 juin 2024, par Michael Niedermayer
    avfilter/vf_bm3d : Dont round MSE2SSE to an integer
    

    Fixes : CID1439581 Result is not floating-point

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_bm3d.c