Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie 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, par

    MediaSPIP 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
    ogg/vorbis : implement header packet skip in chained ogg bitstreams.
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vorbis_parser.h
    • [DH] libavcodec/vorbisdec.c
    • [DH] libavformat/oggparsevorbis.c
    • [DH] tests/ref/fate/ogg-vorbis-chained-meta.txt
  • Which library lets me manipulate Audio Objetc's metadata right before decoding ?

    23 juin 2024, par BunnyMerz

    I 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

    &#xA;

    Top level block diagram of the MPEG-H 3D Audio decoder

    &#xA;

    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 ?

    &#xA;

  • Java process use more memory than VisualVM shows

    16 juillet 2021, par Dinexpod

    my java application works 1 day,&#xA;(I use different libs for processing photo like ffmpeg, javacv, javacpp)&#xA;and then I see that my app use 9,5Gb RAM.

    &#xA;

    system monitoring tools

    &#xA;

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

    &#xA;

    I set -Xmx6G

    &#xA;

    In VisualVM I see that heap space size 188M

    &#xA;

    heap space in visualVM

    &#xA;

    Meta Space use 141M

    &#xA;

    metaspace in visualVM

    &#xA;

    May be this helps

    &#xA;

    allocated bytes in visualVM

    &#xA;

    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

    &#xA;

    Edited :

    &#xA;

      &#xA;
    • Yes my app some times have exceptions java.lang.OutOfMemoryError : Java heap space
    • &#xA;

    &#xA;