Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (29)

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

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

  • avformat/matroskadec : Improve read error/EOF checks II

    24 juin 2019, par Andreas Rheinhardt
    avformat/matroskadec : Improve read error/EOF checks II
    

    This commit fixes a number of bugs :

    1. There was no check that no read error/EOF occured during
    ebml_read_uint, ebml_read_sint and ebml_read_float.
    2. ebml_read_ascii and ebml_read_binary did sometimes not forward
    error codes ; instead they simply returned AVERROR(EIO).
    3. In particular, AVERROR_EOF hasn't been used and no dedicated error
    message for it existed. This has been changed.

    In order to reduce code duplication, the new error code NEEDS_CHECKING
    has been introduced which makes ebml_parse check the AVIOContext's
    status for errors.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • skvideo failed to read 3gp format

    7 décembre 2022, par Zhu
    Traceback (most recent call last):&#xA;  File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 271, in _read_frame_data&#xA;    assert len(arr) == framesize&#xA;AssertionError&#xA;&#xA;During handling of the above exception, another exception occurred:&#xA;&#xA;Traceback (most recent call last):&#xA;  File "C:\Users\20493\Desktop\vread\test1.py", line 11, in <module>&#xA;    video = skvideo.io.vread(dir)&#xA;  File "D:\Anaconda\lib\site-packages\skvideo\io\io.py", line 148, in vread&#xA;    for idx, frame in enumerate(reader.nextFrame()):&#xA;  File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 297, in nextFrame&#xA;    yield self._readFrame()&#xA;  File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 281, in _readFrame&#xA;    s = self._read_frame_data()&#xA;  File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 275, in _read_frame_data&#xA;    raise RuntimeError("%s" % (err1,))&#xA;RuntimeError&#xA;&#xA;</module>

    &#xA;

    Above is the program error,i have no idea to handle the error,hope to get your answer,thanks.

    &#xA;

    Converting 3gp format to mp4 format can be successfully read, but want to read 3gp directly.

    &#xA;

  • ac3dec : Fix out-of-array read

    23 novembre 2013, par Tim Walker
    ac3dec : Fix out-of-array read
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavcodec/ac3dec.c