From d266edbc72b212fc05840c9f0c93bcc20ffbe484 Mon Sep 17 00:00:00 2001 From: chaulmark Date: Thu, 26 Dec 2024 05:45:04 +0000 Subject: [PATCH] Update README.md Fix numbering order. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7f450d..f9b7bf4 100644 --- a/README.md +++ b/README.md @@ -86,18 +86,18 @@ The built application will be available in `src-tauri/target/release/bundle/`. ## Usage 1. Launch the application -2. You may need to perform the following to make your MacOS allow you to run this application: +2. You may need to perform the following for MacOS to allow you to run this application: ```bash xattr -cr "/Applications/Video Subtitle Merger 2.0.app" ``` -2. Select your video file using the "Select Video" button -3. Select your subtitle file using the "Select Subtitle" button -4. Choose your preferences: +3. Select your video file using the "Select Video" button +4. Select your subtitle file using the "Select Subtitle" button +5. Choose your preferences: - Add black bar for subtitles (recommended for better readability) - Resize to 720p resolution (helps with file size) -5. Click "Merge Video and Subtitle" -6. Wait for the process to complete -7. The merged video will be saved in the same directory as the input video +6. Click "Merge Video and Subtitle" +7. Wait for the process to complete +8. The merged video will be saved in the same directory as the input video ## Development