
Recherche avancée
Médias (21)
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (35)
-
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 (6123)
-
sh : ffmpeg : command not found using php in online
7 mai 2015, par Intrepid UliyarI have using ffmpeg for generating thumbnail from video.it’s working fine in local host.but not generated in online, it just throw "sh : ffmpeg : command not found".
I have check the ffmpeg.exe, and also given video file path, and image destination path..what’s wrong with me..
$ffmpeg="ffmpeg.exe";
//time to take screenshot at
$interval1 = 2;
//screenshot size
$size = '320x240';
$cmd1 = "$ffmpeg -i $video -deinterlace -an -ss $interval1 -f mjpeg -t 1 -r 1 -y -s $size $image1 2>&1"; -
How to add html elements to a video online
27 septembre 2018, par GabrieleI need to be able to edit a video with online technologies (Javascript or with some Backend code) and overlay on the original video whatever html elements (maybe even animated elements with css) and download the new video edited.
What is the best way to do it ?
I’ve read about CCapture.js that captures videos from a canvas, but I can’t get it to work and I’m not sure it’s what I’m looking for. I’ve read about some FFMPEG plugins to make it work on the server and use it with some backend languages but I don’t know if it would get the work done as I need it.
For clarity, you know how Instagram can edit your video after you take it adding text or images ? I need to be able to edit a video like that, adding html elements on it.
Thanks in advance for helping.
-
Batch or Bulk Combining jpg with audio files ?
2 octobre 2014, par John MakerI want to combine batch jpg with audio files ?
example : I have a folder with 100 .jpg files & 100 .mp3 files in it.
if 1st jpg file is dog.jpg then corresponding audio file is dog.mp3,
2nd file is cat.jpg then there will be a audio file in same folder naming cat.mp3okay now coming to point. i want to Batch combine jpg with audio to produce video file like dog.mp4 , cat.mp4 etc. as i have described in the example. could anybody suggest me a better method ??
can i use ffmpeg ?? then what is command ?For (1 image + 1 audio file = 1 video) case i know the answer its here : ffmpeg : 1 image + 1 audio file = 1 video
I have a windows system with ffmpeg installed.
thank you in advance for answer.