
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (68)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (7028)
-
FFmpeg java.lang.UnsatisfiedLinkError dlopen failed : library "libavutil.so" not found in Vivo model device
9 février 2024, par sejnFacing a lot of crashes in the Android Vivo devices with the above error. Can I restrict this to the Vivo models in Android.


I'm using the implementation 'com.arthenica:mobile-ffmpeg-full:4.4'


Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: library "libavutil.so" not found

init {
 try{
 System.loadLibrary("avutil")
 System.loadLibrary("avcodec")
 System.loadLibrary("avformat")
 System.loadLibrary("swscale")
 System.loadLibrary("avfilter")
 }
 catch (e:Exception){
 Log.i("error","${e.message}")
 }
}



In app/build.gradle




ndk 
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'




Note : If I migrate to the latest version ffmpeg-kit-full:6.0-2


Clarifications :


- 

- Shall I need to add this below in the code as well if I use the FFmpeg-kit
- If I did not need to use means, does it make any issues in the app ?.(i.e) if I removed
- Shall I need to add any additional loadlibrary in the init ?
- Is there any simple fix for the above error for Oppo alone without migrating ?
- Shall I need to add these architectures in ndk of my app ?














arm-v7a, arm-v7a-neon, arm64-v8a, x86 and x86_64 architectures




init {
 try{
 System.loadLibrary("avutil")
 System.loadLibrary("avcodec")
 System.loadLibrary("avformat")
 System.loadLibrary("swscale")
 System.loadLibrary("avfilter")
 }
 catch (e:Exception){
 Log.i("error","${e.message}")
 }
 }



-
Point to the tagged versions for downloads.
12 juin 2013, par blueimpPoint to the tagged versions for downloads.
-
Generic mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on
2 septembre 2014, par scottschillerGeneric mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on