
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (54)
-
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 (8437)
-
Watermark a video with user session info without loss in video quality
22 juin 2016, par ROHIT GI am new to video file encoding and watermarking and i am using ffmpeg to add a watermark.
i want to watermark a a single frame of a video with user session details .
When ever i watermark the video ,Quality of the video will be reduced alot.Please help me , how to keep the bit rate and quality of the video same as input file with a watermark added.
Thanks in advance.
-
overlay multi scaled image and video into video with ffmepg
18 mars 2017, par LongI have a trouble that I want to merge 3 scaled image and 1 mp4 video into a video.
Just like camtasia. 3 images that I scaled and overlay somewhere on the video. The output is a video that has 3 images on.Thank you for helping.
Image below
enter image description hereI need to render 1 video with texts and images scaled. All in the border.
-
Easiest method of compiling a finished MP4 video out of image bursts and video segments on Ubuntu ?
14 juin 2017, par aschmelyunI need to programmatically stitch together a video out of bursts of images, and pre-recorded .mp4 video, on an Ubuntu system from the command line. So for example, here’s the ’recipe’ that I’m working with :
- 12 images
- 5 second video
- 12 more images
- 5 second video
- 5 second video
- 12 more images
Right now what I’m doing is compiling the images into .mp4 videos using ffmpeg, and then using mp4box to concat all of these partial videos together into one final video. The unfortunate thing is that I’m having to keep track of and run multiple commands to do this (the example above using 4 separate commands). Is there any way to simplify this, or is this the most efficient method I can expect ?