From ea920a595610a2a3ad20dd59a827ca0fbb8ebecf Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Fri, 14 Oct 2022 00:16:47 +0800 Subject: [PATCH] docs: new features and documentations --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d947ddc..09dbf4a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,12 @@ http://localhost:8000/unsafe/meta/https://test-videos.co.uk/vids/bigbuckbunny/mp "has_audio": false } ``` -Appending the `max_frames()` or `frame(n)` filter however, would trigger the frames processing. This results more processing time but also allows retrieving more frame related info, such as frames per second `fps` and selected frame index: +Appending the `max_frames()` or `frame(n)` filter however, would trigger the frames processing. This results more processing time but also allows retrieving more frame related info, such as frames per second `fps` and selected frame index. Example: + +``` +http://localhost:8000/unsafe/meta/filters:max_frames()/https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/1080/Big_Buck_Bunny_1080_10s_30MB.mp4 +``` + ```json {