
Recherche avancée
Autres articles (89)
-
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" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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
Sur d’autres sites (6474)
-
Anomalie #2316 (Nouveau) : SPIP ne marche pas avec l’authentification http
11 septembre 2011, par Yohann PrigentQuand j’active l’authentification d’apache avec un simple AuthType Basic AuthName "Login obligatoire" AuthUserFile /home/web/spip/web/site.prigents.com/tmp/.htpasswd require valid-user j’ai un accès interdit pour toutes les pages d’administration : vider le cache, activer/désactiver un plugin, (...)
-
Anomalie #2282 (Nouveau) : plugin.xml avec 2 sections de plugins
4 septembre 2011, par realet RealEThttp://zone.spip.org/trac/spip-zone/browser/_squelettes_/soyezcreateurs_net/plugins_2.1/plugins/soyezcreateurs/plugin.xml#L114 contient 2 sections de La 2e concerne SPIP 3. Depuis une révision récente, le plugin SoyezCréateurs ne s’active plus et indique nécessiter tout les plugins de la 2 liste (...)
-
Solid FFmpeg wrapper for C#/.NET
31 octobre 2016, 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.