Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (47)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4642)

  • Building FFMPEG 3.0 on windows

    12 avril 2016, par KevinA

    I’m trying to build FFMpeg 3.0.1 on windows. I’ve successfully build FFMpeg before.

    It successfully configures, and when I type Make i get

    Make: *** No rule to make target `libavdevice/avdevice.dll', needed by `all-yes`. Stop

    I’m building with the following config

    ./configure --prefix=c:\ffmpeg --toolchain=msvc --enable-w32threads =-=extra=ldflags=/MACHINE:X86 --anble-asm --enable-yasm --enable-shared --disable-static

    I’ve tried with both VS2013 and VS2015. Same result.

  • Opencv(2.4.9) to capture video,but the program is slower when I put it on the centos(ffmpeg 1.1.3) than on the windows,what's wrong ?

    7 avril 2016, par Aaron

    Opencv(2.4.9) to capture video,but the program is slower when I put it on the centos(ffmpeg 1.1.3) than on the windows,what’s wrong ?

    Screenshot of the code

  • Revision 37e6fd3d76 : Adding video reader/writer APIs. Right now only IVF format is supported which i

    6 février 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /examples.mk


     Modify /examples/decode_to_md5.c


     Modify /examples/decode_with_drops.c


     Modify /examples/postproc.c


     Modify /examples/simple_decoder.c


     Modify /examples/simple_encoder.c


     Modify /ivfdec.c


     Modify /ivfdec.h


     Add /video_common.h


     Add /video_reader.c


     Add /video_reader.h


     Add /video_writer.c


     Add /video_writer.h



    Adding video reader/writer APIs.

    Right now only IVF format is supported which is enough for example code.
    Other formats like y4m, webm, raw yuv will be supported later.

    Change-Id : I34c6f20731c1851947587ca5c589d7856b675164