Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (94)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9923)

  • configure : Simplify cygwin/mingw/msys code

    3 novembre 2015, par Henrik Gramner
    configure : Simplify cygwin/mingw/msys code
    

    Avoids some code duplication.

    Also drop the -mno-cygwin check since that option was removed back in 2008.

    • [DH] configure
  • Where to get an up to date php_ffmpeg.dll

    25 avril 2015, par Heidi

    I have Windows 2008 R2 64 bit.
    I have installed ResourceSpace 7.1.6513 which requires PHP & FFMPEG. This is not a ResourceSpace question.

    I have installed PHP 5.4.40 VC9 x86 non thread safe (as advised by ResourceSpace wiki & GG).
    I have installed FFMPEG version N-71664-gcd69c0e (64 bit static)

    Now it seems that FFMPEG and PHP need to have a php_ffmpeg.dll to work in Windows.
    Is that true ?

    If so, where do I get one that will work with my FFMPEG & PHP ? I have looked here and followed old threads, and have found random php_ffmpeg.dlls but I cannot confirm that they are compatible.
    The file taht I found, I have put it c :\php\ext and updated php.ini with extension=php_ffmpeg.dll

  • C++/CLI — 0xc000007b (INVALID_IMAGE_FORMAT) with /clr option on

    9 mars 2015, par OverMachoGrande

    I’m trying to build a C++/CLI executable to which I statically link ffmpeg (libavcodec, libavformat, libavutil & swscale). It works fine if I build it normally (without /clr, so no CLR support), it works. However, when I add CLR support, it won’t start up with a 0xc000007b. A "Hello World" C++/CLI app runs fine, though.

    Supposedly the same thing happens with Boost::Threads, but since ffmpeg is pure C, I doubt it’s using Boost.

    My config :

    • Visual Studio 2008 Professional SP1
    • Windows XP Pro SP3 (x86)
    • .NET Framework 3.5 SP1

    Thanks,
    Robert