Recherche avancée

Médias (91)

Autres articles (40)

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

  • 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

Sur d’autres sites (8873)

  • zscale : Add range options aliases to match scale ones

    25 mai 2017, par Vittorio Giovara
    zscale : Add range options aliases to match scale ones
    

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

    • [DH] libavfilter/vf_zscale.c
  • Ffmpeg Scale GIF with transparency

    13 juin 2017, par Shreyansh Sharma

    I am trying to scale gif image using ffmpeg without loosing transparent background of the gif image but currently i am getting image with white background the image is scaled but with white background .

    code which i use -

        -i input.gif -vf scale=x:y -gifflags +transdiff output.gif

    I am using Ffmpeg version n3.0.1

  • How to rescale input video then scale and overlay watermark with Ffmpeg ?

    22 juin 2017, par CurlyFro

    How to rescale input video then scale and overlay watermark with Ffmpeg ?

    I’ve tried both these commands and they don’t work. Can someone help me with the process ?

    -vf \"movie={watermarkPath}[watermark]; [in] scale=720:-1 [scale]; [scale] [watermark] overlay=main_w-overlay_w-10:10 \"
    -filter_complex \"[0:v]scale={wm.Item3}:{wm.Item4}[bg];[bg][1:v]movie='{watermarkPath}'[wm];[wm][0] scale2ref={wm.Item1}:{wm.Item2}[wm] [v];[wm] setsar=1[logo];[v] [logo] overlay=main_w-overlay_w-10:10\"