Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (45)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10434)

  • api/api-band-test : Perform codec admissibility check earlier

    16 octobre 2022, par Andreas Rheinhardt
    api/api-band-test : Perform codec admissibility check earlier
    

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

    • [DH] tests/api/api-band-test.c
  • Extracting segment from MTS video without re-rendering and get thin changing color band on top of output

    2 février, par David

    Extracting segment from .MTS video without re-rendering (for speed) and get a thin changing multi-color band on top of output. There is no band on the original video. How can this be prevented ?

    &#xA;

    I used the following commands :

    &#xA;

    set i="<input video="video" />"&#xA;set o="<output video="video">"&#xA;&#xA;%pgm% -i %i% -ss 2:40 -to 8:39 -async 1 %o% -c:v copy -c:a copy&#xA;</output>

    &#xA;

  • aacenc_is : ignore PNS band types

    6 septembre 2015, par Rostislav Pehlivanov
    aacenc_is : ignore PNS band types
    

    It’s better to trust that the coefficients generated will be
    closer than the coefficients derived, and the new PNS implementation
    makes sure that this happens.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_is.c