Changes between Initial Version and Version 1 of Ticket #9353
- Timestamp:
- Aug 2, 2021, 2:40:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9353 – Description
initial v1 2 2 How to reproduce: 3 3 {{{ 4 ffmpeg -v verbose -init_hw_device vulkan=vul :2,linear_images=1 -filter_hw_device vul -i input1080p.mp4 -vf "hwupload=extra_hw_frames=16,scale_vulkan=1920:1080,hwdownload,format=yuv420p" -f rawvideo output.yuv4 ffmpeg -v verbose -init_hw_device vulkan=vul,linear_images=1 -filter_hw_device vul -i input1080p.mp4 -vf "hwupload=extra_hw_frames=16,scale_vulkan=1920:1080,hwdownload,format=yuv420p" -f rawvideo output.yuv 5 5 6 6 built on ffmpeg-master and mesa-21.2 7 7 Intel platform. 8 8 }}} 9 This command reports VK_ERROR_DEVICE_LOST error. 9 10 10 11 This command can work on mesa-20.1 which is installed through apt on Ubuntu, but failed on latest mesa-21.2.


