
Recherche avancée
Autres articles (83)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (12041)
-
how to use ffmpeg buld libraries in android studio ?
16 octobre 2018, par Dilchun DevI have build ffmpeg libs for android using tutorial provided by
https://medium.com/@karthikcodes1999/cross-compiling-ffmpeg-4-0-for-android-b988326f16f2but I don’t know how to use the libraries in my android project.
please help me
-
Android + Ffmpeg + x264 + MacOS (ElCaptain) compilation
30 décembre 2015, par martyn mlostekkI am trying to compile ffmpeg executable binary with x264 for Android under ElCaptain. I have tried nearly all forks of this repos/guides
- https://github.com/halfninja/android-ffmpeg-x264
- http://www.roman10.net/how-to-build-ffmpeg-for-android/
- and nearly all results of google search "ffmpeg android cross compile x264" of the first 2 pages
none of them is working for me on mac os.
Did anybody compile ffmpeg (ideally with x264) for Android on MacOS within the last 12 months and are having some resources that ’work’ ?
-
Playing m3u8 on Android Froyo using FFmpeg
8 février 2012, par user1184526I need to create an http live streaming client in Android froyo without being dependent on 3rd party applications (e.g Vitamio). I am able to configure and build Bambuser's release of FFmpeg using Android ndk r7. My problem is I don't know how to use it.
I found sample codes here in stackoverflow and other forums where people are able to play .avi/.mp3 files from a url using av_open_input_file(). My question is, is it the same for m3u8 files ? Or, do i need to use other functions to be able to work around them ? I don't know how to begin.
Note : I am an android developer. My C programming is a little bit weak.