
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (104)
-
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 (...) -
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 (...)
Sur d’autres sites (11431)
-
atomic : Exclude the unsupported implementation headers from checkheaders
8 mars 2013, par Martin Storsjöatomic : Exclude the unsupported implementation headers from checkheaders
-
Revision 99e10253b0 : New comp_inter defaults. It seems like I inverted the meaning of the contexts b
9 juin 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_entropymode.c
New comp_inter defaults.It seems like I inverted the meaning of the contexts by accident ?
Change-Id : Iafb2346d9933930949578342b84519b719dd5dd3
-
what is 'linesize alignment' meaning ?
25 mai 2016, par KudoLaytonI’m following ffmpeg tutorial in http://dranger.com/ffmpeg/tutorial01.html.
I have just found that
avpicture_get_size
function is deprecated.So I have checked ffmpeg’s document(https://www.ffmpeg.org/doxygen/3.0/group__lavu__picture.html#ga24a67963c3ae0054a2a4bab35930e694) and found substitute
av_image_get_buffer_size
.But I can’t understand
align
parameter meaning ’linesize alignment’......What is it meaning ?