Open Wint3rain opened 1 year ago
Can you provide test input? It seems to work fine on my local setup and in CI: https://github.com/NVIDIA/VideoProcessingFramework/pull/458
I used mp4 videos downloaded from pixabay. However, I got the same error when I used different mp4 format videos.
I could now reproduce the segfault. We're working on it
Hello
Please tell, was the error leading to segfault fixed?
I could now reproduce the segfault. We're working on it
Describe the bug I am able to use other functions such as decoding without any issues. However, when trying to use the GetMotionVectors() function as shown in the code above, I encounter a segmentation fault (core dumped) error.
This is my code.
Is there any solution to resolve this issue?