
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (95)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (12180)
-
Video conversion too long
13 décembre 2016, par Ilya ShpakovskyI use NReco.VideoConverter for convert flv to ogv. But this process is too long. I tried to convert 200M video but it took more than hour. The code I use :
var ffMpeg = new FFMpegConverter();
command = String.Format("-i \"{0}\" -c:v libtheora -c:a libvorbis -preset ultrafast \"{1}\"", inputFile, outputFile);
ffMpeg.Invoke(command);Could anyone suggest me how to improve the performance of conversion ? Thanks in advance.
-
How to build libx264 64bit library for android
19 juillet 2016, par Pri1985I am unable to build libx264 code for android arm-64 bit architecture.
Below is the command i tried../configure \
--cross-prefix=arm-linux-androideabi- \
--sysroot="$HOME/NDK/android-ndk-r10d/platforms/android-21/arch-arm64/" \
--host=arm-linux \
--enable-pic \
--enable-static \
--disable-cliPlease advice.
Thanks in advance. -
How to build libx264 64bit library for android
19 juillet 2016, par Pri1985I am unable to build libx264 code for android arm-64 bit architecture.
Below is the command i tried../configure \
--cross-prefix=arm-linux-androideabi- \
--sysroot="$HOME/NDK/android-ndk-r10d/platforms/android-21/arch-arm64/" \
--host=arm-linux \
--enable-pic \
--enable-static \
--disable-cliPlease advice.
Thanks in advance.