
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (55)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
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