
Recherche avancée
Autres articles (42)
-
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 -
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 (...) -
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 (...)
Sur d’autres sites (10546)
-
How to access framebuffer with FFMPEG ?
21 février 2018, par user1496491I’m writing an application which need to capture screen. I’ve looked up for solution and internet says that
FFMPEG
could do it. But I can’t find the way to do that IN CODE.FFMPEG
documentation seems to be very poor.Can anybody please tell me how do I access framebuffer raw data with
FFMPEG
? -
Added access to settings object in callbacks.
4 mars 2014, par jackmooreAdded access to settings object in callbacks.
-
AAC encoder : fix OOB access in search_for_pns
9 décembre 2015, par Claudio FreireAAC encoder : fix OOB access in search_for_pns
Fix OOB access in search_for_pns which was using
w2 outside the window group loop, and fix a typo
in which it was checking sf_idx instead of band_typeReviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>