
Recherche avancée
Autres articles (104)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
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. -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (7718)
-
how to add several videos to a photo frame using ffmpeg ? [closed]
13 juillet 2022, par Brian jacksoni need to create a Example collage video like this by ffmpeg commands


this example has 3 video and 1 background image [10x10 size]


i have left right top bottom and size of each video


so how i can create a collage video like this with ffmpeg command


-
ffmpeg : zoom a horizontal photo in a vertical video, fill the empty space at the top and bottom with a blurry photo
23 octobre 2023, par Eugene Khyst -
Can I add photon to video and make this photo to be thumbnails(Cover) ? [duplicate]
2 avril 2019, par 林炳河This question already has an answer here :
I want to add thumbnail to a video, but all of my attempts have been not working.
I already try use ffmpeg command to do this, but it didn’t help.
what command i used :
ffmpeg -i source.mp4 -i cover.png -filter_complex "[1:v]scale=720:1280[oval],[0:v][oval]overlay=enable='between(n,0,1)',fps=fps=15" -pix_fmt yuv420p -c:a copy output.mp4
Please help me.