Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (12870)

  • Error on compilation of x264 on qnap

    3 octobre 2015, par user2060812

    We are facing issues on compiling x264 on qnap.
    We need to compile ffmpeg with x264 library, qnap packages have the built-in x264 0.66 library but ffmpeg-0.9.2 doesn’t support too old version of x264 and produces the following error on compiling x264 from source.

    [/share/MD0_DATA/.qpkg/x264-snapshot-20130208-2245] # make
    gcc -Wshadow -O3 -ffast-math -m32  -Wall -I. -I. -march=i686 -mfpmath=sse -msse -std=gnu99  -I/opt/include    -I/opt/include   -fomit-frame-pointer -fno-tree-vectorize   -c -o x264.o x264.c
    x264.c: In function 'help':
    x264.c:401: error: 'X264_VERSION' undeclared (first use in this function)
    x264.c:401: error: (Each undeclared identifier is reported only once
    x264.c:401: error: for each function it appears in.)
    make: *** [x264.o] Error 1


    [/share/MD0_DATA/.qpkg/x264-snapshot-20130208-2245] # cat /proc/version
    Linux version 2.6.33.2 (root@NasX86-4) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Wed Dec 5 06:48:23 CST 2012

    Can someone assist me on that ?

  • Revision 01b7f72aab : Fix coding statistics compilation. Change-Id : I21e7c4ef6bc80f4b9281fc94c88fb710

    25 mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Fix coding statistics compilation.

    Change-Id : I21e7c4ef6bc80f4b9281fc94c88fb710b1595c23

  • Compilation of FFMPEG Decoder BY mooncatventures-group

    27 mai 2013, par user1744691

    I download FFMPEG Decoder from here but i am unable to compile as i know nothing about static libraries (does it to be added in a project as static library or some static library to be added in this project). If static library to be added into this project how i can create a static library and link that to this project.

    Thanks.