Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (111)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (10089)

  • Android NDK Cross Compile FFmpeg, dlopen failed : cannot locate symbol

    23 août 2019, par binglingziyu

    Android NDK-r20 cross compile FFmpeg4.2 success, but my app crash with

    UnsatisfiedLinkError : dlopen failed : cannot locate symbol
    __aeabi_idiv

    This is the ffmpeg4.2 source code with my "build_android.sh"

    ffmpeg-android-build

    config the NDK r20 root path in "build_android.sh"
    $ cd ffmpeg-android-build
    $ ./build_android.sh
    $ make -j 4
    $ make install

    This is my android project to test the ffmpeg

    ffmpeg-android-test

    Seemed the solution,don’t know how to do in my situation

    #cannot-locate-symbols

    Excepted

    1. NDK-r20 and FFmpeg-4.2 is needed (cant change the version)
    2. My android test project run
  • Android - Add text or image while recording video ?

    1er mars 2017, par LuongTruong

    I am struggling with recording and editing videos. For editing, I found a useful library in Android named ffmpeg4Android. However, I am still get stuck in recording video. Here is what I want :

    1/ Add text or images in video while recording
    2/ Add filter while recording video

    I found there is a library GPUImage for Android but it has only some examples related to taking a photo, not to recording video)

    Please let me know if you have any ways or any suggested libraries which can do it.

    Thank you in advance !

    Links which I read when researching :
    Add overlay while record video on Android
    How to Record video with GPUImage ?
    FFMpeg add text to actual video file after recording in Android

  • FFMpeg for android [on hold]

    2 mai 2016, par Mike Albren

    Android media player only supports video playback from file or RTSP , but I need to stream RTP video the comes from UDP network socket so I am thinking to use FFMpeg, but I do not have have any knowledge how to use FFMpeg API,and I do not know if it is an easy task or not , I know FFMpeg is written in c and I know how to compile it and how to use NDK , but I need more information how to use FFMpeg to stream from socket, any one knows good tutorial,example code or open source project do the same job , how should I start ? or if there is another easy way to do the same task on android ?