
Recherche avancée
Autres articles (93)
-
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 de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (7242)
-
MoviePy Progress Bar
1er novembre 2016, par Alexander PerlmanWhen I run Moviepy it prints a progress bar in my Sublime Text console. I’ve tried redirecting it to a text file via stdout and stderr to no avail. Any idea how I could copy this information to a text file (which I then plan to display in a tkinter widget) ? Thank you !
-
Android NDK. How to play video.
4 février 2014, par bukka.whI need to play video on Android device (different formats). As I have understand, the best way is to use Android NDK with specific libraries that can play video. I have done some basic examples to understand NDK usage, but I don't know what to do next. As I have understood, I must install ffmpeg first of all.
So I have the following questions given below :- I need to have ffmpeg (the best way is to use Linux, not Windows,
because in Windows there are some troubles with its installation). - How to play sound of video ?
- I have read that some open-source libraries can play video without any efforts. My job is to give them byte-array or path to video on SD. Is this right ?
So, can anyone help me and explain basic ways how to play video with ndk, may be some basic plan or links ?
Thank you very much for interest to my question ! - I need to have ffmpeg (the best way is to use Linux, not Windows,
-
how to make rtmp streaming player on windows phone 8
9 avril 2014, par user3334845i am making basic online live tv program on wp8.I'am use to Microsoft.Web.Media.SmoothStreaming framework and Microsoft Player Framework (Microsoft.PlayerFramework.WP8.Core, Version=1.8.2.2). My app is play http mms and rtsp with this framework. But not play rtmp live streams :S. I'm stucked. I'm search about how play rtmp on wp8. And i am found two thinks :
1-) ffmpeg core (librtmp) (https://code.google.com/p/rtmp-mediaplayer/)
2-)FluorineFx (http://www.fluorinefx.com/download.html)i am trying first librtmp but this code is so complex for me:S
and i am trying B plan FluorineFx, install it and trying add dll wp8 reference but program get error "this dll is making for visual studio 2008", and trying FluorineFx samples in programfiles directory, but same error vs2008 works not current:S.I'm stuck here please help me.