Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (9872)

  • 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