File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Original file line number Diff line number Diff line change @@ -264,12 +264,8 @@ Install the binary to your /usr/local/bin folder? [Y/n] y
264
264
Password:
265
265
```
266
266
267
-
268
- Other Projects Of Mine
269
- ------------
270
- - [ Pushover CLI Client] ( https://github.com/markus-perl/pushover-cli )
271
- - [ Gender API] ( https://gender-api.com ) : [ Genderize A Name] ( https://gender-api.com )
272
- - [ Gender API Client PHP] ( https://github.com/markus-perl/gender-api-client )
273
- - [ Gender API Client NPM] ( https://github.com/markus-perl/gender-api-client-npm )
274
- - [ Genderize Names] ( https://www.youtube.com/watch?v=2SLIAguaygo )
275
- - [ Genderize API] ( https://gender-api.io )
267
+ ## Building and running docker container to extract ffprobe/ffmpeg
268
+ 1 . Clone this repository and install docker (I used a mac).
269
+ 2 . Build the image. Run this from the cloned directory - ` docker build --tag ffmpegbuilder1 . `
270
+ 3 . Run the container. - ` docker run --detach --name ffmpeg ffmpegbuilder1 `
271
+ 4 . Copy the ffprobe file from the docker container - ` docker cp ffmpeg:/usr/bin/ffprobe ./ `
You can’t perform that action at this time.
0 commit comments