
Recherche avancée
Autres articles (47)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8856)
-
ffmpeg stuck without able to kill process
29 novembre 2015, par JosephAnyone saw this issue before ?!
When I try to execute my project, visual studio no more respond, I see in task manager x3 same process (duplicated), without able to kill them !!!
All I can do is to restart my pc.Any idea ?
-
how to prevent ffmpeg closure when press Ctrl+Alt+Del keys ? (When using gdigrab) [on hold]
16 novembre 2015, par Mitra MThis is a simple command for capture screen by the ffmpeg and gdigrab option :
ffmpeg -f gdigrab -framerate 25 -i desktop -an o.avi
It works, But the ffmpeg will be closed if I press Ctrl+Alt+Del keys during capture.(to run task manager)
How can I solve this problem ?
Note : I know that we can run the task manager by using Ctrl+Shift+Esc keys or taskmgr.exe in the cmd, But I need to press Ctrl+Alt+Del keys during capture.
OS = Windows 8.1
FFmpeg = Zeraone build
-
Remove Frames With FFmpegFrameRecorder
1er novembre 2015, par OBEN ISIKI’m trying to record a video in Android using the JavaCV lib. My problem is, I am trying to make something like touch to record project. But I want user to be able to delete the frames.
So my question is, how I can remove last 10 seconds that I record with FFmpegFrameRecorder ?