Recherche avancée

Médias (91)

Autres articles (74)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • Security camera feed storage on remote servers

    12 avril 2020, par pilogo

    What are the suggested latest technologies to build a security surveillance system ?

    



    This system will have 100+ cameras uploading live streams to cloud servers for storage and post-processing.

    



    Any suggested architecture along with technologies will be helpful to read and to do some experiments.

    


  • Build libaacplus on Mac OS 10.9

    11 janvier 2016, par Thomas

    I try to compile libaacplus using this (coming from FFMPEG website) :

    wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
    tar xzf libaacplus-2.0.2.tar.gz
    cd libaacplus-2.0.2
    sed -i '.bck' -e 's/libtool/glibtool/' autogen.sh
    ./autogen.sh
    make
    make install

    It fails at make step :

    /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
    Making all in src
    make[2]: Nothing to be done for `all'.
    Making all in include make[2]: Nothing to be done for `all'.
    Making all in patches make[2]: Nothing to be done for `all'.
    Making all in frontend
    /bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o aacplusenc main.o ../src/libaacplus.la -lm  
    libtool: link: gcc -g -O2 -o .libs/aacplusenc main.o  ../src/.libs/libaacplus.dylib -lm    
    Undefined symbols for architecture x86_64:
      "_AuChannelOpen", referenced from:
         _main in main.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make[2]: *** [aacplusenc] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2

    I succeed to build when I was using 10.8.x but totally unable to do it with 10.9.x... Any clue ?

    Merry Christmas

  • configure : enable ffnvcodec, nvenc, nvdec for aarch64

    23 avril 2020, par ManojGuptaBonda
    configure : enable ffnvcodec, nvenc, nvdec for aarch64
    

    Adding the support to build FFMPEG with HW accelerated decode(nvdec) and
    encode on aarch64 architecture.

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] configure