What steps will reproduce the problem? 1. Install OpenCV via *any method* 2. Include appropriate javacv jars in a project What is the expected output? What do you see ...
I am using JavaCV to extract the sound from a video my code (found somewhere on the internet) is as follows: `public void extractAudioFromVedio(String videoPath) //audio path String ...