Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (61)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8157)

  • Revision 1fc70e47cd : Adds code for corner detection and ransac This code is to start experiments wit

    7 février 2015, par Deb Mukherjee

    Changed Paths :
     Add /vp9/encoder/vp9_corner_detect.c


     Add /vp9/encoder/vp9_corner_detect.h


     Add /vp9/encoder/vp9_corner_match.c


     Add /vp9/encoder/vp9_corner_match.h


     Add /vp9/encoder/vp9_global_motion.c


     Add /vp9/encoder/vp9_global_motion.h


     Add /vp9/encoder/vp9_ransac.c


     Add /vp9/encoder/vp9_ransac.h


     Modify /vp9/vp9cx.mk



    Adds code for corner detection and ransac

    This code is to start experiments with global motion models.

    The corner detection can be either fast_9 or Harris.
    Corner matching is currently based on normalized correlation.
    Three flavors of ransac are used to estimate either a
    homography (8-param), or an affine model (6-param) or a
    rotation-zoom only affine model (4-param).

    The highest level API for the library is in vp9_global_motion.h,
    where there are two functions - one for computing a single model
    and another for computing multiple models up to a maximum number
    provided or until a desired inlier probability is achieved.

    Change-Id : I3f9788ec2dc0635cbc65f5c66c6ea8853cfcf2dd

  • avformat/rtpdec_h261 : code aligned to the HEVC code

    1er novembre 2014, par Thomas Volkert
    avformat/rtpdec_h261 : code aligned to the HEVC code
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpdec_h261.c
  • Revision e5eda53e3d : vpx_mem : remove memory manager code vestigial. the code is stale and couldn't b

    16 avril 2015, par James Zern

    Changed Paths :
     Modify /configure


     Modify /vpx_mem/include/vpx_mem_intrnl.h


     Delete /vpx_mem/memory_manager/hmm_alloc.c


     Delete /vpx_mem/memory_manager/hmm_base.c


     Delete /vpx_mem/memory_manager/hmm_dflt_abort.c


     Delete /vpx_mem/memory_manager/hmm_grow.c


     Delete /vpx_mem/memory_manager/hmm_largest.c


     Delete /vpx_mem/memory_manager/hmm_resize.c


     Delete /vpx_mem/memory_manager/hmm_shrink.c


     Delete /vpx_mem/memory_manager/hmm_true.c


     Delete /vpx_mem/memory_manager/include/cavl_if.h


     Delete /vpx_mem/memory_manager/include/cavl_impl.h


     Delete /vpx_mem/memory_manager/include/heapmm.h


     Delete /vpx_mem/memory_manager/include/hmm_cnfg.h


     Delete /vpx_mem/memory_manager/include/hmm_intrnl.h


     Modify /vpx_mem/vpx_mem.c


     Modify /vpx_mem/vpx_mem.h


     Modify /vpx_mem/vpx_mem.mk



    vpx_mem : remove memory manager code

    vestigial. the code is stale and couldn’t be configured directly ; there
    are better ways to achieve this now

    Change-Id : I5a9c62e099215588cd0d7e5ae002dfc77c21a895