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
Change one file's cover image and do not generate new file.
command line usage:
SublerCli -dest /Users/roger/Movies/a/sample2.mp4 -metadata {'Cover Art':'/Users/roger/Movies/a/sample.jpg'}
but this node-subler cannot do it.
I make some changes, for referrence:
and this dest checking is unnecessary, we just need overwite file. after some modification: and source is not necessary filed, should check it:
Some property should keep default value same as subler-cli, such as "optimize" etc. They should be false as default.
The text was updated successfully, but these errors were encountered:
Would you like to open a PR?
Sorry, something went wrong.
No branches or pull requests
Change one file's cover image and do not generate new file.
command line usage:
SublerCli -dest /Users/roger/Movies/a/sample2.mp4 -metadata {'Cover Art':'/Users/roger/Movies/a/sample.jpg'}
but this node-subler cannot do it.
I make some changes, for referrence:
and this dest checking is unnecessary, we just need overwite file.
after some modification:
and source is not necessary filed, should check it:
Some property should keep default value same as subler-cli, such as "optimize" etc. They should be false as default.
The text was updated successfully, but these errors were encountered: