Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6bb7ad

Browse filesBrowse files
authored
Add steps to extract ffprobe from the docker container
1 parent be80c6e commit b6bb7ad
Copy full SHA for b6bb7ad

File tree

Expand file treeCollapse file tree

1 file changed

+5
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,8 @@ Install the binary to your /usr/local/bin folder? [Y/n] y
264264
Password:
265265
```
266266

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 ./`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.