From 10be8c5857ee07bd128d7518ffdd96899deb2eb0 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sun, 22 Nov 2020 15:11:39 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a2baba..390ab39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RIFE Video Frame Interpolation ## [arXiv](https://arxiv.org/abs/2011.06294) | [Project Page](https://rife-vfi.github.io) | [Reddit](https://www.reddit.com/r/linux/comments/jy4jjl/opensourced_realtime_video_frame_interpolation/) | [YouTube_v1.2](https://youtu.be/LE2Dzl0oMHI) -**11.22 News: We notice an windows app is trying to integrate RIFE, we hope everyone will try and help improve. You can download [Flowframes](https://nmkd.itch.io/flowframes) for free.** +**11.22 News: We notice a new windows app is trying to integrate RIFE, we hope everyone to try and help them improve. You can download [Flowframes](https://nmkd.itch.io/flowframes) for free.** **11.20 News: I optimize the parallel processing, get 60% speedup!** From 29d04dea1657c270c372ef269a4be71dde3d42b7 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sun, 22 Nov 2020 16:46:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 390ab39..6bf343b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ $ python3 inference_video_parallel.py --exp=2 --video=video.mp4 The warning info, 'Warning: Your video has *** static frames, it may change the duration of the generated video.' means that your video has changed the frame rate by adding static frames, it is common if you have processed 25FPS video to 30FPS. +**To combine the video and audio, please check [this issue](https://github.com/hzwer/arXiv2020-RIFE/issues/12#issuecomment-731715507).** + **Image Interpolation** ```