1## Video Codec CTS Tests 2The tests present in this folder are an extension of tests at cts/tests/tests/media/encoder/. 3 4The test vectors used by the test suite is available at [link](https://dl.google.com/android/xts/cts/tests/videocodec/CtsVideoCodecTestCases-2.1.zip) and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory. 5 6### Commands 7```sh 8$ atest android.videocodec.cts 9``` 10