
Recherche avancée
Autres articles (97)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (11654)
-
ffserver_config : check for INT_MIN before doing FFABS
9 octobre 2015, par Ganesh Ajjanagadde -
Encryption of OpenCV VideoWriter output
19 juin 2017, par AryanIn an embedded project I was using opencv cv::VideoWriter to store frames as video files, also utilising lossless compression codecs (e.g.Lagarith). Now I have the requirement to encrypt the video files before storing them.
-
Is it possible to get the encoded output from cv::VideoWriter so that an encryption step can be applied before writing the frame to disk ?
-
Alternatively, is it possible to make cv::VideoWriter output to a custom output stream ? That way encryption steps can be applied on the stream.
-
If neither of above is possible then is there an alternative to cv::VideoWriter that I can use to get the video format encoding done ?
The end requirement is to write encrypted files which, after only a decryption step, become video files compatible with standard video players.
-
-
Ffmpeg rebroadcast icecast stream and disconnect on silence
4 janvier 2023, par CallumCatCurrently, I'm using a combination of the Windows version of butt and VLC Media Player in order to rebroadcast an icecast stream from a remote icecast server to my local icecast server, whilst disconnecting whenever a certain duration of silence is detected.


I would really prefer if there would be an easier way to do this on linux from the command line, so that it can run 24/7 without me having to constantly fix the VLC stream player every so often.


I need a way for if silence is detected on the stream, it disconnects the relay and will reconnect whenever audio is detected again.


As I've said before, I've been successfully using butt and VLC Media Player on Windows to do this, however would prefer a linux alternative.