
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (10)
-
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 (...) -
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. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (3873)
-
ffmpeg gdigrab hidpi mouse capture
10 février 2016, par gmetaxHave anyone find out how to capture the correct mouse position with ffmpeg on hidpi monitors ?
There is an issue (https://trac.ffmpeg.org/ticket/4232) it says it is fixed, but it isn’t in the latest build. -
FATE : add a test of H.264 SEI recovery in an intra refresh stream
15 juin 2016, par Anton Khirnov -
LSB replacement (n & 1) | b causing segmentation fault : 11
2 février 2015, par progdoI’m trying to to apply LSB replacement on int16_t. But it only accepts 0 bit, if I replace with 1 bit, it gives me segmentation fault. Any help ? Specifically, I’m modifying x264 dct coefficients,
h->dct.luma4x4[2][2] = ((h->dct.luma4x4[2][2]) & ~1) | 1
Some how it gives me segmentation fault. It was ok with 0 bit.