From a0130a6b4515b48119b5a04c52e4dbc07ffe097b Mon Sep 17 00:00:00 2001 From: zhangkai <zhangkai.video@bytedance.com> Date: Thu, 30 Jan 2020 10:04:23 -0800 Subject: [PATCH] Revert the changes on cfg --- cfg/per-sequence/BasketballPass.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/per-sequence/BasketballPass.cfg b/cfg/per-sequence/BasketballPass.cfg index 8bb123540..c6b756c94 100644 --- a/cfg/per-sequence/BasketballPass.cfg +++ b/cfg/per-sequence/BasketballPass.cfg @@ -1,11 +1,11 @@ #======== File I/O =============== -InputFile : D:\sequences/BasketballPass_416x240_50.yuv #BasketballPass_416x240_50.yuv +InputFile : BasketballPass_416x240_50.yuv InputBitDepth : 8 # Input bitdepth InputChromaFormat : 420 # Ratio of luminance to chrominance samples FrameRate : 50 # Frame Rate per second FrameSkip : 0 # Number of frames to be skipped in input SourceWidth : 416 # Input frame width SourceHeight : 240 # Input frame height -FramesToBeEncoded : 1 #500 # Number of frames to be coded +FramesToBeEncoded : 500 # Number of frames to be coded Level : 2.1 -- GitLab