vdx icon indicating copy to clipboard operation
vdx copied to clipboard

Error `vdx: Invalid option` always thrown

Open mrzool opened this issue 1 year ago • 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

mrzool avatar Sep 01 '22 10:09 mrzool