
Recherche avancée
Autres articles (41)
-
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 -
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 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (6354)
-
how to build AAR for Android with .SO included in it
23 août 2017, par 1234567how to build AAR for Android with .SO included in it
I am looking to use FFMpeg in my project from writingminds at github
the problem is there is an error in the code according to this
https://github.com/WritingMinds/ffmpeg-android-java/issues/107
and
https://github.com/WritingMinds/ffmpeg-android-java/issues/79
they have suggested to buid and AAR to use in the project how can we do that and include all the .So that are required in it.
-
Is it possible to run ffmpeg command in android for streaming ?
21 juillet 2016, par Arun RajiahI am trying to stream android screen through ffmpeg. Is there anyway to run the ffmpeg command directly in the android phone for streaming through udp ?
-
javaCV ffmpeg Android N Linker error
8 février 2017, par B. NobleI’m hoping I can get some help on an issue I cannot seem to solve. I am trying to use javaCV FFmpegFrameGrabber to capture an RTSP stream. I have followed the instructions on configuring javaCV manually. I have ffmpeg.jar, javacv.jar, and javacpp.jar in the libs folder and the .so files in jniLibs/armeabi-v7a. I am using javaCV version 1.3.1.
When I Run the application on a device running Android 5.0.1, it runs fine, but I’ve tried it on several devices running Android 7+ and I consistently get the error :
E/linker : library "/system/lib/libdl.so" ("/system/lib/libdl.so")
needed or dlopened by "/system/lib/libnativeloader.so" is not
accessible for the namespace :Any suggestions on how to get this working on Android 7+ ?