Skip to content

Commit

Permalink
Merge pull request #88 from emersion/readme-codeblock
Browse files Browse the repository at this point in the history
Adds a codeblock to README
  • Loading branch information
soliton4 committed Oct 4, 2015
2 parents 49969d3 + b905b18 commit 173511c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Encoding Video

The decoder expects an .mp4 file and does not support weighted prediction for P-frames and CABAC entropy encoding. To create such bitstreams use ffmpeg and x264 with the following command line options:

```
ffmpeg -y -i sourceFile -r 30000/1001 -b:a 2M -bt 4M -vcodec libx264 -pass 1 -coder 0 -bf 0 -flags -loop -wpredp 0 -an targetFile.mp4
```

API
===
Expand Down

0 comments on commit 173511c

Please sign in to comment.