
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (96)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (14385)
-
build : remove hardcoded name of version header
12 septembre 2016, par Janne Grunau -
ffmpeg on xampp with php version 5.4++
19 septembre 2016, par basagabiI am trying to install ffmpeg windows using xammp. I followed the steps stated on this website but it seems that it is not working. No errors being logged when I start apache and ffmpeg not showing on the
phpinfo()
.I am not sure if this has to do with the PHP version that I have (5.5.24) since I read on a forum that ffmpeg is compatible with PHP version <= 5.3.
I am hoping to run this with PHP version >= 5.4,
-
FFMPEG version updating issue
30 septembre 2017, par Sumit MarwhaI am using ffmpeg library in one of my android project. I am using this library.
https://github.com/WritingMinds/ffmpeg-android-java
But it is using very old ffmpeg version. So I want to update ffmpeg version. I have used this library to compile ffmpeg version 3.3.3
https://github.com/WritingMinds/ffmpeg-android
now if i am running this command in terminal ffmpeg -version. I am getting the correct output as
ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developersNow i want to update ffmpeg version in
https://github.com/WritingMinds/ffmpeg-android-java
this library so i changed assets file to my compile ffmpeg file. But if i run the app and check version i am getting this output
ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developersbuilt with gcc 4.9.xI dont know why ffmpeg version is not changing. I have run command ndk-build as well after entering in jni folder but still ffmpeg version is not changing.
Please suggest me any solution. Thanks in advance