Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (11181)

  • Ffmpeg headers do not compile in windows

    30 mai 2013, par Srv19

    I am trying to link to ffmpeg under windows, but have run into difficulties. Inclusion of ffmpeg headers causes hundreds of compilation errors which i can't easily fix.

    1) timestamp.h uses snprintf instead of _snprintf. I have tried to add it as a macro, like this :

    #ifdef Q_OS_WIN
    #define snprintf _snprintf
    #endif

    #define __STDC_CONSTANT_MACROS
    namespace ffmpeg {
    extern "C" {
    #include <libavutil></libavutil>imgutils.h>
    #include <libavutil></libavutil>samplefmt.h>
    #include <libavutil></libavutil>timestamp.h>
    #include <libavformat></libavformat>avformat.h>
    #include <libswscale></libswscale>swscale.h>
    } }

    but it didn't help. Why would the macro not propagate inside ?

    2) There again, PRId64 isn't defined. I have defined __STDC_CONSTANT_MACROS before inclusion of timestamp.h, but definition isn't retrieved from inttypes.h

    In compiler output, it looks like :

    ffmpeg\include\libavutil/timestamp.h(42) : error C3861: &#39;snprintf&#39;: identifier not found

    ffmpeg\include\libavutil/timestamp.h(42) : error C2146: syntax error : missing &#39;)&#39; before

    identifier 'PRId64'

  • Generic mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on

    2 septembre 2014, par scottschiller
    Generic mobile/tablet/phone (windows phone, etc.) detection, video -> GIF trickery and so on
  • ffmpeg on xampp and windows 7 error message

    5 septembre 2014, par ahmad soliman

    I try many tuts for installing FFMPEG on xampp and windows 7 these messages appears when i try to start xampp :

    enter image description here

    enter image description here