Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (59)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7769)

  • doc/examples : Add qsv_transcode example

    31 octobre 2022, par Wenbin Chen
    doc/examples : Add qsv_transcode example
    

    Add qsv_transcode example which shows how to use qsv to do hardware
    accelerated transcoding, also show how to dynamically set encoding
    parameters.

    examples :
    Normal usage :
    qsv_transcode input.mp4 h264_qsv output.mp4 "g 60"

    Dynamic setting usage :
    qsv_transcode input.mp4 hevc_qsv output.mp4 "g 60 asyne_depth 1"
    100 "g 120"
    This command initializes codec with gop_size 60 and change it to
    120 after 100 frames

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] configure
    • [DH] doc/examples/.gitignore
    • [DH] doc/examples/Makefile
    • [DH] doc/examples/qsv_transcode.c
  • lavc/qsvdec : Add QSV AV1 decoder

    16 septembre 2020, par Haihao Xiang
    lavc/qsvdec : Add QSV AV1 decoder
    

    AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsvdec_other.c
  • lavc/qsvenc : add encode support for screen content coding extension

    28 septembre 2020, par Haihao Xiang
    lavc/qsvenc : add encode support for screen content coding extension
    

    Enables HEVC Screen Content Coding extension support on ICL+ platform

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc_hevc.c