
Recherche avancée
Autres articles (93)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (2166)
-
Android Get only Audio Stream of Online Video ?
19 avril 2014, par user1575044I am beginner in Android, basically I want to get only audio stream of an online streaming video, so that I don't have to download video just download audio part of video only as an mp3 file(saving lot of data if you only need it as an mp3 file). I researched and got to know it can be done maybe using ffmpeg. Can someone guide me in this, some tutorials links or sample code would be beneficial.
Thank You !!
-
Android - Create thumbnails from a video (658mb) found online from http
3 juillet 2018, par PaulThere is a solution for android (java), to create thumbnails from a video that is online and weighs (658mb) about 2 hours and 30 minutes.
I read that ffmpeg, allows you to do such a thing to create thumbnails.
So I have some questions, since the video is online (http), it weighs a lot, so I can not download it :
1) ffmpeg can run on an android app ?
without having performance problems ?2) Is there probable solution without using ffmpeg ?
-
How to add html elements to a video online
27 septembre 2018, par GabrieleI need to be able to edit a video with online technologies (Javascript or with some Backend code) and overlay on the original video whatever html elements (maybe even animated elements with css) and download the new video edited.
What is the best way to do it ?
I’ve read about CCapture.js that captures videos from a canvas, but I can’t get it to work and I’m not sure it’s what I’m looking for. I’ve read about some FFMPEG plugins to make it work on the server and use it with some backend languages but I don’t know if it would get the work done as I need it.
For clarity, you know how Instagram can edit your video after you take it adding text or images ? I need to be able to edit a video like that, adding html elements on it.
Thanks in advance for helping.