Skip to content
New issue

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

Fix README #79

Merged
merged 2 commits into from
Feb 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix engine flag in README not consistent with actual implementation a…
…nd help menu
  • Loading branch information
jerichosy committed Jan 19, 2023
commit 2eaf8c1932ff0a749d4ba599aa4f91c5c07a30ae
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Several options are available for most of the commands :
`--output` allows to choose the output folder
`--merge` adds a merging step, putting the video, the audio (and the subtitles if the `--subs` option is also there) into a single MKV file
`--no-cleanup` disables the suppression of the extracted files after merging
`--engine` specifies the merging program used (either `internal`, ``mkvmerge` or ``ffmpeg`, using the internal method by default)
`--mkv-engine` specifies the merging program used (either `internal`, ``mkvmerge` or ``ffmpeg`, using the internal method by default)

### Examples
- `GICutscenes -h` displays the help menu
Expand Down