Skip to content

Commit

Permalink
add max vbitrate shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
GBeauregard committed Mar 23, 2022
1 parent 4c46d1c commit 8d1fc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyffstream/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ def ffmpeg_vencoder(value: str) -> str:
metavar="BITRATE",
)
video_parser.add_argument(
"-M",
"--max-vbitrate",
type=ffmpeg_number_int,
help="max encoding video bitrate (ffmpeg num) (default: vbitrate)",
Expand Down

0 comments on commit 8d1fc72

Please sign in to comment.