kieranjol / pyh264bitc

Create watermarked/timecoded h264s
1 stars 0 forks source link

Add options - batch/watermark #9

Open kieranjol opened 8 years ago

kieranjol commented 8 years ago

Currently batch, single file and watermark are seperate.

Instead, change so if input == dir - run a batch, if input == file make single file

Also add argparse to bring up option for gui/set output path etc..

kieranjol commented 8 years ago

P.S , pretty sure these argparse examples would work well https://github.com/finoradin/moma-utils/blob/master/makedirs.py