Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (40)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • qsv{enc,dec} : extend the internal frame allocator

    10 août 2016, par Anton Khirnov
    qsvenc,dec : extend the internal frame allocator
    

    Handle the internal frame requests, which is required by the HEVC
    encoding plugin.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvenc.c
  • avformat/mux : split side data before internal auto BSF

    4 novembre 2016, par Michael Niedermayer
    avformat/mux : split side data before internal auto BSF
    

    The bitstream filters do not work with merged in side data

    This leaves the input packet split if it is being split.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mux.c
  • avcodec/cuvid : Always check for internal errors during parsing

    10 septembre 2016, par Philip Langdale
    avcodec/cuvid : Always check for internal errors during parsing
    

    The cuvid parser is basically undocumented, and although you’d
    think that a failed callback would result in the overall parse
    call returning an error, that is not true.

    So, we end up silently trying to keep going as if nothing is wrong,
    which doesn’t achieve anything.

    Solution : check the internal error flag every time.
    Signed-off-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/cuvid.c