Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (84)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7679)

  • FFmpeg java.lang.UnsatisfiedLinkError dlopen failed : library "libavutil.so" not found in Vivo model device

    9 février 2024, par sejn

    Facing 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 :

    


      

    1. Shall I need to add this below in the code as well if I use the FFmpeg-kit
    2. 


    3. If I did not need to use means, does it make any issues in the app ?.(i.e) if I removed
    4. 


    5. Shall I need to add any additional loadlibrary in the init ?
    6. 


    7. Is there any simple fix for the above error for Oppo alone without migrating ?
    8. 


    9. Shall I need to add these architectures in ndk of my app ?
    10. 


    


    


    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 blueimp
    Point to the tagged versions for downloads.
  • avfilter/vidstabtransform : use AV_OPT_TYPE_BOOL for tripod and debug options

    9 septembre 2015, par Clément Bœsch
    avfilter/vidstabtransform : use AV_OPT_TYPE_BOOL for tripod and debug options
    
    • [DH] libavfilter/vf_vidstabtransform.c