Changes between Version 2 and Version 3 of Ticket #10733


Ignore:
Timestamp:
Dec 12, 2023, 6:17:21 AM (3 years ago)
Author:
solchi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10733 – Description

    v2 v3  
    33How to reproduce:
    44{{{
    5 % ffmpeg -init_hw_device vulkan=vk:0 -filter_hw_device vk -i inputfile.mkv -vf hwupload,nlmeans=s=5,hwdownload,format=yuv420p -c:v libx264 -b:v 0 -crf 18 -tune fastdecode -map 0:0 outputfile.mkv
     5% ffmpeg -init_hw_device vulkan=vk:0 -filter_hw_device vk -i inputfile.mkv -vf hwupload,nlmeans_vulkan=s=5,hwdownload,format=yuv420p -c:v libx264 -b:v 0 -crf 18 -tune fastdecode -map 0:0 outputfile.mkv
    66ffmpeg version 6.1 Copyright (c) 2000-2023 the FFmpeg developers
    77  built with gcc 13 (Gentoo 13.2.1_p20230826 p7)
     
    99Zip file contains: full-uncut console output, vulkaninfo, source and effected video and other possible relevant information.
    1010
    11 URL to Zip File: https://mega.nz/file/AKNWHRiY#ngjsTe0X4Us_ZxFxeLTttKI8lCbhW1O49RfyPl2R4ME
     11URL to Zip File: https://mega.nz/file/4TFTULAK#fyvLj4QdZIHxa3aZiqVsVSSrE07L7o1U4nkxNfnduaM
    1212
    1313(Note: other vulkan filters were tested and appear to be functioning as expected e.g. flip_vulkan or gblur_vulkan)