
Recherche avancée
Médias (1)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (14)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (5073)
-
Revision fc99636f1b : Add —color-space to vpxenc This enbale the encoder to set color space informat
11 février 2015, par Yaowu XuChanged Paths :
Modify /vpxenc.c
Add —color-space to vpxencThis enbale the encoder to set color space information for the input
video, so it is then coded in the output bitstream.Change-Id : Ife03deab3c762425ccd27c4c190902c4d94a76f4
-
ffmpeg : Changing color space ?
5 février 2015, par WillI’ve got a video on my computer that I want to scale down to put on my phone. Unfortunately, the video was encoded with a 16 to 235 color space, and is washed out. This is fixable on a pc by using Mpc-Hc’s 16-235 to 0-255 shader, but I don’t have the liberty of using that on a phone.
Is there a simple filter setup in ffmpeg to do this using the colorlevels filter or other, or would I need to tweak around ?
-
Revision e94b415c34 : Add encoder control for setting color space This commit adds encoder side contr
13 janvier 2015, par Yaowu XuChanged Paths :
Modify /test/vp9_encoder_parms_get_to_decoder.cc
Modify /vp9/common/vp9_enums.h
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/vp9_cx_iface.c
Modify /vpx/vp8cx.h
Modify /vpxenc.c
Add encoder control for setting color spaceThis commit adds encoder side control for vp9 to set color space info
in the output compressed bitstream.It also amends the "vp9_encoder_params_get_to_decoder" test to verify
the correct color space information is passed from the encoder end to
decoder end.Change-Id : Ibf5fba2edcb2a8dc37557f6fae5c7816efa52650