Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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" (...)

Sur d’autres sites (9084)

  • avutil/cuda_check : Make sure this passes make fate-source

    17 novembre 2018, par Philip Langdale
    avutil/cuda_check : Make sure this passes make fate-source
    

    The header guards were unnecessarily non-standard and the c file
    inclusion trick means the files dont't have standard licence
    headers.

    Based on a patch by : Martin Vignali <martin.vignali@gmail.com>

    • [DH] libavutil/cuda_check.h
    • [DH] tests/ref/fate/source
  • avformat/mxfenc : fix stored/sampled/displayed width/height

    14 janvier 2023, par Jerome Martinez
    avformat/mxfenc : fix stored/sampled/displayed width/height
    

    According to MXF specs the Stored Rectangle corresponds to the data which is
    passed to the compressor and received from the decompressor, so they should
    contain the width / height extended to the macroblock boundary.

    In practice however width and height values rounded to the upper 16 multiples
    are only seen when muxing MPEG formats. Therefore this patch changes stored
    width and height values to unrounded for all non-MPEG formats, even macroblock
    based ones.

    For DNXHD the specs (ST 2019-4) explicitly indicates to use 1080 for 1088p.
    For ProRes the specs (RDD 44) only refer to to ST 377-1 without precision but
    no known commercial implementations are using rounded values.
    DV is not using 16x16 macroblocks, so 16 rounding makes no sense.

    The patch also fixes Sampled Width / Display Width to use unrounded values.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfenc.c
    • [DH] tests/fate/lavf-container.mak
    • [DH] tests/ref/lavf/mxf_dvcpro100
    • [DH] tests/ref/lavf/mxf_opatom
  • Fix a few heigth/height typo.

    7 février 2014, par Clément Bœsch
    Fix a few heigth/height typo.
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_psnr.c