
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (67)
-
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 (12342)
-
using ffmpeg create video collage from video captured by app
25 septembre 2017, par Bharat singhHi guys i am working on a android app which is based on video collage in which have to create collage from selected or captured video, there are different types of collage i have to implement. i have implemented most of them.
But i am stuck when i try to create a specific type of collage.So here is my question
i have to create a collage in which all video should play one be one
i have to combine 16 video all together in a frame and play one by one.
it should be look like this
for now all video are playing together what should i do so that all videos play one by one
Thanks in Advance -
Output video file of ffmpeg command video and audio doesn't match
6 juillet 2022, par Barryi'm trying to trim a video file using ffmpeg using this command

ffmpeg -i input.mp4 -ss 00:05:20 -t 00:10:00 -c:v copy -c:a copy output.mp4
. The problem is when i open the output video, the audio starts normally but the video appears only 5 seconds after. I tried removing the-c copy
option and output is accurate but the process is very slow. So my question is how to make output video/audio match when using-c copy
option, or how to make the process faster when not using-c copy
option. It's my first time using this so i don't know much about video/audio encoding, i am just trying to extract a video clip from a php script.

-
FFmpeg : How to convert horizontal video 16:9 to vertical video 9:16, with blurred background on top and bottom sides
13 janvier 2016, par gomezoI know there is a post to do the contrary :
FFmpeg : How to convert vertical video with black sides, to video 16:9, with blurred background sidesbut i can’t figure out how to do this with ffmpeg
here is the input :
and here is the expected result (the background video should be zoomed with the same aspect ratio, cropped to 9/16 and blurred) :
Thanks for your help !