
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (88)
-
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 (...) -
Organiser par catégorie
17 mai 2013, parDans 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 (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (9620)
-
ffmpeg watermarking with overlay not working for gif
2 janvier 2019, par ArizaI am using ffmpeg for adding a watermark to my MP4 video.
With this code :
ffmpeg -i video.mp4 -i watermark.png -filter_complex "[0][1]overlay=15:H-80" output.mp4
It does work for adding a png image to video ,
But when i use it for adding a gif to my video, i do not see any watermark on the output
Like this :
ffmpeg -i video.mp4 -i watermark.gif -filter_complex "[0][1]overlay=15:H-80" output.mp4
Is there anything wrong with my code ?
I just need to add an animated gif to bottom left of my video ! that’s all i need, if you have better code please share. i’m newbie.
-
Transcode any video to mp4 with max. 800 width or max. 800 height + watermark
27 décembre 2018, par MikeI need a ffmpeg command that works with every video (with audio) format / type to encode it to h264 mp4. The output may have a maximum width of 800px and a maximum height of 800px. It would also be necesary to add a watermark in to bottom right corner... Is there a way to get all those things done with a single command line ? Even if it’s WMV, MOV, 3gp and whatever filetype is beeing used ?
-
How to display a frame number on each frame of a video using ffmpeg,or How to add a different watermark on each frame of a video using ffmpeg ? [duplicate]
24 décembre 2018, par songThis question already has an answer here :
With the ffmpeg command, the number can be displayed in every frame of the video. With the increase of frames, the number also increases.