Added another background remover example
This commit is contained in:
parent
ee94207cfb
commit
8213e69258
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
11
examplefiles/README.md
Normal file
11
examplefiles/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Examples
|
||||
|
||||
This directory contains examples created using this library.
|
||||
|
||||
## Combine Images Using ffmpeg
|
||||
|
||||
Using the following command (assuming ffmpeg is installed) to combined `img1.jpg` and `img2.jpg` into a single side-by-side.
|
||||
|
||||
```bash
|
||||
ffmpeg -i img1.jpg -i img2.jpg -filter_complex "[0:v]scale=iw/2:-1,pad=2*iw[left];[1:v]scale=iw/2:-1[right];[left][right]overlay=w" output.jpg
|
||||
```
|
BIN
examplefiles/backgroundremoverexample2.png
Normal file
BIN
examplefiles/backgroundremoverexample2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
Loading…
x
Reference in New Issue
Block a user