
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (56)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 ;
-
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 (8953)
-
overlay audio volume histogram over static image
10 décembre 2018, par Simone SoleI’m actually working to a project for music video generation using ffmpeg.
I’d like to know if it’s possibile to use ffmpeg itself or a combination of command line component under windows environment to make a visualization of audio spectrum (ahistogram ?) over a static background image like the one I found on the web :Any ideas or coding tips ?
-
Problem addig a thumbnail image to MP4 using FFMPEG CLI [closed]
9 décembre 2023, par Albert67I have tried to add an image to a mp4 file generated from a video stream,


It works with the following command :


ffmpeg -i input_stream -i image.jpg -map 0:0 -map 0:1 -map 1 -c copy -disposition:v:1 attached_pic test.mp4


but if I try the following :


ffmpeg -i input_stream -i image.jpg -map 0 -map 1 -c copy -disposition:v:1 attached_pic test.mp4


I get the following error :


[mp4 @ 0x557be8b37f80] Could not find tag for codec timed_id3 in stream #2, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument
Error initializing output stream 0:6 —


I was thinking that repalcing "-map 0:0 -map 0:1" that means get the first (video) and second (audio) of the first input stream , with "-map 0" (get all stream) should not make any difference.


Any idea why ?
Regards
Albert


-
What are the frameworks that can be used to create animated gif out of single image ?
11 juin 2015, par Kiran Kumar DashCurrently I am using ffmpeg to create videos and and imageMagick to create animated gif. and I already got a bit of success and was able to create videos out of just texts and images with some nice cool effects.
Problem : I am looking for some script using which I can create an animated gif out of a single image(i want the image to move on a transparent background) and then(the easy part) make a video out of it using ffmpeg.
Also you can check more demos at the URL :