
Recherche avancée
Autres articles (111)
-
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 -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (11405)
-
FFMpeg for android [on hold]
2 mai 2016, par Mike AlbrenAndroid media player only supports video playback from file or RTSP , but I need to stream RTP video the comes from UDP network socket so I am thinking to use FFMpeg, but I do not have have any knowledge how to use FFMpeg API,and I do not know if it is an easy task or not , I know FFMpeg is written in c and I know how to compile it and how to use NDK , but I need more information how to use FFMpeg to stream from socket, any one knows good tutorial,example code or open source project do the same job , how should I start ? or if there is another easy way to do the same task on android ?
-
Android - Add text or image while recording video ?
1er mars 2017, par LuongTruongI am struggling with recording and editing videos. For editing, I found a useful library in Android named ffmpeg4Android. However, I am still get stuck in recording video. Here is what I want :
1/ Add text or images in video while recording
2/ Add filter while recording videoI found there is a library GPUImage for Android but it has only some examples related to taking a photo, not to recording video)
Please let me know if you have any ways or any suggested libraries which can do it.
Thank you in advance !
Links which I read when researching :
Add overlay while record video on Android
How to Record video with GPUImage ?
FFMpeg add text to actual video file after recording in Android -
Android NDK Cross Compile FFmpeg, dlopen failed : cannot locate symbol
23 août 2019, par binglingziyuAndroid NDK-r20 cross compile FFmpeg4.2 success, but my app crash with
UnsatisfiedLinkError : dlopen failed : cannot locate symbol
__aeabi_idivThis is the ffmpeg4.2 source code with my "build_android.sh"
config the NDK r20 root path in "build_android.sh"
$ cd ffmpeg-android-build
$ ./build_android.sh
$ make -j 4
$ make installThis is my android project to test the ffmpeg
Seemed the solution,don’t know how to do in my situation
Excepted
- NDK-r20 and FFmpeg-4.2 is needed (cant change the version)
- My android test project run