Recherche avancée

Médias (91)

Autres articles (29)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (4594)

  • How to use ffmpeg without root access

    6 octobre 2016, par Charlie227

    I’ve successfully installed ffmpeg using ssh, as root, on my dedicated server (CentOS 7).
    ffmpeg works fine - but now I need to use it without root access.

    When i try to use ffmpeg without root access, I get the following error :

    ffmpeg: error while loading shared libraries: libx264.so.148:
           cannot open shared object file: No such file or directory

    The final goal is to be able to use ffmpeg inside my PHP scripts which do not root access.

    Any help is appreciated.

  • How to play audio file from URI using ffmpeg files in android

    3 janvier 2012, par Praveenb

    HI all,

    I am working on playing audio from URI using ffmpeg shared library in android.

    I configured android-ndk and added ffmpeg shared library to project and able to compile the project using cygwin.

    In ffmpeg library i see ffmpeg.c file, i donot know how i can use this file to implement audio player in my activity.

    Please help me on this issue.

    Thank you in advance

  • FFMPEG cant convert MP4 to MP3 | No MP3 Encoder | Debian [on hold]

    27 septembre 2017, par lukay97

    I’m facing the problem that I cant convert MP4 Videos to MP3 with FFMPEG.
    Every time I try it, I get this error :

    Unknown encoder 'libmp3lame'

    But I installed FFMPEG and LAME with the flags : —enable-libmp3lame

    So when I’m running : ffmpeg -codecs help | grep ’mp3’ in the console I see that the Flags are set but in the list there is still no libmp3lame like it should be :

     libavutil      55. 58.100 / 55. 58.100
     libavcodec     57. 89.100 / 57. 89.100
     libavformat    57. 71.100 / 57. 71.100
     libavdevice    57.  6.100 / 57.  6.100
     libavfilter     6. 82.100 /  6. 82.100
     libswscale      4.  6.100 /  4.  6.100
     libswresample   2.  7.100 /  2.  7.100
    //HERE SHOULD BE LIBMP3LAME
    D.A.L. mp3                  MP3 (MPEG audio layer 3) (decoders: mp3 mp3float )
    D.A.L. mp3adu               ADU (Application Data Unit) MP3 (MPEG audio layer 3) (decoders: mp3adu mp3adufloat )
    D.A.L. mp3on4

    As someone metioned in this Ubuntu Thread

    lame packages won’t add mp3 encoding to FFmpeg

    So how can I install libmp3lame on Debian so FFMPEG can use it ?

    Also I already tried to install libmp3lame0 from Debian Packages but that also didnt change anything.

    EDIT :

    Here some ffmpeg info :

     ffmpeg --help
     ffmpeg version 3.3.4 Copyright (c) 2000-2017 the FFmpeg developers
     built with gcc 4.9.2 (Debian 4.9.2-10)
     configuration: --enable-libmp3lame --extra-ldflags=-L/var/www/html/Plugins/apps/lib/ --extra-cflags=-I/var/www/html/Plugins/apps/include/
     WARNING: library configuration mismatch
     avutil      configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     avcodec     configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     avformat    configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     avdevice    configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     avfilter    configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     swscale     configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     swresample  configuration: --prefix=/var/www/html/Plugins/apps/ --enable-shared
     libavutil      55. 58.100 / 55. 58.100
     libavcodec     57. 89.100 / 57. 89.100
     libavformat    57. 71.100 / 57. 71.100
     libavdevice    57.  6.100 / 57.  6.100
     libavfilter     6. 82.100 /  6. 82.100
     libswscale      4.  6.100 /  4.  6.100
     libswresample   2.  7.100 /  2.  7.100