https://github.com/mrloop/mkv_to_mp4
Remux mkv to mp4
https://github.com/mrloop/mkv_to_mp4
Last synced: 11 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T14:37:24.000Z (about 13 years ago)
- Last Synced: 2025-01-04T23:18:42.867Z (about 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkv_to_mp4
[](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
```