
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (89)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (14645)
-
How to add a subtitle stream with date/time (or timestamp) in ffmpeg
4 juillet 2024, par EelcoHow can I add an input source to ffmpeg so I can add the current datetime/timestamp/ISO-time as a seperate subtitle stream ? E.g. something like this :


ffmpeg -i video.mp4 -i audio.mp3 -i -map 0:v -map 1:a -map 2:s -c:v copy -c:a copy -c:s srt -f flv output.flv



The idea is that ffmpeg always takes the current datetime for the specific frame that ffmpeg encodes at that moment, and not the (static) datetime when the ffmpeg process was started.


-
how to play multiple videos at the same time using ffplay ?
13 juillet 2016, par Jong Hyeok ParkI install the ffmpeg source file and I can play one video file using ffplay.
However, I have to play multiple video files at the same time, using ffplay ?
How can I do ?++ what is the method of rewind/fast-forward in ffplay using command line option.
(I can’t find that contents in DOC file.)++ If I can play the multiple video files, I make a script file for play multiple video files automatically.
-
Creating time lapse video from ffmpeg with jpg images
16 mai 2021, par Rikard SvenningsenI am trying to creating time lapse video.
I have images file named
IM_date_time.jpg
as inIMG_20210516_235523.jpg
(2048 × 1536)
I have around 3700 files.
I have used this command :

ffmpeg -y -i IMG*.jpg -r 5 -s hd1080 output.mp4



This is not working, and I don't understand why it want to write to my images. The
-y
should not be needed.

I what to get a video in hd (full hd or just hd) and one images to represent 1 or 2 frames per sec.


I am using Linux Ubuntu 20.04.02 LTS and ffmpeg 4.2.4.