This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Description
Describe the bug
Hello - VPF appears to be functioning decently in a simple test case - however it hides / abstracts / removes (?) a lot of libAV functionality in python behind a simple interface.
Is it possible to use pyAV to vend compressed packets of HEVC or AVC data and send to VPF ? This would allow for nice flexibility of having most of libAV at your disposal (audio, re-muxing, time stamps, etc) while having access to the speed of VPF .
Am I misunderstanding the API or is this possible today with VPF?
Thank you.