Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

Sur d’autres sites (8267)

  • vf_mp : fix name of the remove-logo filter referenced in filters.texi

    25 mai 2011, par Stefano Sabatini

    vf_mp : fix name of the remove-logo filter referenced in filters.texi

  • ffmpeg MAMP "dyld : Library not loaded" error

    9 octobre 2013, par benedict_w

    I am using ffmpeg on Mac OSX 10.7.3 in MAMP through PHP's exec() command, I have an absolute path set to call ffmpeg, e.g.

    /opt/local/bin/ffmpeg -i "/sample.avi"

    But I receive the following error -

    dyld: Library not loaded: /opt/local/lib/libjpeg.8.dylib  Referenced from: /opt/local/lib/libopenjpeg.1.dylib  Reason: Incompatible library version: libopenjpeg.1.dylib requires version 13.0.0 or later, but libJPEG.dylib provides version 12.0.0

    N.B. ffmpeg was installed through Macports.

    It works from the command line.

    What to do ?

    EDIT

    I've reopened this - originally thought shell_exec() solved the issue, but infact it should be called differently - and I didn't realise until investigating further today. Here is my code using shell_exec and still giving the error above :

    $cmd = '/opt/local/bin/ffmpeg -h';
    $cmd = escapeshellcmd($cmd) . ' 2>&1';
    $output = shell_exec($cmd);
    var_dump($output);
  • Anomalie #2128 (Fermé) : Logo automatique d’un site

    18 juin 2011, par Johan Pustoch

    Dans ma conf, les documents joints sont autorisés pour les sites référencés. sur ecrire/ ?exec=site_edit&id_rubrique=N Référencement automatisé d’un site qui détecte un logo. Le logo s’affiche sur le formulaire d’ajout de document. Une fois enregistré, plus de soucis. SPIP 3.0.0-dev (...)