Open Witiko opened 3 years ago
The dnn_processing filter of FFmpeg can do more than just superresolution. FFmpeg supports a number of built-in deinterlacing algorithms (bwdif, estdif, kerndeint, nnedi, w3fdif, yadif), but none of them can be pretrained. In https://github.com/MIR-MU/ffmpeg-tensorflow/issues/6#issuecomment-763350720, @dlueth mentioned the lszhuhaichao/Deep-Video-Deinterlacing model, which implements a paper by Zhu et al. (2017). The code is written in Tensorflow and pre-trained models are available.
We should:
@Witiko perhaps this repo can also be a little help: https://github.com/HENDRIX-ZT2/Deep-Video-Deinterlacing
The dnn_processing filter of FFmpeg can do more than just superresolution. FFmpeg supports a number of built-in deinterlacing algorithms (bwdif, estdif, kerndeint, nnedi, w3fdif, yadif), but none of them can be pretrained. In https://github.com/MIR-MU/ffmpeg-tensorflow/issues/6#issuecomment-763350720, @dlueth mentioned the lszhuhaichao/Deep-Video-Deinterlacing model, which implements a paper by Zhu et al. (2017). The code is written in Tensorflow and pre-trained models are available.
We should: