From 96647cecd6c5cbf999b5d500cb13f7a4af2023c2 Mon Sep 17 00:00:00 2001
From: hanishkvc <hanishkvc@gmail.com>
Date: Sat, 27 Jun 2020 12:57:27 +0530
Subject: [PATCH 14/15] The command used for testing mentioned now

---
 doc/filters.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 6be3e1da8e..11d082cd5c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12255,6 +12255,11 @@ ffplay -i INPUT -vf "fbdetile"
 
 NOTE: While transcoding a test 1080p h264 stream, with 276 frames, with two
 runs of each situation, the performance was
+@example
+rm out.mp4; time ./ffmpeg -i input.mp4 out.mp4
+rm out.mp4; time ./ffmpeg -i input.mp4 -vf fbdetile=0 out.mp4
+rm out.mp4; time ./ffmpeg -i input.mp4 -vf fbdetile=1 out.mp4
+@end example
 @table @option
 @item with no fbdetile filter
 it took ~7.28 secs,
-- 
2.20.1

