Skip to content

Commit

Permalink
Adds codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Oct 4, 2015
1 parent 49969d3 commit b905b18
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 b905b18

Please sign in to comment.