From 6cecd621e22006489bd1e351f4cdad13daf0dc4a Mon Sep 17 00:00:00 2001 From: dezeroex Date: Mon, 24 Oct 2005 21:51:24 +0000 Subject: [PATCH] Added a producer slowmotion example. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@855 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/motion_est/README | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/modules/motion_est/README b/src/modules/motion_est/README index 0365973..5542d3f 100644 --- a/src/modules/motion_est/README +++ b/src/modules/motion_est/README @@ -56,6 +56,10 @@ To obscure that same object in the frame, try this: > inigo -filter autotrack_rectangle:X,Y:WxH obscure=1 +There is now a slow motion producer that does interpolation based on the motion vectors: + + > inigo slowmotion: _speed=0.1 method=1 debug=1 + NOTES (and deficiencies): 1. Ignore shot change detection when your using the autotrack_rectangle filter. -- 1.7.4.4