
Recherche avancée
Autres articles (87)
-
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 ) (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (6000)
-
How to merge four videos on one screen with ffmpeg [duplicate]
9 mai 2021, par Andrey ProkhorenkoI have a video test.mp4, and I need to make it appear four times at once on a screen.


Here I found a command that makes two videos appear at a time


ffmpeg -i input0.avi -vf "movie=input1.avi [in1]; [in]pad=640*2:352[in0]; [in0][in1] overlay=640:0 [out]" out.avi



But it doesn't work with mp4 videos, and I need four videos at a time.


-
Adding loop video to sound ffmpeg
19 décembre 2017, par Cuvilinei start working with ffmpeg, and here my first doubt :
I have one sound file, example.mp3 (1 min duration).
I want add a loop video, example.mp4 ( x sec duration).I want generate 1 min mp4 video and loop this video 3 times in this case, but this could be dynamic.
Its posible do this with ffmpeg ?
Thanks in advance
-
android ffmpeg .so download [closed]
19 janvier 2015, par JasAnybody knows from where to get compiled .so FFMPEG library for Android ?
I tried thousand of times to compile the FFMPEG manually on windows-7 using Android NDK
but never succeeded.So I think it’s better to use precompiled lib as I’m already using the same same technolgy that used in :
https://github.com/guardianproject/SSCVideoProtoBut the ffmpeg lib in this project is very old.
Any help is much appreciated.......