We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vdx: Invalid option
vdx seems to be broken right now (on my machine at least). The program seems to interpret given file names as options.
vdx
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
They all fail with the following message:
The text was updated successfully, but these errors were encountered: