Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (98)

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

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (15935)

  • Record region of screen using FFMPEG ? [closed]

    13 février 2024, par pookie

    I am looking to record a defined area of the screen at as high FPS as possible. I then need to extract the milliseconds for each frame.

    



    I was looking at FFMPEG and found that it has (or had...) an option called x11grab, so I tried the following to record a region of the screen :

    



    ffmpeg -f x11grab -s 1678x1050 -i :0.0+7,53 -r 25


    



    It doesn't work : I get an error Unknown input format: 'x11grab'

    



    I tried with xcbgrab too, but I get the same error of Unknown input format...

    



    I have seen this SO post, but I am using Windows 10, and it did not help me.

    



    Google tells me that this argument is now deprecated. I cannot find an examples of how to record just a part of the screen.

    



    I want to take a partial screenshot because I need as high a FPS as possible and my assumption is that taking a partial capture will be faster than taking a full screen capture. Is that correct ? If not, of course I could take a full screen capture and the crop out region of interest... and if that is the case, does anyone know how to do that ?

    


  • Anomalie #3399 (Nouveau) : Notice à l’installation

    8 mars 2015, par Franck Dalot

    Hello, Maieul m’a dit de faire un ticket pour les notices que je voyais encore, donc...

    php 5.6.6
    prefix des table : spipdev24
    SPIP 3.1.0-alpha [21929]

    Quand on lance une nouvelle installation et que l’on ne rempli pas correctement les champs "login", "mdp", etc
    Warning : mysqli_connect() : (HY000/2002) : Can’t connect to local MySQL server through socket ’/var/run/mysqld/mysqld.sock’ (2) in /.../spip3/spipdev24/ecrire/req/mysql.php on line 43

  • Anomalie #3353 (Fermé) : Un warning PHP en moins sur les $GLOBALS[’debug’][’aucasou’]

    25 novembre 2014, par Ybbet SPIP

    Sur http://core.spip.org/projects/spip/repository/entry/branches/spip-3.0/ecrire/req/mysql.php#L185 on a souvent des warnings.
    Mettre isset($GLOBALS['debug']['aucasou']) suffit pour régler le problème.

    (c’est un report de http://core.spip.org/projects/spip/repository/entry/spip/ecrire/req/mysql.php#L217 )