
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (63)
-
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 (...) -
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (7049)
-
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