
Recherche avancée
Autres articles (50)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPré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 2013Puis-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 (9774)
-
loop a part of video using ffmpeg
10 janvier 2019, par 1234567loop a part of video using ffmpeg
I have a video about 1 min long
I am able to get the part of video using
ffmpeg -i movie.mp4 -ss 00:00:03 -t 00:00:08 -async 1 cut.mp4
now I want to loop this trimmed part of video
how can that be done , is there a a proper loop command, i dont want to use concatenate command
-
ffmpeg remove a part of audio in mp4 file but not all
5 mars 2019, par romainlavissei got an mp4 and i want to remove 3 minutes of sound on 4h video (to upload on youtube).
i try :
ffmpeg -i video.mp4 -c copy -an video-sansson.mp4
the full audio is deleted.
I personally just want to remove 3 minutes of it ?
-
Chroma Key replace green color part with another image using FFMPEG
15 septembre 2021, par Welborn Machado


I want to replace green color of the above chromekey image with another image. The image should only replace with the green color not overlay entire image.



I am using following sample command below but it overlay the entire image not only the green color.



-y -i /storage/emulated/0/dummyResized.jpg -i /storage/emulated/0/circularImage.png -filter_complex [1:v]colorkey=green:0.3:0.2[ckout] ;[0:v][ckout]overlay[out] -map [out] /storage/emulated/0/outputBlackCircular.jpg