
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (18)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 -
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 (...)
Sur d’autres sites (3564)
-
How to run ffmpeg to record a virtual screen from a different docker container
3 octobre 2022, par Maged MiladI using 2 docker containers to manage my application, one of them is for the application itself and it's rendered on a virtual screen using XVFB and the another one have ffmpeg which supposed to record this screen, so I managed to get them work together if both the application and ffmpeg on the same docker container but don't know how to do it if they're on a different docker containers.


so in main container I run


Xvfb :99 -ac -screen +extension RANDR -1920x1080x24 -nolisten tcp &



and on the ffmpeg container I run


ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :99+100,200 output.mp4



I tried to change the host to
application_container_name:99+100,200
and tried to use the ip address of the maintain application like172.17.0.2:99+100,200
but both didn't work.

-
Revision 5e0724abad : Merge "vp8_first_pass() : avoid floating point div by 0"
23 février 2013, par James ZernMerge "vp8_first_pass() : avoid floating point div by 0"
-
avcodec/lpc : Avoid floating point division by 0
28 mai 2021, par Michael Niedermayer