Skip to content

Commit

Permalink
Delete removed options docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 20, 2024
1 parent 1e75da8 commit 302ebc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,6 @@ def main_options(parser: ArgumentParser) -> ArgumentParser:
flag=True,
help="Disable the inclusion of data streams in the output file",
)
parser.add_argument(
"--extras",
metavar="CMD",
help="Add extra options for ffmpeg. Must be in quotes",
)
parser.add_argument(
"--config", flag=True, help="When set, look for `config.pal` and run it"
)
Expand Down
2 changes: 0 additions & 2 deletions auto_editor/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
The directory doesn't have to exist beforehand, however, the root path must be valid.
Beware that the temp directory can get quite big.
""".strip(),
"--ffmpeg-location": "This takes precedence over `--my-ffmpeg`.",
"--my-ffmpeg": "This is equivalent to `--ffmpeg-location ffmpeg`.",
"--audio-bitrate": """
`--audio-bitrate` sets the target bitrate for the audio encoder.
By default, the value is `auto` (let the encoder decide).
Expand Down

0 comments on commit 302ebc5

Please sign in to comment.