
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (13062)
-
How to use delogo with ffmpeg when logo starts at y=0
22 avril 2021, par ValentinI have a 1920x800 video, all content, no black bars. At the top of the frame (
y=0
) there is a station logo I want to remove (presumably the original capture was cropped, leaving a half of a station logo inside the usable frame). Since the logo I'm trying to remove starts at the very top of the frame and because the defaultband=1
option that cannot be changed anymore (the option was seemingly removed from the API), the command needs to take it into account and make y=1 :

ffmpeg -i video.mp4 -vf "delogo=x=1696:y=1:w=113:h=32:show=1" output.mp4



but this breaks the interpolation, since that 1px on top is completely dirtying the box :
Logo with show=1 so we see the problem


Tries with
y=0
fail with or without trying to specify theband
width (withband=0
or the aliast=0
) :

ffmpeg -i video.mp4 -vf "delogo=x=1696:y=0:w=113:h=33:band=0" output.mp4
[Parsed_delogo_0 @ 0000020528a7cf00] Option 'band' not found
ffmpeg -i video.mp4 -vf "delogo=x=1696:y=0:w=113:h=33:t=0" output.mp4
[Parsed_delogo_0 @ 000002b9b87acf40] Option 't' not found
ffmpeg -i video.mp4 -vf "delogo=x=1696:y=0:w=113:h=33" output.mp4
[delogo @ 0000023d971cd000] Logo area is outside of the frame.



Is there a solution to this ?


-
Anomalie #2234 (Nouveau) : Logo de l’auteur
19 août 2011, par Johan PustochDans /ecrire/ ?exec=auteur&id_auteur=N , la chaine « logo de l’auteur » est absente. S’affiche : auteur:titre_langue_auteur
-
Evolution #4412 : Ajout d’un site : récuperer son icone en logo
14 décembre 2019, par Yannyx SpipOu bien déjà que le logo puisse etre téléchargé par une URL directement depuis Internet (comme pour les autres objets editoriaux).