
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (31)
-
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (6721)
-
Is FFMPEG download the file before processing ?
6 mars 2016, par user2046638I am working on FFMPEG, I read that http://dranger.com/ffmpeg/ article which I understand that FFMPEG doesn’t download the file before processing, FFMPEG play the file through ffmplayer or any other player, I want to exactly make sure about FFMPEG, that how it works ?
1) It can download the file first and then make instance
OR
2) The file play and during play through FFMPEG Player make instance or conversion
Which point is correct ?
If someone knows that, it will be very helpful for others and also me .. :) Thanks in Advance
-
How to save html5 video effects
5 novembre 2014, par CurlyFroi have a video file and I’d like to apply different effects like blur, black&white, etc via JavaScript and save the output to a file.
i can probably do this with FFMPEG but it looks too complicated.
seriously.js looks awesome but i don’t know how to save the rendered effect to a file. does anyone know how to do this ?
-
avconv save 10 frames and update them in cycle
12 août 2016, par Flash ThunderThe way I am saving frames from camera is :
avconv -f video4linux2 -i /dev/video0 -r 5 output_%04d.png
Seems to be working fine... but... I need to save only 10 frames and overwrite the saved first saved all the time... any way to do that ? I need to be able to save frames and process them in other application... but process may take longer than record.
Tried to save one frame and overwrite it, but the problem is that file is being used and it simply doesn’t work.