From a6238c7e62bfa2a6493be3a82c8e9a0aa331ed13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jan 2024 11:14:32 +0000 Subject: [PATCH] Generate new screengrabs with rich-codex --- docs/img/baet_extract_help.svg | 110 +++++++++++++++++++++++++++ docs/img/baet_help.svg | 101 ++++++++++++++++--------- docs/img/baet_probe_help.svg | 134 +++++++++++++++++++++++++++++++++ 3 files changed, 311 insertions(+), 34 deletions(-) create mode 100644 docs/img/baet_extract_help.svg create mode 100644 docs/img/baet_probe_help.svg diff --git a/docs/img/baet_extract_help.svg b/docs/img/baet_extract_help.svg new file mode 100644 index 0000000..c3d307b --- /dev/null +++ b/docs/img/baet_extract_help.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BAET + + + + + + + + + + $ cli extract --help + +Usage:cli extract [OPTIONSCOMMAND [ARGS]...                                  + + BAET commandline interface.                                                     + +╭─ Options ────────────────────────────────────────────────────────────────────╮ +--help      Show this message and exit.                                       +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Commands ───────────────────────────────────────────────────────────────────╮ +tracks      Extract audio tracks from video files.                           +╰──────────────────────────────────────────────────────────────────────────────╯ + + + + + diff --git a/docs/img/baet_help.svg b/docs/img/baet_help.svg index d082d22..8a0dd94 100644 --- a/docs/img/baet_help.svg +++ b/docs/img/baet_help.svg @@ -1,4 +1,4 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + - BAET + BAET - + - - $ baet --help -Traceback (most recent call last): -  File "/opt/hostedtoolcache/Python/3.12.1/x64/bin/baet", line 5, in <module> -    from BAET.__main__ import main -  File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/BAET/__main__.py", line 11, in <module> -    from .FFmpeg.extract import MultiTrackAudioBulkExtractor -  File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/BAET/FFmpeg/extract.py", line 20, in <module> -    from .typing import AudioStream -ModuleNotFoundError: No module named 'BAET.FFmpeg.typing' + + $ cli --help + +Usage:cli [OPTIONSCOMMAND [ARGS]...                                          + + BAET commandline interface.                                                     + +╭─ Options ────────────────────────────────────────────────────────────────────╮ +--version        Show the version and exit.                                   +--logging-L    Run the application with logging.                            +--help           Show this message and exit.                                  +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Commands ───────────────────────────────────────────────────────────────────╮ +extract         BAET commandline interface.                                  +probe           Call FFprobe on a video file.                                +╰──────────────────────────────────────────────────────────────────────────────╯ + diff --git a/docs/img/baet_probe_help.svg b/docs/img/baet_probe_help.svg new file mode 100644 index 0000000..68511d2 --- /dev/null +++ b/docs/img/baet_probe_help.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BAET + + + + + + + + + + $ cli probe --help + +Usage:cli probe [OPTIONSFILE + + Call FFprobe on a video file.                                                   + +╭─ Arguments ──────────────────────────────────────────────────────────────────╮ +*  FILE    FILE[required] +╰──────────────────────────────────────────────────────────────────────────────╯ +╭─ Options ────────────────────────────────────────────────────────────────────╮ +--streams-only-s  Only show the stream metadata(s), not the        +                              format information.                              +--track-tINTEGER  Track number to extract. This will implicitly    +                              set --streams-only.                              +[default: (All tracks)]                         +--help  Show this message and exit.                      +╰──────────────────────────────────────────────────────────────────────────────╯ + + + + +