From 4230e599631a848b2a3b33d6cc93a7c5033d3fe9 Mon Sep 17 00:00:00 2001 From: Ed Fish <ef0036@surrey.ac.uk> Date: Mon, 1 Jul 2024 13:03:33 +0100 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d5f96d..73af093 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ python video_processing.py --video_path1 PATH_TO_FIRST_VIDEO --video_path2 PATH_ ### Arguments -- `--video_path1\`: Path to the first video file (default: `data/1.mp4`). -- `--video_path2\`: Path to the second video file (default: `data/2.mp4`). -- `--output_filename\`: Filename for the output video (default: `out.mp4`). -- `--trim_end\`: Number of seconds to be trimmed from the end of the longer video (default: `9.5`). +- `--video_path1`: Path to the first video file (default: `data/1.mp4`). +- `--video_path2`: Path to the second video file (default: `data/2.mp4`). +- `--output_filename`: Filename for the output video (default: `out.mp4`). +- `--trim_end`: Number of seconds to be trimmed from the end of the longer video (default: `9.5`). ### Example -- GitLab