
Recherche avancée
Autres articles (36)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 -
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 (6604)
-
Solid FFmpeg wrapper for C#/.NET
21 mars 2018, par Jacob Poul RichardtI have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears to be dead in early alpha stage.
FFmpeg.NET
ffmpeg-sharp
FFLIB.NETSo my question is if anyone knows of a wrapper project that is more mature ?
I am not looking for a full transcoding engine with job queues and more.
Just a simple wrapper so I do not have to make a command line call and then parse the console output, but can make method calls and use eventlisteners for progress.And please feel free to mention any active projects, even if they are stil in the early stages.
-
How can I get android mic audio stream at real-time ? [on hold]
3 mars 2015, par LIDEI want to capture the mic audio stream real-time. How to deal with that ? I don’t mean to record the voice but the stream to transform.
-
The real time compression with ffmpeg [on hold]
14 avril 2015, par midrelI am working on a project that will make real time video compression. All images come from camera and are stored in the RAM at a rate of 30 fps.
I want to use FFmpeg to compress it image by image and to transmit either to RAM or anywhere.
Could somebody help me please ?