Skip to content
Snippets Groups Projects
Commit 4230e599 authored by Fish, Edward Dr (Comp Sci & Elec Eng)'s avatar Fish, Edward Dr (Comp Sci & Elec Eng)
Browse files

update README

parent 1556f910
Branches master
No related tags found
No related merge requests found
...@@ -37,10 +37,10 @@ python video_processing.py --video_path1 PATH_TO_FIRST_VIDEO --video_path2 PATH_ ...@@ -37,10 +37,10 @@ python video_processing.py --video_path1 PATH_TO_FIRST_VIDEO --video_path2 PATH_
### Arguments ### Arguments
- `--video_path1\`: Path to the first video file (default: `data/1.mp4`). - `--video_path1`: Path to the first video file (default: `data/1.mp4`).
- `--video_path2\`: Path to the second video file (default: `data/2.mp4`). - `--video_path2`: Path to the second video file (default: `data/2.mp4`).
- `--output_filename\`: Filename for the output video (default: `out.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`). - `--trim_end`: Number of seconds to be trimmed from the end of the longer video (default: `9.5`).
### Example ### Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment