From e8ed958c34c893b31b39336d1d34e89fb83dbbae Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 19 Sep 2024 15:39:36 +0800 Subject: [PATCH] Update REAME.md Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a93d587..52dd8e0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ print('#' * 50) d = ops.video_decode.ffmpeg(gpu_id=0, start_time=10.0, end_time=20.0, sample_type='time_step_sample', args={'time_step': 1}) for frame in d(video_path): print(frame) - +``` result: VideoFrame shape: (360, 480, 3), mode: RGB, timestamp: 10010, key_frame: 1