Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • 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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP 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 (7722)

  • libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING.

    25 novembre 2014, par Erik de Castro Lopo
    libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING.
    
    • [DH] src/libFLAC/format.c
    • [DH] test/metaflac-test-files/case07-expect.meta
  • How to manipulate 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. I want to build a demo, in which you can change the volume and other meta-data information while the video/audio is being played/decoded, but I am struggling to find a library that gives me that option. I have looked into libmpegh and ffmpeg (which is also tagged in this question).

    


    For the libmpegh, I have read the docs and read some of their implementation for their main function that gets called by their command line integration. It simply receives the bytes and saves into a file, not playing it live nor do I see the metadata being exposed anywhere.

    


    Essentially, I want to have access to the Meta-data Decoder and change some object's values around as the decoder is passing the information to the audio mixer/player, but I do not know of a Lib that allows me to do such a thing.

    


    What Library can I use to achieve my goal ?

    


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

    


  • avformat/tee : allow packets with negative timestamps

    14 juillet 2020, par Jan Ekström
    avformat/tee : allow packets with negative timestamps
    

    As this is a meta muxer and the same flag is set with the fifo
    meta muxer, there is really no reason not to have this set here
    as well.

    Signed-off-by : Jan Ekström <jan.ekstrom@24i.com>

    • [DH] libavformat/tee.c