
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
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
Autres articles (83)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (12738)
-
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.


-
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 ?


-
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 !!!