
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 (68)
-
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" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (7249)
-
Aforge.video.ffmpeg write to memory stream
31 août 2018, par Pavel RembrantThe Aforge framework contains the ffmpeg lib which contains the VideoFileWriter class, which can draw video from a set of frames (pictures) and write to a file passing through the selected codec. This is exactly what I need, except for writing to a file .. This stream of encoded video I need to send over the network in real time and not write to a file. It would be nice to write the final video in memory stresam, and from it to send where it is required. Is it possible to write with the help of Aforge not in a file but in memory ? if not, then advise the analogue who can do what I want. Thank you.
-
How to use ffmpeg to encode multi-channel video ?
13 juillet 2018, par LeoLike nomral video have RGB/YUV, 3 channels.
Is it possible use the existing video convertor to encode more than 3 channel video ? (e.g. given 5 folders of the same number and resolution pictures, generate a 5-channel video from them)
I not need to playback the 5-channel video, which is impossible for 3-channel display. I just need to encode it and then decode it back to images. Actually what I am looking for is not a playable video format, I am trying to compressing several similar video content into one file, so that hopefully they can share the motion vectors and save more space.Dose any existing video codec support this manipulation ? Or how should I rewrite some part of the exsiting video codec(some light weight implementation of H264) to support it ?
-
How to build and use ffmpeg libraries in Android project in Mac OS 10.9 ?
28 septembre 2014, par SunshinetpuIn my Android project I have to create a video from some pictures. So I want to use FFmpeg libraries for it. I read many links about it (For example : http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/comment-page-4/) I tried to build FFmpeg in my computer (MAC OS 10.9) but every advice didn’t work.
Did anybody build and use FFmpeg in Adroid project (MAC OS) successfully ?
Can anybody give me some advices ?
Sorry for my English !