Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (98)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

Sur d’autres sites (17312)

  • avutil/hwcontext_d3d11va : pass the format value from outside for staging texture

    7 mai 2022, par Tong Wu
    avutil/hwcontext_d3d11va : pass the format value from outside for staging texture
    

    In d3d11va_create_staging_texture(), during the hwmap process, the
    ctx->internal->priv is not initialized, resulting in the
    texDesc.Format not initialized. Now pass the format value from
    d3d11va_transfer_data() to fix it.

    $ 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,hwdownload,format=nv12" \
    - 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_d3d11va.c
  • lavc/d3d12va_encode : trim header alignment at output

    8 juillet 2024, par Tong Wu
    lavc/d3d12va_encode : trim header alignment at output
    

    It is d3d12va's requirement that the FrameStartOffset must be aligned as
    per hardware limitation. However, we could trim this alignment at output
    to reduce coded size. A aligned_header_size is added to
    D3D12VAEncodePicture.

    Signed-off-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavcodec/d3d12va_encode.c
    • [DH] libavcodec/d3d12va_encode.h
  • qsv : remove CONFIG_VAAPI for mutiple formats

    14 février 2023, par Tong Wu
    qsv : remove CONFIG_VAAPI for mutiple formats
    

    Remove CONFIG_VAAPI for VUYX, YUYV422, Y210, XV30, Y212, XV36.

    Make 8-bit, 10-bit, 12-bit YUV 4:2:2 video sources as well as YUV 4:4:4
    video sources supported by d3d11va and dxva2 just like what VAAPI does.

    Sign-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/qsv.c
    • [DH] libavutil/hwcontext_qsv.c