
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (112)
-
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 ;
-
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" (...)
Sur d’autres sites (13243)
-
How can I generate a video from a serial of static images using ffmpeg ? [duplicate]
13 mai 2014, par xslittlegrassThis question already has an answer here :
-
ffmpeg images-to-video script anyone ?
3 answers
I have a serial of static image named 1.png, 2.pgn,...,100.pgn.
How can I generate a movie or a gif animation from these static images ? -
ffmpeg images-to-video script anyone ?
-
Revision 9bc040859b : Introduce FrameWorker for decoding. When decoding in serial mode, there will be
17 juin 2014, par hkuangChanged Paths :
Modify /vp9/decoder/vp9_dthread.h
Modify /vp9/vp9_dx_iface.c
Introduce FrameWorker for decoding.When decoding in serial mode, there will be only
one FrameWorker doing decoding. When decoding in
parallel mode, there will be several FrameWorkers
doing decoding in parallel.Change-Id : If53fc5c49c7a0bf5e773f1ce7008b8a62fdae257
-
Stream over serial port using FFmpeg [closed]
12 septembre 2020, par Rasoul SharifianIs it possible to stream videos over the serial port using the FFmpeg library ? Or is there any other library that can compress and stream videos over serial ports ?
Now I am using the FFmpeg library to stream videos by UDP and LAN cables, but it must stream over the serial port.


I also used a kind of Uart to ethernet converter hardware module to solve the problem and hopefully, this worked for me. But the project goal is to send video data over serial ports originally and not using some converters.


Any suggestions would be helpful.