Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (39)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7093)

  • Creating an android ffmpeg executable

    2 décembre 2012, par brux

    How do I do this ? I dont want to use ffmpeg in an app programatically using the ndk / jni wrapper, I just want to compile a single binary/executable file that I can put in system/bin on the device and run from terminal.

    Hi have tried William Seemann suggestion but it will not build the executable, when i try the default configure_everything.sh as it says in the docs i get lots of "file to patch errors" console output http://pastebin.com/m0uz5fx2

    if i try the make_ffmpeg.sh script as william sggests then i get

    brx@router ~/Documents/android-ffmpeg-master $ NDK_BASE=/home/brx/Documents/android-ndk-r6b ./make_ffmpeg.sh
    ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
    ~/Documents/android-ffmpeg-master/ffmpeg ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target `install'. Stop.
    ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master
    ~/Documents/android-ffmpeg-master
  • Build ffmpeg on Android [on hold]

    17 juin 2014, par Vladimir Kulyk

    I want to generate .so lib of ffmpeg for Android.
    So I need working .sh to do this in console
    or Android.mk file to do this in Eclipse.
    I have already read and try a lot of guides, but most of them for old version ffmpeg.
    In general, I need this for my QT project on Android.

  • FFMPEG Commands is not working on Android 10

    9 juillet 2021, par Zain

    I am working on an android app applying video effects like slow and fast motions. My app is working fine below android 10, but not on android 10 and FFMPEG is not showing any error just blank error message on the onFailure callback method.

    



    I did some research and find out that android has introduced scoped permissions and you can temporarily bypass this by adding this line on manifest android:requestLegacyExternalStorage="true" and you get the storage permission.
After adding this line rest portation of app is just working fine fetching user videos and etc but FFMPEG is not working.

    



    If anyone has an idea or clue about this issue please help me out.