thiamsantos / mkv2mp4

CLI to convert mkv files to mp4 using ffmpep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkv2mp4

CLI to convert mkv files to mp4 using ffmpeg.

Installation

You need go installed and GOBIN in your PATH. Once that is done, run the command:

$ go get -u github.com/thiamsantos/mkv2mp4

Usage

$ mkv2mp4

It will find all the mkv in the current working directory, convert them to mp4, storing the name of the completed files in mkv2mp4.state file.

About

CLI to convert mkv files to mp4 using ffmpep

License:Apache License 2.0


Languages

Language:Go 100.0%