yuanqing/vdx

Error `vdx: Invalid option` always thrown

Opened this issue · 0 comments

vdx seems to be broken right now (on my machine at least). The program seems to interpret given file names as options.

Tried following commands:

vdx 'video.mov' -t 00:00.43
vdx 'video.mov' --trim 00:00.43
vdx --trim 0:00:43 video.mov
vdx video.mov --format mp4

They all fail with the following message:

vdx: Invalid option: video.mov