
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (82)
-
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 ;
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 ) (...)
Sur d’autres sites (8464)
-
How to use to ffmpeg create video collage from a video captured by an app ? [closed]
18 février 2021, par Bharat singhI am working on a android app, which is based on video collage, in which I 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.


I have to create a collage in which all video should play one be one.


I have to combine 16 videos all together in a frame, and play them 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 ?


-
How to display annotation data on video and render that video in nodejs ?
8 juillet 2019, par Rahul DubeyI’m having a JSON data of annotation’s coordinates which I wanted to display on the video for a particular time and render the video with the annotation.
I saw ffmpeg module. But it doesn’t have this feature
-
Why video size is increasing after adding watermark to video using FFMPEG ?
18 novembre 2019, par Milan TejaniI am adding watermark to video using FFMPEG where i use
-preset ultrafast
in FFMPEG command.which add watermark to video very fast but due to this my output video size increased.ffmpeg -i input.mp4 -i mt.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy -preset ultrafast output.mp4
Without Using
-preset ultrafast
input video size 5MB and output video size 5MB
Using
-preset ultrafast
input video size 5MB and output video size 11MB