Recherche avancée

Médias (91)

Autres articles (66)

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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (5200)

  • pcx : Consume the whole packet if giving up due to missing palette

    28 septembre 2013, par Martin Storsjö
    pcx : Consume the whole packet if giving up due to missing palette
    

    Previously, we returned 0, meaning successful decoding but 0
    bytes consumed, leading to an infinite loop.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/pcx.c
  • Revision 31ee193a9c : Extension of segmentation to 8 segments. Also some further simplification follo

    24 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_segmentation.c


     Modify /vpx/vp8cx.h



    Extension of segmentation to 8 segments.

    Also some further simplification following removal
    of top node code.

    There is an issue in regards to the shared file vp8cx.h
    in regard to the roi_map as this interface assumes that
    there are only 4 segments. I have left the value here as
    4 for now meaning that the roi_map interface is broken
    for VP9.

    Note that this change would have been easier if I hadn't
    had to search for hard wire instances of the number 4
    and <= 3.

    Change-Id : Ia8b6deea4be4dbd20deb1656e689dd43a5f190e8

  • How to make WebM video file seekable using ffmpeg while keeping video format same ? [closed]

    4 janvier 2023, par Alok

    I downlaod video using chrome extension in WebM format but these videos are not seekable (meaning the seekbar does not work as expected).

    &#xA;

    What I've tried :

    &#xA;

    I have used a tool called MKclean, which can fix it by using this command :

    &#xA;

    mkclean --doctype 4 --keep-cues --optimize original.webm optimized.webm&#xA;

    &#xA;

    How can I achieve this same result by using ffmpeg so I can make my WebM videos seekable ?

    &#xA;