Recherche avancée

Médias (91)

Autres articles (76)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8011)

  • ffmpeg/ffprobe to produce a numeric array output

    29 décembre 2015, par edwardsmarkf

    i have been using this npm module : to create a waveform numeric output such as this below :

    [0,0.0062,0.0688,0.2524,0.2691,0.2645,0.1594,0.1397,0.1672

    however, this module may not be supported very well and has not been maintained for a couple of years now. the module describes itself as a "tiny wrapper around ffprobe".

    my question - what would the ffmpeg/ffprobe command line look like to produce a numeric array output ?

    thank you very much.

  • Can I use AForge in Unity3D ?

    19 décembre 2013, par user2967920

    I am Using Unity Pro,

    i want to Decode and play H264 Encoded Content in Unity3D. As unity dosn't have native support for the h264 codec so i got AForge.NET.

    In visual Studio 2010 i created an application which would do the decoding and give the output as a bitmap to a rectangle which was drwn using SDL, so i know the .net AFOrge works well.

    Now the Problem is when i import the AForge.dll, AForge.Video and the AForge.Video.FFMPEG in Unity i git this Error.

    "MissingMethodException : Method contains unsupported native code

    <module>.<crtimplementationdetails>.LanguageSupport._Initialize (<crtimplementationdetails>.LanguageSupport* )
       <module>.<crtimplementationdetails>.LanguageSupport.Initialize (<crtimplementationdetails>.LanguageSupport* )
       Rethrow as ModuleLoadException: The C++ module failed to load.
       <module>.<crtimplementationdetails>.ThrowModuleLoadException (System.String errorMessage, System.Exception innerException)
       <module>.<crtimplementationdetails>.LanguageSupport.Initialize (<crtimplementationdetails>.LanguageSupport* )
       <module>..cctor ()
       Rethrow as TypeInitializationException: An exception was thrown by the type initializer for <module>
       NewScript..ctor ()"
    </module></module></crtimplementationdetails></crtimplementationdetails></module></crtimplementationdetails></module></crtimplementationdetails></crtimplementationdetails></module></crtimplementationdetails></crtimplementationdetails></module>

    Aforge (Core), Aforge.Video and Aforge.Video.FFMPEG are compiled using Target Framework (3.5).

    The AForge.Video.FFMPEG has a Reference to kernel32.dll, MSVCR100.dll which is not exactly showing in monoDevelop. the rest are expanding and i can browse their contents in the Assembly Browser.

    Is there any way to get AForge working in monodevelop ? the ffmpeg wrapper is written in C++. I mean make it not use those references ?

    If Anyone has worked on such a thing before, it would be of great help thanks.

  • How to install FFMpeg in WampServer 2.1 (Windows XP)

    14 août 2013, par Raja Bilal Ahmed

    I m using php 5.3.5 on windows xp and now i try to install ffmepg from this link http://sergey89.ru/files/ffmpeg-php-win32-all.zip
    when i resart my wamp server i got this warning
    PHP Startup:ffmpeg : Unable to initialize module
    Module compiled with modle API=2006013
    PHP compiled with module API=20060626
    These options need to match
    Kindly someone guide me how i correct this problem.