Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (64)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12307)

  • ffmpeg installation on windows 8 xampp v3.2.1 php 5.5.3

    4 mai 2014, par user3454835

    I am trying to install ffmpeg extension on windows 8 xampp v3.2.1 for php 5.5.3.

    I have files of ffmpeg and i am doing following steps

    1. Placing file php_ffmpeg.dll in xampp/php/ext/
    2. Rest files i am keeping in windows/system32
    3. I have added extension=php_ffmpeg.dll in php.ini
    4. Restarted xampp

    but when i see php_info then my extension ffmpeg still not enabled.

    I think ffmpeg files are not compatible to php 5.5.3. May be i have old files so will you please provide me new and correct ffmpeg files for php 5.5.3

    or do you know why i am facing this problem ? any solution for this

  • 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'

  • Compiling ffmpeg for android on windows

    8 avril 2014, par Mert

    I tried more than 5 open source library, I have no success to build them on windows.

    This is my first time using NDK and wondering why I can't simply find the .so file and use it instead of compiling from scratch.

    Please guide me with your knowledge, I am kind of stuck here.
    thank you