
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (74)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (7286)
-
ffmpeg, download video stream from url
5 juillet 2021, par samiullahI am developing application to save any online webinar(video or audio) given the url using ffmpeg library. Url usually contain other contents like text, images as well. So i have problem, how to separately get video stream from url using ffmpeg(or some other better free library). Url may be for any site, not only for youtube, but as an example, link may be like


http://www.youtube.com/watch?v=wnrJJYm7qIw


-
Possible to stream a given window online with FFmpeg ?
28 août 2021, par FrankIs it possible to use FFmpeg to broadcast a given window title online, so someone else could watch it in real-time ? If possible I would not like to use any website like twitch, or youtube, I'm trying something like you input the IP and port and can watch the window stream.


What I tried :


ffmpeg -f gdigrab -i desktop -vcodec libx264 -r 10 -tune zerolatency -b:v 500k -bufsize 300k -f rtp udp://??



But I'm not sure how to correctly use the IP/Port and if this code is really for the purpose I'm looking for.


(I'm completely new to FFmpeg/recording/streaming and don't know the right terms to use, so sorry for any mistakes.)


-
FFMPEG - Extract sequence while recording
26 février 2020, par Vincent CarreteroI have a ffmpeg process to record a webcam, thats very classic...
I would like to extract a sequence from the recording file before the end of the record.example :
my recording start at 10:00 am and finish at 11:00 am
at 10:15 am, an event append, and an operator need to watch it quickly,
i would like to extract the sequence, and than he can watch at 10:20 am (but the video still recording and the Mp4.file not ended).
is that possible ?
thanks !!