OpenGenus / vidsum

Generate summary of any video :tv: anywhere and anytime
GNU General Public License v3.0
262 stars 69 forks source link

Make parameters optional #2

Closed AdiChat closed 7 years ago

AdiChat commented 7 years ago

Make parameters video-file and subtitle-file optional.

Line 107 : parser.add_argument('-i', '--video-file', help="Input video file", required=True) should become parser.add_argument('-i', '--video-file', help="Input video file")

Same goes with Line 108

This will solve issue #1

shriakhilc commented 7 years ago

This issue seems to have been fixed, but it isn't closed. Is there something left to be done?

AdiChat commented 7 years ago

This issue has been resolved 👍

lwgray commented 7 years ago

@adiChat Should this issue be closed?

AdiChat commented 7 years ago

Yes 😄