Recherche avancée

Médias (91)

Autres articles (44)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (3949)

  • Bambuser ffmpeg - "arm-linux-androideabi-gcc is unable to create an executable file."

    14 avril 2014, par Chaitanya Chandurkar

    I know this may be possible duplicate of some questions. but answers for those threads are not helping me.

    I am trying to compile ffmpeg library for android using Bambuser's ffmpeg.
    I downloaded Archive for client versions 1.3.7 to 1.6.0. from bambuser.

    I followed instruction given in REAME.
    While running ./build.sh i came across following error

    arm-linux-androideabi-gcc is unable to create an executable file.
    C compiler test failed.

    If you think configure made a mistake, make sure you are using the latest
    version from SVN.  If the latest version fails, report the problem to the
    ffmpeg-user@mplayerhq.hu 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.

    Here are last few lines of config.log of ffmpeg

    mktemp is /bin/mktemp
    check_ld
    check_cc
    BEGIN /tmp/ffconf.qflVj27Q.c
       1   int main(void){ return 0; }
    END /tmp/ffconf.qflVj27Q.c
    arm-linux-androideabi-gcc --sysroot=/home/chaitanya/android/android-ndk-r5b/platforms/android-8/arch-arm -c -o /tmp/ffconf.gc6um0Ki.o /tmp/ffconf.qflVj27Q.c
    arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
    C compiler test failed.

    in tmp i do not find any relative folder or file as per config.log says "ffconf.qflVj27Q.c".

    I am doing this on
    1. Ubuntu 11.10
    2. OpenJDK 6
    3. android-ndk-r5b

    NOte :
    I only have API-10 Installed in eclipse. (if it matters :D)

    What could be the solution for this ?

  • Echoprint-codegen perpetual "error" :"could not decode" from shell_exec

    16 janvier 2016, par sid405

    I am trying to run codegen from popen (shell_exec creates the same scenario) in php in my Mac lion MAMP box as follows :

    $handle = popen('echoprint-codegen "/Applications/MAMP/htdocs/projectx/codegen/2.mp3" 10 30', 'r')

    echo "'$handle'; " . gettype($handle) . "\n";
    $read = fread($handle, 2096);
    echo $read;
    pclose($handle);

    But i am perpetually met with

    "error":"could not decode", "tag":0, "metadata":{"filename":"/Applications/MAMP/htdocs/projectx/codegen/2.mp3"}}

    No matter how i format the cmd inside the handle, with various variations of single and dbl quotes i still get the same thing.

    codegen is in the path and so is ffmpeg.

    Here’s the kicker. Codegen works fine from command line and so does the php script with the popen() or the shell_exec().

    From browser it won’t work.

    Any ideas ?

    Thank you in advance

  • Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623

    12 février 2013, par paulcichonski

    m jquery.validate.js m test/index.html m test/test.js Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623