Skip to content

Commit

Permalink
README.md: add notes for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Dec 30, 2024
1 parent 64acbaf commit fb95b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
```shell
docker build -t ctbcap ./
```
> It will build a minimal FFmpeg tailored for ctbcap on-the-fly in Docker for minimizes the image size. (~ 18MB)
> You can also chose Pre-built FFmpeg from Alpine repos to avoids compilation on low-power devices. But it will increases image size significantly. (~ 140MB)<br>
> Use this command to use Pre-built FFmpeg:<br>
> `docker build --build-arg BUILD_TARGET=fat --target fat -t ctbcap .`
4. RUN SIMP RUN!
Expand Down

0 comments on commit fb95b62

Please sign in to comment.