Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (38)

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

  • avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP

    27 mai 2020, par Limin Wang
    avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then ff_h264_free_tables() and h264_decode_end() can be removed
    in h264_decode_init() if it's failed.

    The FF_CODEC_CAP_INIT_CLEANUP flag is need for single thread, For multithread,
    it'll be cleanup still by AV_CODEC_CAP_FRAME_THREADS flag if have.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/h264dec.c
  • doc/bitstream_filters : fix for the syntax of code

    30 mars 2022, par Limin Wang
    doc/bitstream_filters : fix for the syntax of code
    

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/bitstream_filters.texi
  • avfilter/vf_scale : cosmetics

    26 septembre 2019, par Limin Wang
    avfilter/vf_scale : cosmetics
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_scale.c