Recherche avancée

Médias (91)

Autres articles (98)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (6172)

  • Error : libfdk_aac must be installed

    31 janvier 2020, par xirukitepe

    Hi I am trying to compile ffmpeg but this error shows :

    ☁  ffmpeg [master] ./configure --enable-gpl --enable-version3 --enable-nonfree \
    --enable-postproc --enable-libass \
    --enable-libfaac --enable-nonfree --enable-libfdk-aac --enable-libfreetype \
    --enable-libmp3lame --enable-libopencore-amrnb \
    --enable-libopencore-amrwb --enable-libopenjpeg \
    --enable-openssl --enable-libschroedinger --enable-libtheora \
    --enable-libvo-aacenc --enable-libvorbis --enable-libvpx \
    --enable-libx264 --enable-libxvid --prefix=/usr
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    ERROR: libfdk_aac must be installed and version must be >= 3.4.12.

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.

    I am simply following this compilation guide : https://trac.ffmpeg.org/wiki/MacOSXCompilationGuide

  • Error : libfdk_aac must be installed

    25 mai 2014, par xirukitepe

    Hi I am trying to compile ffmpeg but this error shows :

    ☁  ffmpeg [master] ./configure --enable-gpl --enable-version3 --enable-nonfree \
    --enable-postproc --enable-libass \
    --enable-libfaac --enable-nonfree --enable-libfdk-aac --enable-libfreetype \
    --enable-libmp3lame --enable-libopencore-amrnb \
    --enable-libopencore-amrwb --enable-libopenjpeg \
    --enable-openssl --enable-libschroedinger --enable-libtheora \
    --enable-libvo-aacenc --enable-libvorbis --enable-libvpx \
    --enable-libx264 --enable-libxvid --prefix=/usr
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    ERROR: libfdk_aac must be installed and version must be >= 3.4.12.

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.

    I am simply following this compilation guide : https://trac.ffmpeg.org/wiki/MacOSXCompilationGuide

  • Files conflict(lib/arm64-v8a/libc++_shared.so) with Jitsi and FFmpegKit

    15 mai 2022, par Riccoh

    I have a persistent problem that I can't seem to solve, I am using Android SDK 32 and have installed 2 Libraries(com.arthenica:ffmpeg-kit-full and org.jitsi.react:jitsi-meet-sdk) which are in conflict with one another.

    


    When I add these 2 libraries and tried to run it on my device I get the following error message "2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs...".

    


    To solve this problem I applied the following solution : https://github.com/tanersener/ffmpeg-kit/wiki/Tips#2-depending-another-android-library-containing-libc_sharedso.

    


    This seems to work as my project runs succesfully on my device.
But when I am trying to call a ffmpeg command :

    


    FFmpegKit.execute("-y -i ${audioFile?.absoluteFile.toString()} -af asetrate=54100*1/2,atempo=2/1 ${audioVoice?.absoluteFile.toString()}")


    


    I get the following error..

    


    java.lang.Error: FFmpegKit failed to start on brand: google, model: Pixel 3, device: blueline, api level: 32, abis: arm64-v8a armeabi-v7a armeabi, 32bit abis: armeabi-v7a armeabi, 64bit abis: arm64-v8a.


    


    I searched further but couldn't find a solution to my problem.

    


    Is it possible to get both libraries working without issues ?