How to customize mkvmerge commands #311
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#311
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bro is there any option to customize the mkvmerge commands, like I don't want commands like "--no-date", "--disable-track-statistics-tags", "--engage no_variable_data" and instead I would like to change the track order of the subs and flagging Eng sub to default for crunchyroll-DLs.
These are minor commands I want to customize for myself, rest the cli is working perfectly fine.
See #219. My commands might be about FFmpeg, but also apply to mkvmerge.
If you want I could add an option like
--mkvmergeOptions "--yourStuff"with "--no-date", "--disable-track-statistics-tags", "--engage no_variable_data" as default.This way, you could customize it.
Yeah pls. That would be a great help
The newest commit adds the feature. If it is not working, try to put it in the cli defaults, since escaping
"from the terminal might not work correctly.Also, you would need to build it yourself, since it does not qualify for a new release.
If you need help with that, contact me any time.