Recherche avancée

Médias (91)

Autres articles (51)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8726)

  • 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