Recherche avancée

Médias (91)

Autres articles (56)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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 (9927)

  • Windows : How to build X264.lib instead of .dll

    25 juin 2015, par user1884325

    I downloaded the X264 source and installed mingw.

    Step 1 :

    Executed this in the MINGW bash :

    ./configure —disable-cli —enable-shared —enable-win32thread -
    - extra-ldflags=-Wl,—output-def=libx264.def

    and then ’make’

    Step 2 :

    Renamed the libx264-142.dll to libx264.dll and Opened up VS2012 Command Prompt and executed this :

    LIB /DEF:libx264.def

    which gave me libx264.lib and object libx264.exp

    Step 3 :

    Included the lib file in a VS2012 project which uses the X264 API.

    Problem :

    When I start the project I get the following error message :

    "The program can’t start because libx264.dll is missing from your computer"

    Question :

    Why is it looking for the dll when I’m linking the static library in ?

    How do I resolve this ? I would like to build a static X264 library which I can link in with my project.

    EDIT :

    I just had to put the dll in the same directory as the project executable.

    However - My question still stands : How do I build a static x264 library ? So I don’t need the dll ?

  • Révision 23185 : Eviter aussi les urls absolues windows c :\xxx et supprimer le onfocus obsolete au...

    27 septembre 2016, par cedric@yterium.com
  • Révision 23188 : Report de r23185 : Eviter aussi les urls absolues windows c :\xxx et supprimer le ...

    27 septembre 2016, par cedric@yterium.com