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.