
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
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)
-
android ffmpeg : file protocol not found
18 octobre 2012, par Abdul MateenI am trying to run ffmpeg commands through android programmatically and have build ffmpeg for android. Some commands working properly, but the commands having file path like "/mnt/sdcard/video.mp4" is giving error(Exception) that : file protocol not found.
How to run such commands ?
Thanking you !
-
Can't load libavcodec.so in android
5 juillet 2021, par Tracy WangI can't load libavcodec.so in the android project, the log says dlopen failed : cannot locate symbol "ff_vp9_copy32_aarch64" referenced by "/data/app/com..-1/lib/arm64/libavcodec.so"..., the ffmpeg version is 4.2.4.


-
Not getting 0 while running int exitVal = process.waitFor() ; in FfmpegController in android
25 juillet 2014, par user2384410I am working on video compression using FFMPEG. I have implemented the GuardianProject(https://github.com/guardianproject/android-ffmpeg-java/tree/master/srclibrary)in my Android project as library project.Everything is working fine but when the line of code inside method execProcess(List cmds, ShellCallback sc, File fileExec) executes it always returns a non zero value (ex.1). It’s been almost a day I am struggling with this problem,Please can somebody help me to get out of this.