Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (67)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (9359)

  • Restrict bandwidth usage in cloud game server

    13 décembre 2012, par Nandy

    I am working on cloud game server development.

    During the testing of some games, there is a spike observed of around 10 MBps. Normally game consumes 4 6 MBps network bandwidth.

    Is there any way to keep consumed bandwidth <5 MBps without much affecting video quality ?

    720p resolution is being used. We are using x264 encoder, are there any params of this encoder which may help me out to achieve expected o/p ?

  • 360 degree video of my OpenGL game

    23 août 2016, par woidler

    I want to make a 360 degree video of my OpenGL game.

    Concerning the rendering :
    Is it enough to render it in OpenGL with a specific projection matrix ?
    If yes, which one ?
    Or can I render it into a cube map, and then encode it ?
    (Which will require much more rendering power and be more complicated, which I want to avoid)

    And how do I encode a 360 degree video with FFMPEG ?

  • Chess game video generator

    11 septembre 2017, par samara-casa

    I don’t have a specific technical question, I rather would like to hear advices on how to come around so the task will be implemented in the most elegant way.
    Can’t think on a solution that will satisfy me in terms of "elegance".

    I would like to create automatic video generator of chess games.
    You give it the moves in PGN format, maybe some configurable options as seconds between moves or audio track and it will eventually output a video file of the game.

    What is the correct way to get into it ? Is there software or tools that can help me with this ? What libraries to use ? Ideas ?