
Recherche avancée
Autres articles (61)
-
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 -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (11514)
-
ranlib error while cross-compiling ffmpeg x264 for android on osx 10.8
7 juin 2013, par indaleI wanted to compile a ffmpg x264 lib for android https://github.com/edisonw/android-ffmpeg-x264. I am using Mountain Lion (Mac OSX 10.8.4). I already installed libtool and yasm via brew but still get the following error :
ffmpeg/libavdevice/libavdevice.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: ld returned 1 exit status
make: *** [/Users/Test/github/android-ffmpeg-x264/Project/obj/local/armeabi/libencoding.so] Error 1After that it stuck and I have no Idea why, according to the owner it was possible to build on a Lion (Mac OSX 10.7.x).
Thank you for any help !
-
Live feed from drone to smartphone in Android Visual Studio
13 mai 2016, par Sam van DijkI am working with Android(monodroid) in Visual Studio with Xamarin for a project to fly a drone with a virtual reality goggle. I am trying to make a live feed from my AR Drone 2.0 to my Android smartphone. I have the code to make it work, but I can’t use the FFmpeg libraries I have for Android. I have no idea why I can’t use these libraries.
I have searched on the internet for a solution, but nothing is working. I’ve searched for builds to build my own libraries and searched for already builded libraries.
Is there a simple way to get FFmpeg Android libraries to use for my project ?
-
Turn X images into a video with FFMPEG on Android
27 mars 2014, par AlexI have built my ffmpeg libs. I have my jni folder, my Android.mk, and my C file.
My C file is actually empty... All I want is having the possibility from my Android Activity to build a video out of several Bitmap objects I have. Someone told me to go through FFMPEG. I have built the libs but I have no idea what to write in my C file to get this job done.
Can someone help me with that ?
Thanks a lot.