Skip to content

Commit

Permalink
fixed version number for libx264 and readded status image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed Mar 8, 2012
1 parent 9dcac62 commit 438df06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
before_script:
- sudo apt-get update
- sudo apt-get install ffmpeg libvpx-dev libvpx0 x264 libx264-85 libx264-dev
- sudo apt-get install ffmpeg libvpx-dev libvpx0 x264 libx264-116 libx264-dev
notifications:
email:
- [email protected]
language: node_js
node_js:
- 0.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fluent ffmpeg-API for node.js
# Fluent ffmpeg-API for node.js [![Build Status](https://secure.travis-ci.org/schaermu/node-fluent-ffmpeg.png)](http://travis-ci.org/schaermu/node-fluent-ffmpeg)
This library abstracts the complex command-line usage of ffmpeg into a fluent, easy to use node.js module. In order to be able to use this module, make sure you have [ffmpeg](http://www.ffmpeg.org) installed on your system (including all necessary encoding libraries like libmp3lame or libx264).

Now including input streaming support (means you can convert **on-the-fly** using an input- and an outputstream)!
Expand Down

0 comments on commit 438df06

Please sign in to comment.