
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (39)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (6216)
-
Is there any audio-playback library that works correct with getCurrentPostition() and seekTo() ?
16 avril 2015, par Lyubov AlekseevaThe MediaPlayer’s seekTo() and getCurrentPostition() are working inaccurately and very approximately and this issue is being unsolved by Google for a long time.
I need a good library that can return a precise position of a playback in milliseconds and seek where it needed. But I’ve tried some like presto, vitamio, ExoPlayer (for this I can’t find any documentation how to play from sd card) and yet didn’t find a good library.
Using ffmpeg is complex for me and the only java wrapper I’ve found is only for decoding , not playback .
Please, give me advice how to playback audio and get exact values for getCurrentPostition() and seekTo()
-
how to load ffmpeg compiled shared library in android project
24 décembre 2016, par Ravi KumarI successfully compiled ffmpeg shared library with NDK for android. But now i don’t understand, how to load those shared library in android project. Please give me some tutorial or instructions.
Thanks
-
FFMPEG library setup for android
1er juillet 2016, par KalivarapuFFmpeg is an encoding application that can convert your content to
MP4/H.264Why is ffmpeg installation not given as gradle dependency, but needs explicit compilation ? How is it different from any normal library ?
What needs to be done use ffmpeg within my android project ?Can it convert videos with all codecs and formats using ffmepeg for android ?