Adam-Kay / Batch-Encoder

Command line batch file encoder using FFmpeg
GNU General Public License v3.0
0 stars 0 forks source link

Add launch arguments to program for quick use / testing #24

Closed Adam-Kay closed 11 months ago

Adam-Kay commented 11 months ago

Improvement Description

The program currently asks a few questions before it gets into the encoding. This makes testing the program (i.e. via Actions as suggested in #21) or quickly launching it to go right into the main "meat" of the program not possible currently.

Functionality / Design

Add launch arguments like --confirm, --update false, and/or --ffmpegloc [path] to answer the questions before they are asked.

Adam-Kay commented 10 months ago

Options and flags should be formatted according http://docopt.org/ In this case, the end result should be:

  • [--silent] : Optional
  • --ffmpegloc <path> : With argument
  • --update (true|false|force) : With limited options

Originally posted in https://github.com/Adam-Kay/Batch-Encoder/issues/32#issuecomment-1863522504