Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (101)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (11195)

  • How to deploy external library along with function source code to firebase ?

    2 octobre 2017, par Yizhou Yan

    I am new to the firebase. I am doing a project which requires using ffmpeg to process video.

    What I know about ffmpeg is that it runs on cmd. If I want to use ffmpeg to process video on my local computer in node.js, I need to install two things :

    I first need to download the ffmpeg source code from its website, and set the system path variable so that I can run ffmpeg cmd in any directory. By doing this, I am now able to run ffmpeg in cmd to process video.

    Second, install the ffmpeg module via npm. By doing this, I am now able to write code in node.js(or javascript ?) and uses functions that ffmpeg module provided to process video.

    Now I want to do it with firebase. what I know about the firebase is that I am only allowed to write functions in node.js(or javascript ?) and deploy the functions to firebase server which could be trigger by events.

    I also know that if I run npm install --save ffmpeg. in the function folder, it installs the module and --save builds the dependency for me. Here the question comes. Where should I put the ffmpeg source code file and deploy it along with the ffmpeg module and my js function source code to the firebase ? and do I need to configure the ffmpeg source file(like setting the system path variable) ? Thank you in advanced !

  • Troubles setting up FFMPEG with Code::Blocks

    14 juillet 2014, par David Norgren

    I’m trying to compile this in Code::Blocks with MinGW :

    extern "C" { // also tried without this
       #include <libavcodec></libavcodec>avcodec.h>
    }

    int main()
    {
       AVCodec* codec;
       avcodec_register_all();
       return 0;
    }

    The header file contains the AvCodec struct and void avcodec_register_all(void) ; but I still get undefined reference to `avcodec_register_all’. It doesn’t complain about the AvCodec pointer.

    My project build options :

    • Linker Settings->Link Libraries : C :\Libs\ffmpeg\lib\avcodec.lib
    • Search Directories->Compiler : C :\Libs\ffmpeg\include
    • Search Directories->Linker : C :\Libs\ffmpeg\lib

    Any ideas why I get this error ?

  • Evolution #4060 (Nouveau) : Nettoyage du code PHP 5.4

    11 décembre 2017

    Quelques tests sont présents dans le code pour tester des vieilles versions de SPIP.
    => Les trouver, et les enlever.