
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (62)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (6984)
-
Revision 58232 : On évite d’utiliser ffmpeg-php qui n’est plus maintenu au profit d’un ...
13 février 2012, par kent1@… — LogOn évite d’utiliser ffmpeg-php qui n’est plus maintenu au profit d’un script bash de génération de vignettes
On utilise uniquement MediaInfo ? pour la récupération des informations des documents
Moins de lots intempestifs
On incréments en 0.9.9 -
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 ?