From 46fee89a85f502e3f21dfa7a65bd10d27ae1b884 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Wed, 18 Nov 2020 11:45:31 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce731ee..86fd8d6 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ $ python3 inference_video.py --times=2 --video video.mp4 ``` (if you want 4X interpolation) ``` -$ python3 inference_video_parallel.py --times=2 --video video.mp4 -``` -(Try our parallel process to get 100% speedup!) -``` -$ python3 inference_video_parallel.py --times=2 --video video.mp4 --fps=60 +$ python3 inference_video.py --times=2 --video video.mp4 --fps=60 ``` (add slomo effect) ``` $ python3 inference_video.py --video video.mp4 --montage --png ``` (if you want to montage the origin video, and save the png format output) +``` +$ python3 inference_video_parallel.py --times=2 --video video.mp4 +``` +(Try our parallel process to get 100% speedup!) 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.