Update README.md

This commit is contained in:
hzwer
2020-11-16 20:09:36 +08:00
committed by GitHub
parent 7005b64b43
commit 3e8affc79e

View File

@@ -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.