Recherche avancée

Médias (3)

Mot : - Tags -/plugin

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)

  • how can water mark video streaming on the fly

    24 juin 2019, par Mohsen Rahnamaei

    I want to write something like watermark video in dynamic mode . with nginx and hls. how can I do this without storing a static file ?
    means I want to be middleware between ts files and nginx . and when client request ts file i want to watermark on the fly.
    actually now I developed hls server with nginx and make all of my video ts files with ffmpeg . and prepare m3u8 file.

  • avcodec/vp9 : mark frame as finished on decode_tiles() failure

    14 décembre 2017, par Michael Niedermayer
    avcodec/vp9 : mark frame as finished on decode_tiles() failure
    

    Fixes deadlock with framethreads
    Fixes : Netflix_Aerial_1080p_60fps_8bit_420.y4m.vp9.noaltref.webm.ivf.s69372_r01-05_b6-.ivf
    Fixes : Netflix_Aerial_1080p_60fps_10bit_420.y4m.vp9.noaltref.webm.ivf.s149104_r01-05_b6-.ivf
    Fixes : ducks_take_off_444_720p50.y4m.vp9.webm.ivf.s107375_r01-05_b6-.ivf

    Reported-by : James Zern <jzern@google.com>
    Reviewed-by : James Zern <jzern@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vp9.c
  • lavu/hwcontext_qsv : Mark a pointer as const.

    16 avril 2019, par Carl Eugen Hoyos
    lavu/hwcontext_qsv : Mark a pointer as const.
    

    Silences a warning :
    libavutil/hwcontext_qsv.c:912:15 : warning : assignment discards 'const' qualifier from pointer target type

    • [DH] libavutil/hwcontext_qsv.c