https://github.com/drylikov/media_swapper
A simple utility to swap MKV to MP4 and M4A to MP3.
https://github.com/drylikov/media_swapper
convert go golang m4a mkv mp3 mp4 swap
Last synced: 8 months ago
JSON representation
A simple utility to swap MKV to MP4 and M4A to MP3.
- Host: GitHub
- URL: https://github.com/drylikov/media_swapper
- Owner: drylikov
- License: mit
- Created: 2024-11-19T08:56:11.000Z (over 1 year ago)
- Default Branch: drylikov
- Last Pushed: 2024-11-19T08:59:37.000Z (over 1 year ago)
- Last Synced: 2025-03-16T20:26:27.399Z (over 1 year ago)
- Topics: convert, go, golang, m4a, mkv, mp3, mp4, swap
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media Swapper. 
A simple Bash script to swap MKV to MP4 and M4A to MP3.
## Requirements
You'll need to have either [ffmpeg](https://ffmpeg.org/) or [avconv](https://github.com/binarykitchen/avconv) installed on your machine for this script to work.
## Usage
You can convert all the media in the current directory by just running the script:
```
media_swapper /path/to/videos
```
You can also specify the binary if required:
```
media_swapper /path/to/videos --bin=/path/to/ffmpeg-or-avconv
```
If you need to know the version you are using, there's a flag for that:
```
media_swapper --version
```