Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrloop/mkv_to_mp4
Remux mkv to mp4
https://github.com/mrloop/mkv_to_mp4
Last synced: 5 days ago
JSON representation
Remux mkv to mp4
- Host: GitHub
- URL: https://github.com/mrloop/mkv_to_mp4
- Owner: mrloop
- License: other
- Created: 2012-12-07T11:36:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T14:37:24.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T18:34:27.672Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkv_to_mp4
[![endorse](http://api.coderwall.com/mrloop/endorsecount.png)](http://coderwall.com/mrloop)
Simple script to remux mkv to mp4. Useful for changing file container from mkv where video is encoded using h264 and audio AC3 to mp4 without any additional encoding, video and audio streams passthrough.
The script will search the current directory and sub directories for mkv files. Foreach mkv it'll look to see if a corresponding mp4 exists, if it doesn't it'll attempt to remux it.## Usage
```shell
./mkv_to_mp4.sh
``````shell
./mkv_to_mp4.sh file_dir
```