
Recherche avancée
Autres articles (72)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (7480)
-
How can i build x264 and fdk-aac for android with ndk ?
4 avril 2020, par Pradeep SimbaHow can i build x264 and fdk-aac for android with ndk ?



I build x264 and fdk-aac with ndk. But, it not done.



I modified this build file and I build x264 and fdk-aac.But,it not done.



How can I solve this ?


-
How can i build x264 and fdk-aac for android with ndk ?
4 avril 2020, par Pradeep SimbaHow can i build x264 and fdk-aac for android with ndk ?



I build x264 and fdk-aac with ndk. But, it not done.



I modified this build file and I build x264 and fdk-aac.But,it not done.



How can I solve this ?


-
Android ffmpeg : Path with spaces
13 avril 2015, par Javier ManzanoI have almost the same problem that this question : Android : ffmpeg with filenames containing spaces
The problem is I’m using this library : https://github.com/hiteshsondhi88/ffmpeg-android-java
In the stack overflow question that I’ve post the only way to achieve is passing the cmd command as String[] (which cannot be done with this library)