Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (43)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

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

  • avformat : Immersive Audio Model and Formats muxer

    25 novembre 2023, par James Almer
    avformat : Immersive Audio Model and Formats muxer
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] Changelog
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/iamf_writer.c
    • [DH] libavformat/iamf_writer.h
    • [DH] libavformat/iamfenc.c
    • [DH] libavformat/version.h
  • avfilter/palettegen : base box split decision on a perceptual model

    27 décembre 2022, par Clément Bœsch
    avfilter/palettegen : base box split decision on a perceptual model
    

    Similar to the change in paletteuse, we rely on a perceptual model to
    decide how and where to split the box.

    • [DH] libavfilter/Makefile
    • [DH] libavfilter/vf_palettegen.c
    • [DH] tests/ref/fate/filter-palettegen-1
    • [DH] tests/ref/fate/filter-palettegen-2
  • lavf/dnn : dump OpenVINO model input/output names to OVMdel struct.

    21 juillet 2022, par Ting Fu
    lavf/dnn : dump OpenVINO model input/output names to OVMdel struct.
    

    Dump all input/output names to OVModel struct. In case other funcs use
    them for reporting errors or locating issues.

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c