
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (61)
-
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 (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (8375)
-
How to install gas-preprocessor ?
9 mai 2017, par apptunessorry for the stupid question. I’d like to install the gas-preprocessor (https://github.com/yuvi/gas-preprocessor) but I just don’t get how to do this. What do I have to do with the .pl-file ? How do I install the script ?
Thanks in advance,
Alex -
Stream ogv video while it is being converted
15 juin 2012, par EshMy question is how to stream an ogv video while it is being converted.
For example, I have an html page that show a html5 video that is like this :
<video>
<source src="some_url_to_video_src" type="'video/ogg'"></source>
</video>The video source here should be converted from an h264 video file located on the same server. I want to let clients be able to play the ogv video while it is being converted from the h264 file.
As I did some homework, this process could be done via ffmpeg streaming, anyone know the parameters I should use and any modification I should do in the above code as well ? A detailed answer will be much appreciated.
Thanks
-
How generate a flash player seekable h264 video ?
16 juin 2012, par cacheI have a mp4 video file, it can play in the flash player but can not seek(jump to other time point). Thus the question is how to generate a seekable h264 video ? (The h264 seeking works in html5 players where it is support)
As I did my homework, it is probably due to the missing keyframes. I have try to encode every frames as keyframe by setting -g 1 in ffmpeg but no luck. The fps of the mp4 is 25.Anyone knows the answer ?