Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

  • avfilter/vf_dnn_processing.c : use swscale for uint8float32 convert

    20 février 2020, par Guo, Yejun
    avfilter/vf_dnn_processing.c : use swscale for uint8<->float32 convert
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Reviewed-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/vf_dnn_processing.c
  • How to check ffmpeg hardware acceleration status

    4 août 2022, par xrfang

    Several questions regarding hardware acceleration with ffmpeg (which I think is NOT same question as this one) :

    &#xA;

      &#xA;
    1. How can I tell if my version of ffmpeg support hardware acceleration or not, and what are the acceleration features it support ?

      &#xA;

    2. &#xA;

    3. From the output of an transcoding process, can I tell if ffmpeg is using hardware acceleration or not ?

      &#xA;

    4. &#xA;

    5. I am using ffmpeg to pull H265 video from camera, and convert it to H264 HLS chunks. The problem now is the transcoding process is too CPU intensive. I hope to use hardware acceleration. Due to the application, I cannot use expensive GPUs such as NVidia cuda platform. If using only Intel HD graphics comes with CPU, can I significantly lower CPU usage when transcoding H265 => H264 ? What is the estimated performance gain in % ?

      &#xA;

    6. &#xA;

    &#xA;

    Thanks.

    &#xA;

  • dxva2_vc1 : include the start code in wMBbitOffset

    7 mars 2014, par Hendrik Leppkes
    dxva2_vc1 : include the start code in wMBbitOffset
    

    This resolves a decoding failure on Intel GPUs.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dxva2_vc1.c