
Recherche avancée
Autres articles (39)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (7581)
-
libFLAC/cpu.c : Assume Android has SSE
12 juillet 2015, par Erik de Castro LopolibFLAC/cpu.c : Assume Android has SSE
According to https://developer.android.com/ndk/guides/abis.html#x86
Android always support SSE, so there’s no need to test SSE OS support.Why both __ANDROID__ and ANDROID are tested :
http://stackoverflow.com/questions/15328751/android-macro-suddenly-not-defined
http://stackoverflow.com/questions/6374523/how-to-detect-compilation-by-android-ndk-in-a-c-c-file
https://groups.google.com/forum/#!topic/android-ndk/cf9_f1SLXlsPatch-from : lvqcl <lvqcl.mail@gmail.com>
-
Use FFMPEG on Android
20 septembre 2012, par huppyuyDoes somebody know how to use FFMPEG on Android to convert YUV420 frame to H.264 ?
I have ported FFMPEG work on Android with NDK, I just don't know how to use it. A source code is appreciated.
-
Appending audio files on android 4.0
21 mars 2012, par Ravinderi appended a audio file with another one (RAW_AMR output format), its working fine to Android 2.3.4 and below but it seems useless for Android 4.0. Any one have any idea how to do that.