
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (55)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
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 -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (8119)
-
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