Recherche avancée

Médias (91)

Autres articles (8)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (2244)

  • lavu/tx : refactor power-of-two FFT

    10 avril 2021, par Lynne
    lavu/tx : refactor power-of-two FFT
    

    This commit refactors the power-of-two FFT, making it faster and
    halving the size of all tables, making the code much smaller on
    all systems.
    This removes the big/small pass split, because on modern systems
    the "big" pass is always faster, and even on older machines there
    is no measurable speed difference.

    • [DH] libavutil/tx_priv.h
    • [DH] libavutil/tx_template.c
  • How to get video file length uploaded to Amazon S3 ?

    25 mai 2015, par TSP

    I am using plupload to upload video files to Amazon S3 and am playing it using JWPlayer. Before video file is played, I display list of video files uploaded to S3. In this list I would like to display the duration of the video.

    I have read the ffmpeg approach used with PHP. Is there a better approach to get the duration ?

    Regards

  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.