Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (50)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 (7562)

  • How to transform dpx format with data as yuv format with ffmpeg ?

    2 août 2018, par Steven

    I would like to transform a picture of yuv format into dpx format. Its seems that the default data format of dpx is RGB, but I hope that I can get a picture of dpx format with its data part as yuv444 planar format. What is the correctc command in ffmpeg on the issue mentioned above ?

    Thanks

  • vp9/x86 : intra prediction SIMD.

    16 février 2014, par Ronald S. Bultje
    vp9/x86 : intra prediction SIMD.
    

    Partially based on h264_intrapred. (I hope to eventually merge these
    two intrapred implementations back together.)

    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/vp9dsp_init.c
    • [DH] libavcodec/x86/vp9intrapred.asm
  • flacdsp_lpc_template : add comment to explain the CONFIG_SMALL code

    14 février 2014, par James Darnley
    flacdsp_lpc_template : add comment to explain the CONFIG_SMALL code
    

    I found the optimisation of 2 samples per iteration obscured the
    underlying algorithm. I had to write it out on paper and translate into
    a mathematical sum to see that the two samples are unconnected. I hope
    that if anyone else is struggling to understand the code that this will
    be useful.

    Reviewed-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/flacdsp_lpc_template.c