Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (73)

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

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

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

Sur d’autres sites (9697)

  • libavcodec : Implementation of AAC_fixed_decoder (LC-module) [2/4]

    30 juin 2015, par Jovan Zelincevic
    libavcodec : Implementation of AAC_fixed_decoder (LC-module) [2/4]
    

    Add fixed point implementation of functions for generating tables

    Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aacdectab.h
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
    • [DH] libavcodec/cbrt_fixed_tablegen.c
    • [DH] libavcodec/cbrt_tablegen.c
    • [DH] libavcodec/cbrt_tablegen.h
    • [DH] libavcodec/cbrt_tablegen_template.c
    • [DH] libavcodec/sinewin.c
    • [DH] libavcodec/sinewin.h
    • [DH] libavcodec/sinewin_fixed.c
    • [DH] libavcodec/sinewin_fixed_tablegen.c
    • [DH] libavcodec/sinewin_tablegen.c
    • [DH] libavcodec/sinewin_tablegen.h
    • [DH] libavcodec/sinewin_tablegen_template.c
    • [DH] libavcodec/tableprint.h
  • Merge pull request #593 from thadseaver/swf-location

    15 juillet 2015, par jonrohan
    Merge pull request #593 from thadseaver/swf-location
    

    Clarified location of swf file

  • NodeJS : Set path to FFMPEG binaries for module Fluent-FFMPEG

    20 décembre 2013, par Vprnl

    I am building a application that uses the module node-fluent-ffmpeg. https://github.com/schaermu/node-fluent-ffmpeg

    And I'm trying to package the ffmpeg binaries along with my application.
    I want to do this so (especially on Windows) the user does not have to install FFMPEG manually.

    Sadly everything I've tried results in errors. I've tried the following :

     ffmpeg.setFfmpegPath   : Gives an error saying setFfmpegPath is not a method

    and :

     proc.setFfmpegPath    : Gives a createproces error.

    It seems I'm doing something wrong. Could someone point out my mistake.
    Thanks a lot.