Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (61)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7113)

  • How to configure X264 build before running make on OS X

    18 octobre 2013, par user1884325

    I'm trying to build an X264 executable which will run on any MAC OS X (>10.6) without any external dependencies. I downloaded the latest stable snapshot x264-snapshot-20131017-2245-stable.

    I haven't been able to find a lot of documentation on the build procedure for x264 on OSX.

    When I just run ./configure —disable-opencl and then make, I get several output files :

    x264
    libx264.a
    .depend
    x264.o

    I assume that the executable can run without the other files ?

    Anyway, I tested the x264 in a terminal and at first it seemed to work, but when I try to
    start x264 as a quiet background process like this :

    ./x264 —quiet —profile baseline —level 3.2 —preset ultrafast —bframes 0 —force-cfr —no-mbtree —sync-lookahead 0 —rc-lookahead 0 —intra-refresh —input-csp rgb —fps 15 —input-res 1280x720 —bitrate 1100 —vbv-maxrate 1100 —vbv-bufsize 600 —threads 1 -o - -

    nothing happens at all. If I go to Activity Monitor I should see x264 running, but it's not there.

    Looong story short : How should the x264 build be configured before running make ??? I do not want to use openCL (—disable-opencl)

  • Revision 6fb9713d03 : Added ignore of build directories.

    20 avril 2012, par Marc Noirot

    Changed Paths :
     Modify /.gitignore



    Added ignore of build directories.

  • lavu/hwcontext_opecl : fix the build warning

    30 mai 2018, par Jun Zhao
    lavu/hwcontext_opecl : fix the build warning
    

    fix the build warning when use Portable Computing Language (pocl).

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] libavutil/hwcontext_opencl.c