From 3e8affc79edabb7add5e0480771a035e8d18d107 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Mon, 16 Nov 2020 20:09:36 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58567b8..4ad707b 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ $ python3 inference_mp4_4x.py --video video.mp4 --fps=60 ``` (if you want 4x interpolation) ``` -$ python3 inference_mp4_2x.py --video video.mp4 --montage +$ python3 inference_mp4_2x.py --video video.mp4 --montage --png ``` -(if you want to montage the origin video) +(if you want to montage the origin video, and save the png format output) 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 24FPS video to 30FPS.