Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (52)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5425)

  • nvenc : Add some easier to understand presets that match x264 terminology

    24 septembre 2016, par Yogender Gupta
    nvenc : Add some easier to understand presets that match x264 terminology
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/nvenc.c
    • [DBH] libavcodec/nvenc.h
    • [DBH] libavcodec/nvenc_h264.c
    • [DBH] libavcodec/nvenc_hevc.c
  • match an image to a specific frame within a video with ffmpeg

    2 juin 2021, par az0

    I have some images that were taken from a video via screen capture. I would like to know when in the video these images appear (timestamps). Is there a way to programmatically match an image with a specific frame in a video using ffmpeg or some other tool ?

    &#xA;&#xA;

    I am very open to different technologies as I'm eager to automate this. It would be extremely time consuming to do this manually.

    &#xA;

  • lavc : add trailing_padding to AVCodecContext to match AVCodecParameters.

    15 août 2016, par Jon Toohill
    lavc : add trailing_padding to AVCodecContext to match AVCodecParameters.
    

    Shows encoder delay/padding in the stream summary if they are set.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h