]> git.sesse.net Git - mlt/commitdiff
Added a producer slowmotion example.
authordezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 24 Oct 2005 21:51:24 +0000 (21:51 +0000)
committerdezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 24 Oct 2005 21:51:24 +0000 (21:51 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@855 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/motion_est/README

index 03659734504fe3643d77a787bda29212f28cacba..5542d3f2a2fb1b8dc6bb508bab8e5db6e750d03f 100644 (file)
@@ -56,6 +56,10 @@ To obscure that same object in the frame, try this:
 
        > inigo -filter autotrack_rectangle:X,Y:WxH obscure=1 <movie_file>
 
+There is now a slow motion producer that does interpolation based on the motion vectors:
+
+       > inigo slowmotion:<movie_file> _speed=0.1 method=1 debug=1
+
 NOTES (and deficiencies):
 
 1.  Ignore shot change detection when your using the autotrack_rectangle filter.