Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (55)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

  • 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