Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi-Pizzolito authored Feb 12, 2024
1 parent 44b05ad commit 12a09f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This tool is designed to crop videos into a square format optimized for hologram
<details open>
<summary>Sample Output</summary>

![vidout3](https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/e3e42d7a-b630-40aa-85e8-04b732b6dbe0)
<p align="center"><img src="https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/e3e42d7a-b630-40aa-85e8-04b732b6dbe0" /></p>

</details>

Expand All @@ -30,7 +30,7 @@ The tool accepts the following command-line flags:
go run . -i input.mp4 -o output_dir -s 256 --ui --rt
```

![show](https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/fb044c77-3723-46e8-8f88-102468bfb0f5)
<p align="center"><img src="https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/66e59639-8e72-48c8-8b87-4f48f0f1a3a4" /></p>
</details>


Expand All @@ -41,18 +41,18 @@ go run . -i input.mp4 -o output_dir -s 256 --ui --rt
go run . -i input.mp4 -s 256 --play
```

![play](https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/01ca8b2d-2d0f-4bde-99d9-b72e7d8e6421)
<p align="center"><img src="https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/e3e42d7a-b630-40aa-85e8-04b732b6dbe0" /></p>
</details>


<details>
<summary>Headless Mode (default)</summary>

```bash
go run . -i input.mp4 -o output_dir -s 256
go run . -i input.mp4 -o output_dir-s 256
```

![cmd](https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/a5ee6b02-2740-4388-88af-154af6f8a682)
<p align="center"><img src="https://github.com/Luigi-Pizzolito/1-1-Content-Aware-Video-Crop/assets/27804554/a5ee6b02-2740-4388-88af-154af6f8a682" /></p>
</details>


Expand All @@ -62,4 +62,4 @@ go run . -i input.mp4 -o output_dir -s 256
```bash
go run . -i input_dir -o output_dir
```
</details>
</details>

0 comments on commit 12a09f5

Please sign in to comment.