Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (74)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (7693)

  • avcodec/vc1 : add Simple and Main profile to vc1_put_signed_blocks_clamped

    8 juin 2018, par Jerome Borsboom
    avcodec/vc1 : add Simple and Main profile to vc1_put_signed_blocks_clamped
    

    Simple and Main Profile also need unsigned put_pixels_clamped. Add an argument
    to choose between signed and unsigned put_pixels and change function name to
    vc1_put_blocks_clamped.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vc1_block.c
  • avcodec/vc1 : add Simple and Main profile to vc1_put_signed_blocks_clamped

    6 juin 2018, par Jerome Borsboom
    avcodec/vc1 : add Simple and Main profile to vc1_put_signed_blocks_clamped
    

    Simple and Main profile also need unsigned put_pixels_clamped. Add an argument
    to choose between signed and unsigned put_pixels and change function name to
    vc1_put_blocks_clamped.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vc1_block.c
  • avfilter/vf_overlay : separate functions with main alpha

    25 juin 2017, par Paul B Mahol
    avfilter/vf_overlay : separate functions with main alpha
    

     5-15% faster overall with main input without alpha.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_overlay.c