kopia lustrzana https://github.com/corrscope/corrscope
Switch command-line options from --audio_path to --audio-path
rodzic
56f98c4823
commit
de36194085
|
@ -39,8 +39,8 @@ _FPS = 60 # f_s
|
|||
|
||||
|
||||
@click.command()
|
||||
@click.argument('wave_dir', type=Folder)
|
||||
@click.option('--audio_path', type=File, default=None)
|
||||
@click.argument('wave-dir', type=Folder)
|
||||
@click.option('--audio-path', type=File, default=None)
|
||||
@click.option('--fps', default=_FPS)
|
||||
@click.option('--output', default='output.mp4')
|
||||
def main(wave_dir: str, audio_path: Optional[str], fps: int, output: str):
|
||||
|
|
Ładowanie…
Reference in New Issue