Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

Sur d’autres sites (10930)

  • lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface

    23 juillet 2024, par Fei Wang
    lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface
    

    Fix cmd :
    ffmpeg.exe -init_hw_device d3d11va=d3d -init_hw_device qsv=qsv@d3d \
    - filter_hw_device d3d -hwaccel qsv -hwaccel_output_format qsv \
    - i in.h264 -vf "hwmap,format=d3d11,hwdownload,format=nv12" -y out.yuv

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Tested-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavutil/hwcontext_qsv.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
  • lavc/hw_base_encode : correct the timestamp when input_order = decode_delay

    8 juillet 2024, par Tong Wu
    lavc/hw_base_encode : correct the timestamp when input_order = decode_delay
    

    Fixed the command line : ffmpeg -hwaccel vaapi -pix_fmt nv12 -s:v
    widthxheight -i input.yuv -vf "hwupload" -c:v hevc_vaapi -bf 10 -b_depth 3
    - vframes 3 -f null -

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

    • [DH] libavcodec/hw_base_encode.c