RoyaltyLJW
RoyaltyLJW
hi, @meakbiyik Have you found any solution to deal with the problem? I find that if i break before all the frame extracted, stream.close causes everything to hang
@meakbiyik Thanks a lot. It fix my deadlock issue
What's more, memory leak happen in the code below due to opencv operation ```python def generator_mode(input_list): input_path,threads = input_list start = time.time() graph = bmf.graph() video = graph.decode({ 'input_path': input_path,...
Thanks, I will try it. Is it can run in cpu?
It seems that it use encode module to save the frame in JPEG format, but i do not want to save it as a file. Instead, I want to get...
Thanks a lot, the ffmpeg version I test with two ways is the same. I will try it later