Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (37)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (4971)

  • vaapi_h265 : Fix slice header writing

    30 septembre 2016, par Mark Thompson
    vaapi_h265 : Fix slice header writing
    

    This was not observed earlier because the only syntax element which
    it normally misses with the current setup is slice_qp_delta, but that
    is always going to be zero (in IDR frames QP isn’t varied on the
    slice) which will always exp-golomb code as a single 1 bit. The
    immediately following part is the byte alignment, which is always a 1
    bit followed by 0s which are ignored, so as long as the bitstream is
    never aligned at that point we will never notice because the only
    difference is that an ignored bit is a 1 instead of a 0.

    • [DBH] libavcodec/vaapi_encode_h265.c
  • lavc/qsvenc : add support for external bitrate control for HEVC

    13 février 2020, par Linjie Fu
    lavc/qsvenc : add support for external bitrate control for HEVC
    

    Enables option for hevc_qsv encoder :
    -extbrc

    Improvements in BD-Rate could be observed with extbrc on.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] libavcodec/qsvenc.c
  • pgssub : Fix subpicture colorspace and range

    24 avril 2016, par Jan Ekström
    pgssub : Fix subpicture colorspace and range
    

    Widen the values from limited to full range and use BT.709 where it
    should be used according to the video resolution :

    SD is BT.601, HD is BT.709

    Default to BT.709 due to most observed HDMV content being HD.

    • [DBH] libavcodec/pgssubdec.c