Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (55)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Les sons

    15 mai 2013, par

Sur d’autres sites (8065)

  • Extracting frames from a video without a mouse pointer on it using ffmpeg

    8 février 2019, par Sudeep

    I have a video created using ffmpeg, I need to extract frames (screenshots) from the video where the mouse pointer present in the video should not be present in frames extracted from it.

    Sounds silly, but is there a way to do this ?

  • How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    4 août 2022, par Maria

    I used gdigrab for capture a window. it works well, But the mouse pointer blinks. (Especially when the window size is large)

    



    My commands (c#) :

    



     Process FFProc= new Process();
 FFProc.StartInfo.FileName = "cmd.exe";
 FFProc.StartInfo.Arguments="/C ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg";
 FFProc.Start();


    



    or (c++) :

    



     system("ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg");


    



    Please tell me How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    



    FFmpeg = latest Zeranoe build

    



    OS = MS Windows 8.1

    


  • How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    1er décembre 2015, par Mitra M

    I used gdigrab for capture a window. it works well, But the mouse pointer blinks. (Especially when the window size is large)

    My commands (c#) :

    Process FFProc= new Process();
    FFProc.StartInfo.FileName = "cmd.exe";
    FFProc.StartInfo.Arguments="/C ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg";
    FFProc.Start();

    or (c++) :

    system("ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg");

    Please tell me How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    FFmpeg = latest Zeranoe build

    OS = MS Windows 8.1