diff --git a/auto_editor/__main__.py b/auto_editor/__main__.py index 9ecc8cde2..3c5a38e43 100755 --- a/auto_editor/__main__.py +++ b/auto_editor/__main__.py @@ -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" ) diff --git a/auto_editor/help.py b/auto_editor/help.py index 0a6064c83..442feafaa 100644 --- a/auto_editor/help.py +++ b/auto_editor/help.py @@ -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).