Skip to content

Commit

Permalink
Corrected readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blaxill committed May 31, 2016
1 parent 6801d6e commit 9f231ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ffmpeg:
~~~bash
cargo run --release --example fluid

ffmpeg -y -r 60 -f image2 -i examples/fluid-frame%d.ppm -vcodec libx264 -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 images/fluid.mp4
ffmpeg -y -r 60 -f image2 -i images/fluid-frame%d.ppm -vcodec libx264 -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 images/fluid.mp4
~~~

0 comments on commit 9f231ac

Please sign in to comment.