Tianxiong Zhong

Results 2 comments of Tianxiong Zhong

I'm trying to use PyAV to mux a lot of video, so I want to disable the log as below: ``` bash x265 [info]: HEVC encoder version 3.5+1-f0c1022b6 x265 [info]:...

I have tried to support customized mask sequence by modifying the implementation of `__getitem__` in `VideoDataset`. However, I observe that the `make_masked_images ` is some kind weird. ```python def make_masked_images(imgs,...