From 514fd751ef9bc91a4b44d828e36405507b0ffa79 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Sun, 15 Nov 2020 16:51:46 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc9c675..0b6bcfe 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ $ ffmpeg -r 10 -f image2 -i output/img%d.png -s 448x256 -vf "split[s0][s1];[s0]p ``` $ python3 inference_mp4_2x.py --video video.mp4 (generate video_2x.mp4, you can use this script recursively to get 4X, 8X, 16X...) +$ python3 inference_mp4_2x.py --video myvideo.mp4 --montage +(if you want to montage the origin video) ``` We will release our training and benchmark validation code soon.