
Recherche avancée
Autres articles (44)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7366)
-
Merge commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’
7 décembre 2015, par Hendrik LeppkesMerge commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’
* commit ’f023d57d355ff3b917f1aad9b03db5c293ec4244’ :
lavc : G.723.1 encoderSplit existing FFmpeg G.723.1 encoder into a new file.
Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>
-
libavcodec : add decoder for Photoshop PSD image files
24 novembre 2016, par Martin Vignalilibavcodec : add decoder for Photoshop PSD image files
Decode the Image Data Section (which contains merged pictures).
Support RGB/A and Grayscale/A in 8bits and 16 bits per channel.
Support uncompress and rle decompression in Image Data Section.Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
lavc : G.723.1 encoder
23 novembre 2015, par Mohamed Naufallavc : G.723.1 encoder
Additional improvements by Michael Niedermayer <michaelni@gmx.at>.
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>