
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (64)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 (9110)
-
ogg/vorbis : implement header packet skip in chained ogg bitstreams.
24 mai, par Romain Beauxis -
Which library lets me manipulate Audio Objetc's metadata right before decoding ?
23 juin 2024, par BunnyMerzI have read that in the MPEG-H part 3, the 3D audio one, you have the option to encode Objects with certain meta-data, such as volume and coordinates. And it is defined by the Standard that you can alter those information as it goes trough the decoder. Here is an image taken from and article. I'm referring to the box called
Meta-data Decoder




I am struggling to find a library that gives me that option, programmatically. I have looked into libmpegh and ffmpeg (which is also tagged in this question). Are there any known Libs that will let me alter the metadata as the audio is being decoded ?


-
Java process use more memory than VisualVM shows
16 juillet 2021, par Dinexpodmy java application works 1 day,
(I use different libs for processing photo like ffmpeg, javacv, javacpp)
and then I see that my app use 9,5Gb RAM.




I don't understand why my app use so a lot of memory.


I set -Xmx6G


In VisualVM I see that heap space size 188M




Meta Space use 141M




May be this helps




I read articles that Java use more RAM than heap space because there are JIT, Heap space, meta space, code, ant etc. But 9.5Gb is a lot of on my mind


Edited :


- 

- Yes my app some times have exceptions java.lang.OutOfMemoryError : Java heap space