From 19ba7a3ad34f9c939fb0ed2b4107c5669e86053f Mon Sep 17 00:00:00 2001 From: jlw4049 Date: Wed, 12 Jun 2024 01:03:40 -0400 Subject: [PATCH] refactor: update readme --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 70d6052..ea603f9 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,13 @@ A CLI to generate comparison image sets with ## Usage ``` -usage: FrameForge [-h] [-v] [--source SOURCE] [--encode ENCODE] [--frames FRAMES] - [--image-dir IMAGE_DIR] [--indexer {lsmash,ffms2}] - [--source-index-path SOURCE_INDEX_PATH] - [--encode-index-path ENCODE_INDEX_PATH] [--sub-size SUB_SIZE] - [--left-crop LEFT_CROP] [--right-crop RIGHT_CROP] [--top-crop TOP_CROP] - [--bottom-crop BOTTOM_CROP] [--adv-resize-left ADV_RESIZE_LEFT] - [--adv-resize-right ADV_RESIZE_RIGHT] [--adv-resize-top ADV_RESIZE_TOP] - [--adv-resize-bottom ADV_RESIZE_BOTTOM] [--tone-map] [--re-sync RE_SYNC] - [--comparison-count COMPARISON_COUNT] [--subtitle-color SUBTITLE_COLOR] +usage: FrameForge [-h] [-v] [--source SOURCE] [--encode ENCODE] [--frames FRAMES] [--image-dir IMAGE_DIR] + [--indexer {lsmash,ffms2}] [--source-index-path SOURCE_INDEX_PATH] + [--encode-index-path ENCODE_INDEX_PATH] [--sub-size SUB_SIZE] [--sub-alignment SUB_ALIGNMENT] + [--left-crop LEFT_CROP] [--right-crop RIGHT_CROP] [--top-crop TOP_CROP] [--bottom-crop BOTTOM_CROP] + [--adv-resize-left ADV_RESIZE_LEFT] [--adv-resize-right ADV_RESIZE_RIGHT] + [--adv-resize-top ADV_RESIZE_TOP] [--adv-resize-bottom ADV_RESIZE_BOTTOM] [--tone-map] + [--re-sync RE_SYNC] [--comparison-count COMPARISON_COUNT] [--subtitle-color SUBTITLE_COLOR] [--release-sub-title RELEASE_SUB_TITLE] options: @@ -21,8 +19,7 @@ options: -v, --version show program's version number and exit --source SOURCE Path to source file --encode ENCODE Path to encode file - --frames FRAMES Only use this if you want to specify the frames to generate, this - disables sync frames + --frames FRAMES Only use this if you want to specify the frames to generate, this disables sync frames --image-dir IMAGE_DIR Path to base image folder --indexer {lsmash,ffms2} @@ -32,6 +29,8 @@ options: --encode-index-path ENCODE_INDEX_PATH Path to look/create indexes for encode --sub-size SUB_SIZE Size of subtitles + --sub-alignment SUB_ALIGNMENT + Alignment of subtitles (.ass) --left-crop LEFT_CROP Left crop --right-crop RIGHT_CROP