Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (99)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11237)

  • avutil/hwcontext_qsv : derive QSV frames to D3D11VA frames

    7 mai 2022, par Tong Wu
    avutil/hwcontext_qsv : derive QSV frames to D3D11VA frames
    

    Fixes :
    $ ffmpeg.exe -y -hwaccel qsv -init_hw_device d3d11va=d3d11 \
    - init_hw_device qsv=qsv@d3d11 -c:v h264_qsv -i input.h264 \
    - vf "hwmap=derive_device=d3d11va,format=d3d11" -f null -

    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : Tong Wu <tong1.wu@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavutil/hwcontext_qsv.c
  • avformat/flv : correct the video frametype mask to 0x70

    26 juillet 2023, par Steven Liu
    avformat/flv : correct the video frametype mask to 0x70
    

    because the flv specification said the video frametype
    should use value range from 0x00 to 0x70,
    so use 0xF0 have no problem before support enhanced flv,
    but the 0xF0 will get incorrect result after support enhanced flv,
    so should set the video frametype mask 0x70 to make it correct now.

    Reported-By : flvAnalyser <hybase@qq.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/flv.h
  • drawtext : fix text_{w, h} expression vars

    4 février 2012, par Andrey Utkin

    drawtext : fix text_w, h expression vars