README.md in mkv2m4v-0.3.1 vs README.md in mkv2m4v-1.0.0

- old
+ new

@@ -1,6 +1,6 @@ -# mkv2m4v [![Gem Version](https://badge.fury.io/rb/mkv2m4v.png)](http://badge.fury.io/rb/mkv2m4v) [![Code Climate](https://codeclimate.com/github/rmm5t/mkv2m4v.png)](https://codeclimate.com/github/rmm5t/mkv2m4v) +# mkv2m4v [![Gem Version](http://img.shields.io/gem/v/mkv2m4v.svg)](https://rubygems.org/gems/mkv2m4v) [![Code Climate](http://img.shields.io/codeclimate/github/rmm5t/mkv2m4v.svg)](https://codeclimate.com/github/rmm5t/mkv2m4v) Converts audio and video tracks from a MKV (Matroska Media) container into a format compatible with Apple TVs. It attempts to pass through as many codecs as possible. @@ -8,17 +8,22 @@ * It assumes that the video track is already in H.264/MPEG-4 (Advanced Video Codec). * It will convert a DTS audio track into separate AAC and AC3 tracks. * If no DTS, it will pass through the original AAC and/or AC3 tracks. +**If you like this project, please help by donating.** + +* Gittip: https://www.gittip.com/rmm5t/ +* Bitcoin: `1wzBnMjWVZfpiFMc5i2nzKT7sCBaZNfLK` + ## Installation mkv2m4v is dependent upon `mediainfo`, `mkvextract`, `ffmpeg`, and `MP4Box`. ```bash $ brew install mediainfo $ brew install gpac -$ brew install mkvtoolnix +$ brew install mkvtoolnix # version >= 6 required $ gem install mkv2m4v ``` _Note: `gpac` includes `MP4Box` and is dependent on `ffmpeg`, so `ffmpeg` should install automatically. If not, you should manually install `ffmpeg`:_