Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (11405)

  • Unknown encoder 'libx264' in flutter android app

    17 juillet 2023, par ololo

    I am trying to use libx264 via ffmpeg_kit_flutter with full-gpl options in my Flutter app. However, when I start the app on Android, I keep getting the error :

    


    "Unknown encoder 'libx264'."

    


    Here is my current setup :

    


    In android/build.gradle file :

    


    buildscript {
    ext {
        ffmpegKitPackage = "full-gpl" // Notice I specified the option here
        kotlin_version = '1.8.0'
    }

    repositories {
        google()
        mavenCentral()
    }
    // .....
}


    


    In android/app/build.gradle file :

    


    android {
    compileSdkVersion 33

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

    packagingOptions { 
        // I specified the libx264 in this packageOptions block
        pickFirst 'lib/x86_64/libx264.so'
        pickFirst 'lib/arm64-v8a/libx264.so'
        pickFirst 'lib/armeabi-v7a/libx264.so'
        pickFirst 'lib/x86/libx264.so'
    }
}


    


    In pubspec.yaml file :

    


    dependencies:
  ffmpeg_kit_flutter: ^5.1.0


    


    What could be the issue causing the "Unknown encoder 'libx264'" error ? Any help would be appreciated. Thank you !

    


  • How to compile OpenCV 4.4 with FFmpeg for android ?

    28 octobre 2020, par Midhun

    I'm trying to compile OpenCV-4.4 for android with FFmpeg support. I tried following this link. But the problem here is that the CMake scripts are entirely different. I searched on google a lot but could not find any link that resolves my issue. The problem that I'm facing is that when I run CMake script it does not find the FFmpeg libs that I have compiled. I think it is not even checking if the libs are available or not. I tried to modify the CMakeLists.txt in OpenCV but it did not resolve the issue. Is there any way to fix this ?

    


  • Revision c9a9905764 : Add cpu detection for Android x86 Change-Id : I3fe24001cda08d7322b630f65c5e3fad8

    26 avril 2013, par changjun.yang

    Changed Paths :
     Modify /vpx_ports/x86.h



    Add cpu detection for Android x86

    Change-Id : I3fe24001cda08d7322b630f65c5e3fad881f8036