
Recherche avancée
Autres articles (60)
-
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 -
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 (9821)
-
Merge commit 'ee164727dd64c199b87118917e674b17c25e0da3'
5 mai 2017, par Clément BœschMerge commit 'ee164727dd64c199b87118917e674b17c25e0da3'
* commit 'ee164727dd64c199b87118917e674b17c25e0da3' :
configure : Fix typo in incdir variable written to config.shThis commit is a noop, see 6fdd35a3126f6ecbe4ebab12bdf8867e4f544958
Merged-by : Clément Bœsch <cboesch@gopro.com>
-
ffmpeg to convert from flac to wav
2 novembre 2014, par user3580089I need to convert a flac file to a wav file without changing sample rate and bit depth. As far as I know changing these properties may distort the audio, so how do i specify them not to be changed ?
Also, is there any way to prevent metadata to be written to the output file ?
-
ffmpeg library is not working
3 avril 2017, par Salina BhattaraiI have got
FFmpeg
compiled (libffmpeg.so
) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invokeFFmpeg
along with video playing.Do you have steps / procedures / code / example on integrating
FFmpeg
on Android / StageFright ?Can you please guide me on how can I use this library for multimedia
playback ?I already did rendering, mixing.