From 98a3616481089c1b54a2392b6951f74235198110 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Thu, 5 Jun 2025 14:48:45 -0400 Subject: [PATCH] Better README.md --- README.md | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86583b6..231aeba 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ eac3-transcode --input "/path/to/your/movie.mkv" 2. **Process** all videos in a folder (output saved in the same directory as **originals):** eac3-transcode --input "/path/to/your/video_folder/" + 3. **Process videos and save them to a specific output directory:** eac3-transcode --input "/path/to/your/video_folder/" --outdir "/path/to/your/processed_videos/" @@ -82,7 +83,7 @@ eac3-transcode --input "video.mp4" --bitrate "640k" **Usage:** -eac3-transcode [-h] -i INPUT_PATH [-o OUTPUT_DIRECTORY_BASE] [-br AUDIO_BITRATE] +eac3-transcode [-h] -i INPUT_PATH [-o OUTPUT_DIRECTORY_BASE] [-br AUDIO_BITRATE] An advanced video transcoder that processes files to use E-AC3 for specific audio tracks, filters by language, and can process entire folders. **Options:** diff --git a/setup.cfg b/setup.cfg index d4c5564..41546e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surround-to-eac3 -version = 0.1.2 +version = 0.1.3 author = Jonathan Rampersad author_email = jonathan@jono-rams.work description = A CLI tool to transcode 5.1 audio in video files to E-AC3.