From 93bb914f5e4f5d8e4a43b7837f447dc197f8a3e4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 11 Jun 2012 12:02:18 +0200 Subject: [PATCH] second video is optional --- bin/oxtimelines | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/oxtimelines b/bin/oxtimelines index 6523c06..4af5443 100755 --- a/bin/oxtimelines +++ b/bin/oxtimelines @@ -36,7 +36,8 @@ second (smaller) one. If the wide option is set, large 'keyframeswide' tiles will be rendered. They can be used at a later point to render small 'keyframes' tiles without having to decode the video again. -usage: %prog [options] video1 video2''' +usage: %prog [options] video1 [video2]''' + parser = OptionParser(usage=usage) parser.add_option('-o', '--output', dest='tiles', help='path for combined timeline tiles') parser.add_option('-c', '--cuts', dest='cuts', help='path for combined cuts json file')