Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (90)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (5408)

  • lavu : add planar 16 bit and 8 bit rgb with alpha

    17 décembre 2014, par Paul B Mahol
    lavu : add planar 16 bit and 8 bit rgb with alpha
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
  • FFMPEG - Overlaying video with transparency, alpha has strange threshold

    3 novembre 2016, par tanker_

    I’m attempting to overlay an Apple ProRes 4444 video with a alpha/transparency onto a normal video. However, upon inspecting the final output from FFMPEG, compared to the same files overlaid on top of one another and rendered in Final Cut Pro, there is a discrepancy in how they render the edges around the object.

    Screenshot comparison.

    Additional closeup.

    Here is my input :

    ffmpeg \
       -i background.MOV -x264opts colormatrix=bt709 \
       -i alpha_object.MOV -x264opts colormatrix=bt709 \
       -filter_complex " \
           [0:v]setpts=PTS-STARTPTS, scale=1920x1080[top]; \
           [1:v]setpts=PTS-STARTPTS, scale=1920x1080, \
                colorchannelmixer=aa=1.0[bottom]; \
           [top][bottom]overlay=shortest=1" \
       -vcodec libx264 -qp 15 -an -shortest output.MOV

    Any idea what could be wrong ? Is there a option within FFMPEG’s available filters that I’m missing ?

    All files are ingested and rendered in 1920x1080.

  • avfilter/vf_subtitles : enable processing of alpha channel

    30 août 2017, par Paul B Mahol
    avfilter/vf_subtitles : enable processing of alpha channel
    

    Fixes #6605.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_subtitles.c