Recherche avancée

Médias (91)

Autres articles (31)

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

  • h264 : factor out common code from init() and init_thread_copy()

    23 mars 2015, par Anton Khirnov
    h264 : factor out common code from init() and init_thread_copy()
    
    • [DBH] libavcodec/h264.c
  • Remove a set-but-unused variable (lastdelta) in the encode-side lsp

    2 mars 2015, par Monty
    Remove a set-but-unused variable (lastdelta) in the encode-side lsp
    code.  Note that the code in question is effectively dead as it's for
    floor0 encoding, and floor zero has been deprecated for over a decade.
    

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19453 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/barkmel.c
    • [DH] lib/lsp.c
  • slide Wipe effects with ImageMagick tool and ffmpeg

    1er mai 2015, par KravAn

    I have to do a four slide effects named ’Wipe Up’, ’Wipe Down’, ’Wipe Right’, ’Wipe Left’. Like curtain of two images for each type. I think it can be possible with cropping of images with ’convert’

    convert 01.jpg -crop 1920x5 output_%03d.jpg

    where i can get sequence of images and compose at same time to the second image(What I don’t know..) And then I can build video from this sequence of images with ffmpeg :

    ffmpeg -i output_%03d.jpg out.mp4

    Maybe someone can help me with compossing of images in the same time when I croping ? Thanks for any suggestions !

    PS : all images have fixed dimensions : 1920x1080