Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (66)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (13182)

  • lavc : VAAPI encode common infrastructure

    24 mars 2016, par Mark Thompson
    lavc : VAAPI encode common infrastructure
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode.h
  • avcodec/ac3enc : Factor common end of float/fixed encode_frame out

    3 décembre 2020, par Andreas Rheinhardt
    avcodec/ac3enc : Factor common end of float/fixed encode_frame out
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3enc_template.c
  • mpeg12 : Add a common function to find the best frame rate

    12 septembre 2017, par Mark Thompson
    mpeg12 : Add a common function to find the best frame rate
    

    This will be used later in both the mpeg2_metadata filter and the
    VAAPI MPEG-2 encoder. Also adds a unit test.

    (cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/mpeg12.h
    • [DH] libavcodec/mpeg12framerate.c
    • [DH] libavcodec/tests/mpeg12framerate.c
    • [DH] tests/fate/libavcodec.mak