
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (6)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (2838)
-
Cannot record screen with headless Chrome and FFmpeg
26 janvier 2018, par Bill.ZhuangBefore I used Xvfb to render Chrome, use selenium do button clicks and use FFmpeg to capture it with
-f x11grab
.Now I want to use headless Chrome to render my target site. I found I cannot record the screen as before. It seems FFmpeg doesn’t support it yet.
I have tried an idea like generate lots of screenshots and pipe to FFmpeg
-f image2pipe
, but it looks bit weird. I’m looking for more "native" way to do that.What’s the correct way in do that ? Or do I need to go back to Xvfb solution ?
-
Can not Record screen with headless chrome and FFmpeg
26 janvier 2018, par Bill.ZhuangBefore i used xvfb to render chrome, use selenium do button clicks, and use FFmpeg to capture it with -f x11grab.
Now i want to use headless chrome to render my target site, i found i can not record the screen as before, seems FFmpeg not support yet.
I have tried an idea like generate lots of screenshots and pipe to FFmpeg -f image2pipe, but it looks bit weird. I’m looking for more "native" way to do that.
what’s the correct way in do that ? or i still need go back to xvfb solution ?
-
Record audio from two microphone and video from one webcam and mux using FFMPEG [on hold]
26 janvier 2018, par KingWealthIam trying to mux audio from two different microphones and video from webcam using ffmpeg in linux.
I used the following code
ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 -f alsa -ac 1 -i hw:1,0 -acodec libmp3lame -ab 96k camera.mp4
it works for muxing audio from one microphone and video from one webcamI went through forums and googled for an hour without any positive result.
So, the question is i need to mux two audio from microphones and one video from webcam and produce a video output with two audio tracks.
Thanks