Sha256: 210956ed013bedc8791ece60b551cb44b5a83b64beed27cd7125f986993724ba
Contents?: true
Size: 852 Bytes
Versions: 1
Compression:
Stored size: 852 Bytes
Contents
**This gem is a work in progress.** Do not expect any supported functionality until v0.1.0. # 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. * 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. ## Installation $ brew install mediainfo $ gem install mkv2m4v ## Usage $ mkv2m4v some-video.mkv ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mkv2m4v-0.0.1 | README.md |