Changes between Version 2 and Version 3 of Ticket #10733
- Timestamp:
- Dec 12, 2023, 6:17:21 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10733 – Description
v2 v3 3 3 How to reproduce: 4 4 {{{ 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.mkv5 % 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 6 6 ffmpeg version 6.1 Copyright (c) 2000-2023 the FFmpeg developers 7 7 built with gcc 13 (Gentoo 13.2.1_p20230826 p7) … … 9 9 Zip file contains: full-uncut console output, vulkaninfo, source and effected video and other possible relevant information. 10 10 11 URL to Zip File: https://mega.nz/file/ AKNWHRiY#ngjsTe0X4Us_ZxFxeLTttKI8lCbhW1O49RfyPl2R4ME11 URL to Zip File: https://mega.nz/file/4TFTULAK#fyvLj4QdZIHxa3aZiqVsVSSrE07L7o1U4nkxNfnduaM 12 12 13 13 (Note: other vulkan filters were tested and appear to be functioning as expected e.g. flip_vulkan or gblur_vulkan)


