Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (13)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (4709)

  • rtpdec : Free depacketizers if the init function failed

    24 février 2015, par Martin Storsjö
    rtpdec : Free depacketizers if the init function failed
    

    This is different from how it is handled in codecs/demuxers/muxers
    though (where the close function isn’t called if the open function
    failed), but since the number of depacketizers that have an .init
    function is quite limited, this is easy to change.

    The main point is that if the init function failed, we shouldn’t
    try to use that depacketizer at all - this makes sure that the
    parse function doesn’t need to check for the things that were
    initialized in the init function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rdt.c
    • [DBH] libavformat/rtpdec.h
    • [DBH] libavformat/rtpdec_mpegts.c
    • [DBH] libavformat/rtsp.c
  • dnn_backend_openvino.c : separate function execute_model_ov

    17 novembre 2020, par Guo, Yejun
    dnn_backend_openvino.c : separate function execute_model_ov
    

    function fill_model_input_ov and infer_completion_callback are
    extracted, it will help the async execution for reuse.

    Signed-off-by : Xie, Lin <lin.xie@intel.com>
    Signed-off-by : Wu Zhiwen <zhiwen.wu@intel.com>
    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • configure : Add name parameter to require_pkg_config() helper function

    23 janvier 2017, par Diego Biurrun
    configure : Add name parameter to require_pkg_config() helper function
    

    This allows distinguishing between the internal variable name for
    external libraries and the pkg-config package name. Having both
    names available avoids special-casing outside the helper function
    when the two identifiers do not match.

    • [DBH] configure