Skip to content

Commit aea83da

Browse files
committed
Add video fetching instructions to the Vulkan README
Change-Id: I20fb4a5a4bbef023fba57db6dbf3f3689777a502
1 parent 33193d2 commit aea83da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

external/vulkancts/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ With CMake out-of-source builds are always recommended. Create a build directory
7373
of your choosing, and in that directory generate Makefiles or IDE project
7474
using cmake.
7575

76+
If you intend to run the Vulkan CTS video decode or encode tests, you must first
77+
download the required sample clips by running the two helper scripts in the
78+
`external/` directory:
79+
80+
python3 external/fetch_video_decode_samples.py
81+
python3 external/fetch_video_encode_samples.py
82+
83+
Each script will pull down the necessary video files into the CTS data tree.
84+
Both scripts support the `--help` flag to list all available options.
7685

7786
### Windows x86-32
7887

0 commit comments

Comments
 (0)