**This Script is unfinished and not ready for usage.**
This script converts all videostreams in all files with given file extension in your current working directory and all subdirectories to vp9 using the Matroska container.
The standard settings are in my opinion good for personal storage of movies. Feel free to change them or suggest changes. Later there will be options in the script to change the default behavior.
needs libva and [Hardware video acceleration](https://wiki.archlinux.org/title/Hardware_video_acceleration) available in your system. Try vainfo in your terminal for verification.
needs [Hardware video acceleration](https://wiki.archlinux.org/title/Hardware_video_acceleration) with QuickSync and ffmpeg-build with ```--enable-libmfx``` or ```--enable-libvpl```.
- [Differences between libvpl and libmfx](https://www.intel.com/content/www/us/en/developer/articles/technical/onevpl-in-ffmpeg-for-great-streaming-on-intel-gpus.html)