Recherche avancée

Médias (91)

Autres articles (51)

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

  • Mask dynamic logo using ffmpeg

    15 juin 2014, par Francesco De Pazzi

    I am trying to detect and hide a logo that dynamically positioned in a video.

    In this video the logo is positioned at the top and after a few minutes down etc.

    it’s possible to detect every time the logo when it changes place and hide it with ffmpeg ?

    I tried with delogo but I must tell the position x/y, so it is not possible in my case !

    Thank you very much !

  • use ffmpeg movie= with a remote file [duplicate]

    19 juillet 2020, par galipmedia

    I have a use case where I would like to specify several files within a complexFilter in ffmpeg.

    


    movie='/local/file.mp4' works fine 
movie='https://www.some.com/file.mp4" fails with "No such file or directory"


    


    is there any workaround for this ? Obviously I can include the files as -i inputs but that is not what I am looking for.

    


  • Circular movie overlay in FFmpeg

    1er mars 2017, par Thomas

    I’m trying to create a circular movie overlay using ffmpeg. So far I was able to make a square circular movie overlay using the following command :

    ffmpeg -i bg.mp4 -vf "movie=smaller.mp4[inner];[in][inner] overlay=92:460 [out]" final.mp4

    I want to create something like this :

    enter image description here

    Can someone help me out ?

    Thanks a lot !