
Recherche avancée
Autres articles (39)
-
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 (3191)
-
UAC compliant webcams (mic) Access under Android in general and under FFMPEG for Android
21 décembre 2012, par user1545779The traditional way to access a UAC compliant webcam mic has always been :
ffmpeg -f alsa -i plughw:CARD=U0x46d0x821,DEV=0
under Android versions upto and including version 4.0 However as we all know, alsa implementation is one of the most problematic areas in sound implementation on Android.Has there been any changes in recent versions of Android as to how to access the builtin mic in a UAC complaint webcam or for that matter a USB mic
-
Revision 180cd5faa5 : General code cleanup. Removing redundant code, lower case variable names, bette
27 mars 2013, par Dmitry KovalevChanged Paths : Modify /vp9/common/vp9_entropymv.c Modify /vp9/common/vp9_extend.c Modify /vp9/common/vp9_extend.h Modify /vp9/common/vp9_postproc.c Modify /vp9/common/vp9_postproc.h Modify /vp9/decoder/vp9_dboolhuff.h Modify /vp9/decoder/vp9_onyxd_if.c (...)
-
avdevice/decklink : move general code of decklink encoder to common file
22 septembre 2014, par Deti Flieglavdevice/decklink : move general code of decklink encoder to common file
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>