
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (78)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (9546)
-
Using AForge.Net for commercial closed-source applications
22 mars 2015, par ilay zeidmanI have application that our company want to make a product from.
The application uses AForge.Net and in the AForge.Video.FFMPEG.dll which is under
GPL v3 license. You can see AForge.net licenseMy question : can I use this dll in my product ? Do my product have to be under gpl3 and the source should be available ?
-
Take screenshots of an ongoing rtsp stream on demand [closed]
15 août 2023, par ganjimHow can I keep the flow of an rtsp stream (codec h264) and take screenshots on demand ? (say when a user clicks a button and sends some kind of event).


Basically, on inputting an endless stream, without having to restart the ffmpeg command, I want to store the current displaying frame when a user requests. I'm using ffmpeg for streaming btw.


-
ffmpeg framerate error. fps won't be stable, keep increasing or decreasing [closed]
8 août 2024, par NoobCoderi just got into ffmpeg for my company's project.. now i'm trying to capture PC A's display and stream to other device (or PC). i've been talking to gpt... but won't correct this error


"
ffmpeg -f gdigrab -framerate 59.94 -i desktop ^
-c:v rawvideo -pix_fmt yuv422p10 -b:v 5M ^
-f rtp -sdp_file stream.sdp rtp ://224.1.1.1:5004
"
this is current command line i used, i got to make fps 59.94 in yuv422p10. but when it actually start
streaming, fps only go up to 37 39ish. if i lower to yuv420p, it go up to 59.94.
anyone familiar with ffmpeg, need help !


tried various way adjust fps and format