Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (7528)

  • call ffmepg from apache php without full path

    14 février 2015, par ffmpeg fan

    I need a apache /php to recognize ffmpeg command without specifing the full bath of /usr/local/bin/ffmpeg

    calling ffmpeg from command line executes the program
    calling ffmpeg from php via web does not execute the program
    calling /usr/local/bin/ffmpeg from php via web does execute the program

    why :
    a php script calls youtube-dl (a compiled program) and executes ffmpeg internally

    thank you in advance -
    tried ffmpeg path :
    which ffmpeg
    /usr/local/bin/ffmpeg

    echo $PATH
    /usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin


    #php code for testing:
    $output = shell_exec('/usr/local/bin/ffmpeg 2>&1');
    echo "shell exec /usr/local/bin/ffmpeg <pre>$output</pre>";
    #Response:
    ffmpeg version 2.5.3 Copyright #(good)

    #Second php code for testing:
    $output = shell_exec('ffmpeg 2>&amp;1');
    echo "shell exec <pre>$output</pre>";
    #Response:
    sh: ffmpeg: command not found #(bad)
  • Anomalie #3381 (Nouveau) : Fatal error : Call to undefined function test_enfants_rubrique()

    3 février 2015, par - Equipement

    Bonjour,

    Sous SPIP 3.0.17 (mais pas sous SPIP 3.1alpha), dans le formulaire de modification d’un document, lorsqu’on utilise le sélecteur d’articles pour attacher le document à un autre article, quand on clique sur la flèche à droite de la première rubrique, on obtient le message d’erreur suivant :
    Fatal error : Call to undefined function test_enfants_rubrique()

    Ceci ne se produit pas sous SPIP 3.1 alpha.

    Remarques :
    - Dans SPIP 3.1 alpha, la fonction test_enfants_rubrique figure dans inc/filtres_selecteur_generique qui est inclus dans dans inc/filtres.php.
    - Dans SPIP 3.0.17, la fonction test_enfants_rubrique figure dans prive/formulaires/selecteur/generique_fonctions.php.

    Cordialement
    Equipement

  • appx cannot call exe file

    22 avril 2022, par MrL

    enter image description here

    &#xA;

    I have developed an application with electron and intend to upload it to the windows app store. This software needs ffmpeg Exe, which can be used normally during the test, but I can't call ffmpeg after I package it into appx and install it Exe, I guess Microsoft may not allow developers to call exe files, but I'm not particularly sure. Is there any other way to call ffmpeg ?

    &#xA;