
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (95)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6719)
-
How to use latest FFMPEG in Android Studio project ?
1er avril 2020, par arslan hakticI have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutorials for FFMPEG, there are few but outdated and most of them are not working. 
As I have compiled FFMPEG for Android using NDK android-ndk-r10e and ffmpeg-2.8.6 on my MAC with Android Studio following the tutorial http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ 
It makes the .so files as 




Now I can't understand what should I do to integrate this in my Android project, I have also checked,



How to use Ffmpeg in android studio ?



how to use ffmpeg in android ?






and mainly this,



http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/



https://github.com/roman10/android-ffmpeg-tutorial



But its not working and having errors with no way to resolve this. Can anyone please mention some steps that should be followed to use FFMPEG .so files as in image attached.


-
Receiving video stream from an IP camera on android
29 juillet 2016, par Bhanu ChallaI have an IP camera which is streaming video in MJPEG format. Now my aim is to receive it and display it in my own custom android app. For this I have three programming alternatives on android platform :
- Using inbuilt Anrdroid MediaPlayer class
- Using FFMPEG library in native C and accessing it through JNI
- Using GStreamer port on android to receive the stream
So please suggest a better solution ?
I have no experience with FFMPEG or GStreamer. So what is the feasibility of doing this ?
-
Revision 7d54e0f093 : Android NDK support for x86 and mips This does not do the full toolchain setup
2 mai 2014, par JohannChanged Paths :
Modify /build/make/Android.mk
Modify /test/android/README
Android NDK support for x86 and mipsThis does not do the full toolchain setup like the arm builds. It only
allows for ndk-builds. See the instructions in tests/android/README or
the webm jnin bindings project :
https://chromium.googlesource.com/webm/bindings/+/master/JNI/README.AndroidBecause this support is not quite polished, the build targets must be
forced. Please use
— force-target=x86-android-gcc —disable-ssse3 —disable-sse4_1 —disable-avx2
— force-target-mips-android-gccChange-Id : Ie2b6623f71ac816e3965c39bf97097e9d30b6e94