Skip to content

Commit

Permalink
Add remuxing and transcoding examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBennettPIO committed Aug 25, 2017
1 parent 288444e commit f5df1a2
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ argument in your project's configuration as:
```


### Examples

There are a few examples in the examples directory, these can be compiled to working executables using DUB:

```
dub build -c remux_example
```

Other examples written in C can be found on the main FFMpeg site: https://www.ffmpeg.org/doxygen/3.0/examples.html


### OS X

It is noted that FFmpeg compiled on OS X with clang fails linking with DMD. Workaround is to install the FFmpeg libraries using **Homebrew**. See the [issue #1](https://github.com/ljubobratovicrelja/ffmpeg-d/issues/1) for more info.
Expand Down
Loading

0 comments on commit f5df1a2

Please sign in to comment.