
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
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 (5840)
-
Revision a9415d2e4c : Fix type mismatch in array definition vp9_default_inter_mode_probs was being ac
15 juin 2013, par John KoleszarChanged Paths :
Modify /vp9/common/vp9_modecont.c
Modify /vp9/common/vp9_modecont.h
Fix type mismatch in array definitionvp9_default_inter_mode_probs was being accessed with a different type
than it was defined with. Ensure that its declaration is included
prior to its definition.Change-Id : I2f963f513ab2f4e339f8a3c17e3d0f03749eba16
-
Video format or MIME type is not supported in ruby on rails
19 novembre 2015, par Waqas AhadUpload video using paperclip-ffmpeg.
It save fine.But when I show it on browser it shown but not play.It gvies error on videoVideo format or MIME type is not supported
Showing video like this
<%= video_tag @ad.videod.url(:medium), controls: true, type: "video/flv", size: "640x480" %>
-
fftools/ffprobe : Use proper enum type
6 août 2023, par Andreas Rheinhardtfftools/ffprobe : Use proper enum type
This is a bit cleaner as int need not be the underlying type
of an enum if a smaller type can hold all its values.
Also declare the children_ids array as const as it never changes.Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>