Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelkareem committed Mar 16, 2022
1 parent ba0b9ef commit 6d2ed3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The command line application generates thumbnails for videos and run the builtin

# Prerequisites
- FFmpeg installed on your system. Download [here](https://ffmpeg.org/download.html).
- Python 2.7 installed (only in case of using spatial media flag `-s`). More info [here](https://github.com/google/spatial-media).

# Usage
```bash
Expand All @@ -18,6 +19,8 @@ The command line application generates thumbnails for videos and run the builtin
./vgg-darwin-arm64 -d /path/to/videos -p 8080
# Control the maximum number of generators to run concurrently
./vgg-darwin-arm64 -g -c 10
# Add spatial media metadata to videos. This will rename the videos and add '_180x180_3dh' suffix to the video file name. Only left-right 180 is currently supported.
./vgg-darwin-arm64 -s
```

# Build for all platforms
Expand Down

0 comments on commit 6d2ed3c

Please sign in to comment.