Skip to content

Commit

Permalink
Fixed #372
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloin1313 committed Mar 1, 2017
1 parent 16d33e3 commit 95f26bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/tools/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def manual_tracking(clip, t1=None, t2=None, fps=None, nobjects = 1,
---------
>>> from moviepy.editor import VideoFileClip
>>> from moviepy.tools.tracking import manual_tracking
>>> from moviepy.video.tools.tracking import manual_tracking
>>> clip = VideoFileClip("myvideo.mp4")
>>> # manually indicate 3 trajectories, save them to a file
>>> trajectories = manual_tracking(clip, t1=5, t2=7, fps=5,
Expand Down

0 comments on commit 95f26bd

Please sign in to comment.