Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (109)

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

  • lavu/timecode : Increase AV_TIMECODE_STR_SIZE.

    4 mai 2017, par Carl Eugen Hoyos
    lavu/timecode : Increase AV_TIMECODE_STR_SIZE.
    

    Fixes the following warning :
    libavutil/timecode.c:103:60 : warning : '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7

    • [DH] libavutil/timecode.h
  • lavc/vvc : Fix buffer overread in CABAC

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix buffer overread in CABAC
    

    The size variable here is taken as gospel for the bounds of the input
    buffer in later logic. Clamp it to ensure that the returned region
    does not extend past that allocated in the underlying GetBitContext,
    even in the case entry point offsets are signalled in the bitstream.
    Also assert this for good measure.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/dec.c
  • Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’

    20 mars 2017, par Clément Bœsch
    Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’
    

    * commit ’bdf7610eb266fd3de650040c97328791868abd82’ :
    vf_scale_vaapi : Crop input surface to active region

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavfilter/vf_scale_vaapi.c