
Recherche avancée
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
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
Sur d’autres sites (10898)
-
FFMPEG issues for android lollipop. error : only position independent executables (PIE) are supported
18 mars 2015, par Arslan AhmadI was using the FFmpeg library in my application from the last 2 years and it still working fine on old version. It wont even work on android lollipop.
I was using these library before.
String[] libraryAssets = { "ffmpeg", "libavcodec-55.so", "libavcodec.so",
"libavfilter-4.so", "libavfilter.so", "libavformat-55.so",
"libavformat.so", "libavutil-52.so", "libavutil.so",
"libswresample-0.so", "libswresample.so", "libswscale-2.so",
"libswscale.so"
};And I have got the answer from other link that if we use these 3 libraries it will work on lollipop aswell
"liblicense-jni.so,","libloader-jni.so","libvideokit.so"
But still It didnot resolve yet.
Please check this log.***Starting FFMPEG***
***error: only position independent executables (PIE) are supported.***
***Ending FFMPEG***Any help or any update in library ??
-
How can we add Animation on touch position overlay on video in android
11 août 2017, par Vinesh ChauhanI am looking for any command of
ffmpeg
or any other library by using it I can archive an application that can able to do animation on capture video from the android device.I have already gone through some tutorials about this topic but I didn’t find any help related to this.
please help !. TIA.
-
avio : Do not consider the end-of-buffer position valid
24 janvier 2015, par Luca Barbatoavio : Do not consider the end-of-buffer position valid
Trigger a refill if the seek action moves the pointer
at the end of the buffer.Before this patch the read action following the seek would trigger
the refill, while write action would write outside the buffer.In the Libav codebase few muxers seek forward outside of what
already has been written so it is quite unlikely to experience
the problem with the default buffer size.CC : libav-stable@libav.org