Skip to content

Commit

Permalink
new ffmpeg version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinr92 committed Feb 12, 2018
1 parent 421769f commit b593237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- osx
- linux

env: FF_ROOT=$TRAVIS_BUILD_DIR FF_VERSION=3.4.1 FF_CPU=2
env: FF_ROOT=$TRAVIS_BUILD_DIR FF_VERSION=3.4.2 FF_CPU=2

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ x264 x.x.x [...]
## Execution
Following environment variables must be set before executing:
- FF_ROOT = empty directory for the whole content
- FF_VERSION = ffmpeg version (e.g. 3.4.1 or snapshot)
- FF_VERSION = ffmpeg version (e.g. 3.4.2 or snapshot)

The following environment variables are optional:
- FF_CPU = number of CPU threads (default: 1)
Expand All @@ -78,7 +78,7 @@ After the build you find the FF_ROOT folder a ffmpeg-VERSION-DATE.zip file with
Example
```
export FF_ROOT=/Users/martin/Downloads/ffmpeg
export FF_VERSION=3.4.1
export FF_VERSION=3.4.2
export FF_CPU=2
./build.sh
```
Expand Down

0 comments on commit b593237

Please sign in to comment.