From: dezeroex Date: Mon, 24 Oct 2005 21:51:24 +0000 (+0000) Subject: Added a producer slowmotion example. X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=6cecd621e22006489bd1e351f4cdad13daf0dc4a;p=melted Added a producer slowmotion example. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@855 d19143bc-622f-0410-bfdd-b5b2a6649095 --- 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.