
Recherche avancée
Autres articles (94)
-
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. -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (7437)
-
How do I use ffmpeg with live streaming from an IP camera [closed]
28 février 2013, par Murali HariharanMy question is very basic because I am a newbie to all these
technologies.I have an IP camera connected to my internal network.
http://192.168.1.20/videostream.cgi?user=admin&pwd=
...gives a live streaming view in Firefox or Internet Explorer.
Now I want to record the live stream into a video.
The parameters to be supplied are
begin_time
,end_time
,format
of video etc.How do I accomplish this ?
I appreciate any guidance.
-
Extract audio frames from live stream with FFMPEG
3 juillet 2021, par Devwork94035I would like to perform live voice activity detection and audio analysis on a live video stream.


I currently use FFMPEG to extract the audio :


ffmpeg -i https://example.com/live/stream.m3u8 -vn -c:a copy audio.aac



The issue is that the aac file will only be valid once the stream has finished.


How can I output an audio stream or audio chunks/frames (just like image frames) so that I can analyze them without waiting for the end of the video stream ?


-
Extract frames from live youtube stream
21 décembre 2022, par irmanI want to extract frames from a youtube live event, say one frame every 5 minutes, ideally without saving the stream to my local machine. Is there a simple way to do this, possibly a combination between
youtube-dl
andffmpeg
that I am not figuring out ? I found a similar question for UDP streams but don't know how to include the youtube stream : FFMPEG : extract a fram from a live stream once every 5 seconds


Thanks a lot in advance !