
Recherche avancée
Médias (1)
-
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
Autres articles (52)
-
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 -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
MediaSPIP : Modification des droits de création d’objets et de publication définitive
11 novembre 2010, parPar défaut, MediaSPIP permet de créer 5 types d’objets.
Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)
Sur d’autres sites (7713)
-
Setting up multi webcam streaming
28 septembre 2013, par Moritz Mädlerwe are currently planning to connect all our offices via webcams selectable from a website. So I guess the setup could be something like this :
Webcam 1 \
Webcam 2 - > Streamserver -> Webserver displaying html5 Video
Webcam n /I've made first tests from streaming from Windows using VLC to a central ffserver, but the results where rather bad (after 1-2 frames the stream stopped).
Do you have any suggestions on
which stream software I can use on the client/webcam site (Linux or Windows)
which software I can use on the server side (Linux) for collecting and recoding streams ?
Thanks,
Moritz
-
Stitching 2 videos together side-by-side with ffmpeg in Android [on hold]
19 juillet 2018, par A. MunnyI am currently writing an app for Android that is supposed to take two video clips and stitch them together side-by-side into a single file (such that the user can download a single video file that shows these two side-by-side videos playing simultaneously). I was planning on using ffmpeg to achieve this, but could not figure out how to do this. Does anyone know how to achieve something like this, if at all possible ? Additionally, if there is a way to get it done easier using something other than ffmpeg, that solution would also be greatly appreciated. Thank you !
-
Processing video using ffmpeg and saving the output to MongoDB
10 juillet 2013, par kheyaI have user uploaded video saved in a folder (can be in any of 5/6 formats)
I have 2 needs.- Extract 3 frame images (that I will show to user for possible thumbnail
- Convert the video to one or more other formats (flv + WebM)
I am planning to use FFMPEG command line tool.
How do I write the output from FFMPEG to MongoDB gridFS ?
Is it even possible or I have to write the files to folder first & then save to gridFS ?
Thanks