Skip to content

Commit

Permalink
Updated generate images
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Jan 15, 2024
1 parent 2875542 commit bf6c2c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .rich-codex.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
outputs:
- command: "baet --help"
- command: "cli --help"
title: BAET
img_paths:
- docs/img/baet_help.svg

- command: "cli extract --help"
title: BAET
img_paths:
- docs/img/baet_extract_help.svg

- command: "cli probe --help"
title: BAET
img_paths:
- docs/img/baet_probe_help.svg
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ baet --version

Once installed, calling `baet --help` will display the general help screen, showing a list of options you can use.

<img src="./images/help-preview.svg" alt="baet help screen" style="display: block; margin: auto; max-height: 500px">
<img src="./docs/img/baet_help.svg" alt="baet help screen" style="display: block; margin: auto; max-height: 500px">

<img src="./docs/img/baet_export_help.svg" alt="baet help screen" style="display: block; margin: auto; max-height: 500px">

<img src="./docs/img/baet_probe_help.svg" alt="baet help screen" style="display: block; margin: auto; max-height: 500px">

To simply extract the audio tracks of all videos in a directory `~/inputs`,
and extract each into a subdirectory of `~/outputs`, call
Expand Down

0 comments on commit bf6c2c4

Please sign in to comment.