Recherche avancée

Médias (91)

Autres articles (64)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (6787)

  • avfilter/vf_sr : correct flags since the filter changes frame w/h

    28 octobre 2019, par Guo, Yejun
    avfilter/vf_sr : correct flags since the filter changes frame w/h
    

    If filter changes frame w/h, AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
    cannot be supported.

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/vf_sr.c
  • libavfilter/vf_sr.c : Removes uint8 -> float and float -> uint8 conversions.

    31 juillet 2018, par Sergey Lavrushkin
    libavfilter/vf_sr.c : Removes uint8 -> float and float -> uint8 conversions.
    

    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/vf_sr.c
  • libavfilter/vf_sr : refine code to remove keyword 'else'

    25 avril 2019, par Guo, Yejun
    libavfilter/vf_sr : refine code to remove keyword 'else'
    

    remove 'else' since there is always 'return' in 'if' scope,
    so the code will be clean for later maintenance

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/vf_sr.c