Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (88)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (10109)

  • Import des scripts originaux

    2 mai 2013, par kent1D
    Import des scripts originaux
    

    Auteur de la version originale :
    Association INFINI - Eric Talarmain (http://www.infini.fr)

  • php-ffmpeg installation on apache2

    17 février 2020, par BN83

    Trying to run PHP-FFMPEG and after install via composer I’m currently getting this.

    PHP Fatal error : Uncaught
    Alchemy\BinaryDriver\Exception\ExecutableNotFoundException :
    Executable not found, proposed : avprobe, ffprobe in
    /var/www/html/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php:159\nStack
    trace :\n#0
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php(48) :
    Alchemy\BinaryDriver\AbstractBinary::load(Array, NULL,
    Object(Alchemy\BinaryDriver\Configuration))\n#1
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(226) :
    FFMpeg\Driver\FFProbeDriver::create(Object(Alchemy\BinaryDriver\Configuration),
    NULL)\n#2
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php(117) :
    FFMpeg\FFProbe::create(Array, NULL,
    Object(Doctrine\Common\Cache\ArrayCache))\n#3
    /var/www/html/starapp/test.php(4) : FFMpeg\FFMpeg::create()\n#4
    main\n\nNext FFMpeg\Exception\ExecutableNotFoundException : Unable
    to load FFProbe in
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:50\nStack
    trace :\n#0 /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMp in
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php
    on line 50

    Some people have suggested running the following :

    $ffmpeg = FFMpeg\FFMpeg::create([
       'ffmpeg.binaries' => 'usr/bin/ffmpeg',
       'ffprobe.binaries' => 'usr/bin/ffprobe',
       'timeout' => 3600, 'ffmpeg.threads' => 12
    ]);

    However I have no ffmpeg/ffprobe files in usr/bin and can’t seem to find them anywhere.

    EDIT :

    FFMpeg is installed. I rebooted the server and restarted apache2 and now the files are visible. Getting this now :

    PHP Fatal error : Uncaught
    Alchemy\BinaryDriver\Exception\ExecutableNotFoundException :
    Executable not found, proposed : usr/bin/ffprobe in
    /var/www/html/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php:159\nStack
    trace :\n#0
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php(48) :
    Alchemy\BinaryDriver\AbstractBinary::load(Array, NULL,
    Object(Alchemy\BinaryDriver\Configuration))\n#1
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(226) :
    FFMpeg\Driver\FFProbeDriver::create(Object(Alchemy\BinaryDriver\Configuration),
    NULL)\n#2
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php(117) :
    FFMpeg\FFProbe::create(Array, NULL,
    Object(Doctrine\Common\Cache\ArrayCache))\n#3
    /var/www/html/starapp/test.php(11) : FFMpeg\FFMpeg::create(Array,
    NULL)\n#4 main\n\nNext
    FFMpeg\Exception\ExecutableNotFoundException : Unable to load FFProbe
    in
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:50\nStack
    trace :\n#0 /var/www/html/vendor/php-ffmpeg/php-ffmp in
    /var/www/html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php
    on line 50

  • Anomalie #4177 (En cours) : Les traitements d’images de mauvaise extension créent des erreurs fatales

    8 octobre 2018, par b b

    Le lien vers la discussion sur spip-dev : https://www.mail-archive.com/spip-dev@rezo.net/msg66546.html

    Je passe le ticket en cours puisqu’il ne reste plus qu’à valider le patch avant intégration ;)