
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (67)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5913)
-
convert mms live audio stream with ffmpeg and upload on rackspace CDN [closed]
28 mars 2013, par user584569im a complete newbie with ffmpeg. The following is the scenario
I have an mms stream mms ://wms.di-ve.com/vibe which I cannot stream on mobile devices being Microsoft proprietary.
I know that ffmpeg can do conversions to a stream. The idea is to feed this stream to ffmpeg and its output place it on Rackspace streaming CDN (see :http://www.rackspace.com/knowledge_center/product-faq/cloud-files)
is this possible ? and if so, how can I do this ?Thanks
-
ffmpegintrop namespace not recognized
13 mars 2016, par Muhammad TouseefI used the sample ffmpegintrop project provided by Microsoft, I followed all steps of building and compilation and it was succesfully built. But then I tried to run the project it fails to build giving error : ’type or namespace ffmpegintrop cannot be resolved’. As you can see in the attached image below that using statement of the namespace is also giving error that it is not working. Please help.
-
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 ?