decord
decord copied to clipboard
Decord returns file content into console if video reading fails
When I'm trying to read bad video (or not video), decord returns file content flooding my console. Is there way to control decord's output and its amount to prevent flooding?
I call vr = VideoReader(video) and then try to get frames from it with vr.get_batch().