Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (59)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

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

  • lavc/flac : Fix encoding and decoding with high lpc.

    12 mai 2015, par Carl Eugen Hoyos
    lavc/flac : Fix encoding and decoding with high lpc.
    

    Based on an analysis by trac user lvqcl.

    Fixes ticket #4421, reported by Chase Walker.

    • [DH] doc/decoders.texi
    • [DH] libavcodec/arm/flacdsp_init_arm.c
    • [DH] libavcodec/flacdec.c
    • [DH] libavcodec/flacdsp.c
    • [DH] libavcodec/flacdsp.h
    • [DH] libavcodec/flacenc.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/x86/flacdsp_init.c
  • fate/utvideo : add test for decoding and encoding

    28 octobre 2017, par Martin Vignali
    fate/utvideo : add test for decoding and encoding
    
    • [DH] tests/fate/utvideo.mak
    • [DH] tests/ref/fate/utvideo_rgb_int_gradient
    • [DH] tests/ref/fate/utvideo_rgb_int_median
    • [DH] tests/ref/fate/utvideo_rgba_gradient
    • [DH] tests/ref/fate/utvideo_yuv420_gradient
    • [DH] tests/ref/fate/utvideo_yuv420_int_gradient
    • [DH] tests/ref/fate/utvideo_yuv420_int_median
    • [DH] tests/ref/fate/utvideo_yuv422_gradient
    • [DH] tests/ref/fate/utvideo_yuv422_int_gradient
    • [DH] tests/ref/fate/utvideo_yuv422_int_median
    • [DH] tests/ref/fate/utvideo_yuv444_709_gradient
    • [DH] tests/ref/fate/utvideo_yuv444_709_int_gradient
    • [DH] tests/ref/fate/utvideo_yuv444_709_int_median
    • [DH] tests/ref/fate/utvideo_yuv444_709_median
    • [DH] tests/ref/fate/utvideoenc_yuv444_left
    • [DH] tests/ref/fate/utvideoenc_yuv444_median
    • [DH] tests/ref/fate/utvideoenc_yuv444_none
  • Encoding using videotoolbox and decoding same data using ffmpeg

    26 octobre 2017, par PR Singh

    I am working on encoding and decoding programme. I
    found videotoolbox on Mac OSX for encoding and decoding.So, by using videotoolbox, i am able to do both the task easily but facing issue with decode using FFMpeg.

    So basically my problem is—Encoding via Videotoolbox and decoding via FFMpeg
    I have scratched my head, looked around the internet, didn’t get any solution since 4 days, not even hint,

    Any help will be appreciable