Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6575)

  • dm365 mpeg4 encoder P-Frames

    14 juin 2012, par Ulterior

    I am implementing the operation of encoding video with TI DM365 mpeg4 encoder and containerizing it with ffmpeg mp4 container using a dummy FMP4 codec to produce headers and footers. While the container is proven to be working correctly using similar Intel based mpeg4 encoder, the dm365 gives a mosaic result if P frames are used at all. Using only I frames works, but I would like to minimize amount of data stored.

    The example of the result can be viewed here. Settings are 1-Iframe, 9-Pframes

    TI developers didn't answer my question regarding this in 2 days, so I am trying to get help here.

  • MAINTAINERS : add myself to qsv section

    4 juin 2018, par Zhong Li
    MAINTAINERS : add myself to qsv section
    

    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] MAINTAINERS
  • avcodec/qsv : fix async support

    24 juillet 2018, par Dmitry Rogozhkin
    avcodec/qsv : fix async support
    

    Current implementations of qsv components incorrectly work with async level, they
    actually try to work in async+1 level stepping into MFX_WRN_DEVICE_BUSY and polling
    loop. This change address this misbehaviour.

    Signed-off-by : Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
    Cc : Maxym Dmytrychenko <maxim.d33@gmail.com>
    Cc : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>

    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvdec_h2645.c
    • [DBH] libavcodec/qsvdec_other.c
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h