
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (55)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (8813)
-
Extracting frames from a video without a mouse pointer on it using ffmpeg
8 février 2019, par SudeepI 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 MariaI 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 MI 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