
Recherche avancée
Autres articles (33)
-
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (5900)
-
Revision 73753 : Utiliser $GLOBALS[’mutualisation_dir’] et non sites/ en dur pour les ...
20 juin 2013, par kent1@… — LogUtiliser $GLOBALSmutualisation_dir ? et non sites/ en dur pour les calculs js de taille
-
Files conflict(lib/arm64-v8a/libc++_shared.so) with Jitsi and FFmpegKit
15 mai 2022, par RiccohI have a persistent problem that I can't seem to solve, I am using Android SDK 32 and have installed 2 Libraries(
com.arthenica:ffmpeg-kit-full
andorg.jitsi.react:jitsi-meet-sdk
) which are in conflict with one another.

When I add these 2 libraries and tried to run it on my device I get the following error message "
2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs...
".

To solve this problem I applied the following solution : https://github.com/tanersener/ffmpeg-kit/wiki/Tips#2-depending-another-android-library-containing-libc_sharedso.


This seems to work as my project runs succesfully on my device.
But when I am trying to call a ffmpeg command :


FFmpegKit.execute("-y -i ${audioFile?.absoluteFile.toString()} -af asetrate=54100*1/2,atempo=2/1 ${audioVoice?.absoluteFile.toString()}")



I get the following error..


java.lang.Error: FFmpegKit failed to start on brand: google, model: Pixel 3, device: blueline, api level: 32, abis: arm64-v8a armeabi-v7a armeabi, 32bit abis: armeabi-v7a armeabi, 64bit abis: arm64-v8a.



I searched further but couldn't find a solution to my problem.


Is it possible to get both libraries working without issues ?


-
Error : libfdk_aac must be installed
25 mai 2014, par xirukitepeHi I am trying to compile ffmpeg but this error shows :
☁ ffmpeg [master] ./configure --enable-gpl --enable-version3 --enable-nonfree \
--enable-postproc --enable-libass \
--enable-libfaac --enable-nonfree --enable-libfdk-aac --enable-libfreetype \
--enable-libmp3lame --enable-libopencore-amrnb \
--enable-libopencore-amrwb --enable-libopenjpeg \
--enable-openssl --enable-libschroedinger --enable-libtheora \
--enable-libvo-aacenc --enable-libvorbis --enable-libvpx \
--enable-libx264 --enable-libxvid --prefix=/usr
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
ERROR: libfdk_aac must be installed and version must be >= 3.4.12.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.I am simply following this compilation guide : https://trac.ffmpeg.org/wiki/MacOSXCompilationGuide