Recherche avancée

Médias (91)

Autres articles (96)

  • 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

  • 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" ;

Sur d’autres sites (10070)

  • libavfilter : add vf_colorrange_cuda, CUDA-accelerated color conversion filter

    10 septembre 2022, par Roman Arzumanyan
    libavfilter : add vf_colorrange_cuda, CUDA-accelerated color conversion filter
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_colorspace_cuda.c
    • [DH] libavfilter/vf_colorspace_cuda.cu
  • FFMPEG - changing pixel format from 24-bit RGB to 8-bit Grayscale only changes color, but not file size

    27 septembre 2018, par Minjun Seong

    I am using the avlib* libraries and currently using the sws_getContext function to change pixel format from RGB (AV_PIX_FMT_RGB24) to grayscale (AV_PIX_FMT_GRAY8). The expected behavior should have been that the output file size should have decreased by 3 times as we are going from 24 bit rgb to 8 bit grayscale, but it stayed the same. Furthermore, when I checked on Media-Coder to see the format, the video format was still RGB. Any ideas on why the file size didn’t change and why the file format is still RGB ?

    Note : the video DID change to black and white as expected.

  • FFMPEG : Can I store a specific color component in a separate video stream ?

    31 mai 2021, par jiandingzhe

    I want to store video with alpha channel, but most video encodings (like H.264, MPEG2) do not support alpha channel. As most muxer formats support multiple streams, I'm wondering if I could encode YUV components in a video stream, and alpha component in a second stream ?

    &#xA;

    Note : though there are some video encodings that support alpha channel (such as VP9), I still want to try this approach as a last resort.

    &#xA;