Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (95)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Using ffmpeg library

    29 juillet 2014, par DAVIDBALAS1

    Thx all for helping <3

    So, I have downloaded the ffmpeg library, imported it to eclipse, added it as a library to my android application and tried to use it, it doesn’t work.

    Step by step :

    • Downloaded this file : https://github.com/guardianproject/android-ffmpeg-java
    • Extracted it to an empty folder.
    • At Eclipse, "import" and then I have selected this empty folder.
    • Right click at my project, properties, android, added the ffmpeg library.
    • At my on create I used this code(just for checking) :

      ffmpeg -t 30 -i inputfile.mp3 -acodec copy outputfile.mp3

    But I get a lot of errors :

    Multiple markers at this line
    - Syntax error on token(s), misplaced
    construct(s)
    - Syntax error on token "inputfile", delete this
    token
    - Syntax error on token "30", delete this token
    - Syntax error on token ".", ; expected

    Can you see my problem ?

  • avutil : move internal function out of public header

    10 février 2015, par wm4
    avutil : move internal function out of public header
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/internal.h
    • [DH] libavutil/pixdesc.h
    • [DH] libavutil/utils.c
  • Revision a37e84d1d0 : msvs : Don't link to winmm.lib Linking to this library doesn't seem to be necess

    19 mai 2013, par Martin Storsjo

    Changed Paths :
     Modify /examples.mk


     Modify /libs.mk



    msvs : Don't link to winmm.lib

    Linking to this library doesn't seem to be necessary, and this library
    isn't available in the windows phone API subset.

    Change-Id : I179837d6f9c7407f1cb6101533dc978316a30adf