diff scripts/play-video.py @ 820:e73e7b644428

generalized play-video for several files (already synchronized
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 22 Jun 2016 15:23:20 -0400
parents 51269511229b
children 26daf35180ad
line wrap: on
line diff
--- a/scripts/play-video.py	Wed Jun 22 14:51:00 2016 -0400
+++ b/scripts/play-video.py	Wed Jun 22 15:23:20 2016 -0400
@@ -21,4 +21,4 @@
 if args.frameRate is not None:
     frameRate = args.frameRate
 
-cvutils.playVideo(args.videoFilename, firstFrameNum, frameRate, rescale = args.rescale, step = args.step)
+cvutils.playVideo([args.videoFilename], None, firstFrameNum, frameRate, rescale = args.rescale, step = args.step)