
Recherche avancée
Autres articles (25)
-
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Submit bugs and patches
13 avril 2011Unfortunately 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 (...)
Sur d’autres sites (4525)
-
Windows again
24 septembre 2013, par Mikko Koppanen — ImagickSeems like the new Windows build system is online and Imagick for Windows is now provided here :
-
ffmpeg speed up video - Windows
11 avril 2016, par Flash ThunderIn manual it says :
ffmpeg -i input.mkv -filter:v 'setpts=0.5*PTS' output.mkv
But when I run :
ffmpeg -i input.mp4 -filter:v 'setpts=0.5*PTS' speedup.mp4
I get an error :
[AVFilterGraph @ 0000000002500600] No such filter: 'setpts=0.5*PTS'
Error opening filters!Not sure if it means that filter can’t be opened at all or simply this filter is not available.
How do I run it correctly ? Or maybe my release does not support it, then where can I get the release that would work right ? Win32/x64 binary
-
Web Cam in use notification on Windows
29 novembre 2013, par bir433Is there a way for my Windows program to get notifications when a video device is in use. I know how to enumerate the devices using http://msdn.microsoft.com/en-us/library/dd377566(v=vs.85).aspx
I can also use ffmpeg to open the video device to check if it is available but it opens up the camera for that fraction of a time which I don't want.
Any help will be appreciated. Thanks.