
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (36)
-
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 -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (3894)
-
Is Electron using a custom-licensed libx264 variant ?
13 septembre 2016, par JohnWElectron is providing a few variants of FFmpeg.
The variant I have seems to handle H264 just fine, which it does using libx264 apparently.
The question is simple : Do electron developers have a special deal with VideoLan to provide an MIT licensed FFmpeg with x264 ?
I am asking because VideoLan seems to dual-license libx264 (GPL and custom license) so it is possible that there is a deal.
According to this link however the answer may very well be "no".
-
Is Electron using a custom-licensed libx264 variant ?
13 septembre 2016, par JohnWElectron is providing a few variants of FFmpeg.
The variant I have seems to handle H264 just fine, which it does using libx264 apparently.
The question is simple : Do electron developers have a special deal with VideoLan to provide an MIT licensed FFmpeg with x264 ?
I am asking because VideoLan seems to dual-license libx264 (GPL and custom license) so it is possible that there is a deal.
According to this link however the answer may very well be "no".
-
Electron and ffplay / ffmpeg to watch h264
21 novembre 2017, par DmitryIs it possible to render output from ffmpeg process in Electron or Browser app ?
I know ffmpeg was bundled to Electron package for some reason. The main goal is to get rtsp stream from LAN video source without convertion it but it will be enough for me if anyone show me basic example of getting video(and audio) from ffmpeg and render it. Thanks.