
Recherche avancée
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10086)
-
How to use x11grab in ffmpeg (Windows) for desktop Recording [on hold]
21 juillet 2017, par A.ZBI am using ffmpeg for desktop (Windows) recording it shows error :
Unknown input format x11grab
, Any solution for using in C# or simple for cmd ?
Thanks !!! -
How to pause/resume ffmpeg video capture in windows from C# application
20 septembre 2022, par Anindya ChatterjeeI am using ffmpeg to capture screen and audio using a C# application. The command I am using to execute ffmpeg as follows :



ffmpeg -f gdigrab -i desktop -f dshow -i audio="Microphone (Realtek High Definition Audio)" -v
codec libx264 output.mp4




Now I want to pause/resume recording and want to control it from the C# application. Is there anyway I can achieve that ?


-
Create fake webcam with ffmpeg on Windows ?
1er juillet 2022, par Brianffmpeg has all kinds of options in it to record video off of a webcam, transcode video, send video up to streaming servers. Is there a way to loop over a file and make it look like a webcam ?



I found this for Linux :
https://gist.github.com/zburgermeiszter/42b651a11f17578d9787



I've search around a lot to try to find something for Windows, but have not yet found anything.