second video is optional

This commit is contained in:
j 2012-06-11 12:02:18 +02:00
parent 19778a6d84
commit 93bb914f5e
1 changed files with 2 additions and 1 deletions

View File

@ -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')