Skip to content

Provides a GUI interface for the UnlinkMKV project by Garret Noling. Merges ordered chapters / segmented MKVs back into a single file.

License

Notifications You must be signed in to change notification settings

shogunreaper/UnlinkMKV-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can download up at the top under 'releases'!

What is it?

Provides a GUI interface for the UnlinkMKV project by Garret Noling. Modified to run cross-platform and provide unified support over many different operating systems.

UnlinkMKV: https://github.com/gnoling/UnlinkMKV

Written with C#, runs on Mono for many different operating systems.

Dependencies

The following are required on every platform:

  • Perl (required)
  • FFmpeg (optional, encoding)
  • MKVToolnix (required)
  • Mono or .NET Framework

Following the below directions for getting the depedencies you might need:

Windows

Perl: Strawberry Perl has been tested on Windows and works with this application. If you already have some Perl version of some sort installed, it will probably work and you can skip this. Otherwise, install Strawberry Perl from http://strawberryperl.com/ The latest version will be fine.

MKVToolnix: Install from here and use the installer https://www.bunkus.org/videotools/mkvtoolnix/downloads.html (or you can download the ZIP and add it to your PATH, if you prefer). Copy and note the install path you are putting down

FFmpeg: This is optional, only required if you want to encode but you can find many guides on the internet to setting it up, such as this: http://jonhall.info/how_to/setup_and_use_ffmpeg_on_windows

.NET: You should already have this.

If you get issues with "MKVToolnix" not found, you'll need to add the MKVToolnix to your PATH as well. The application will try and out detect it and will succeed if you use the above installer version.

Otherwise, do this:

Select Computer from the Start menu (or hold Windows key and press Break), choose "Advanced System Settings", then the Advanced tab. Click on Environment Variables. Under System Variables, find PATH, and click on it. In the Edit window, modify PATH by adding a semicolon ";" at the end and then the path to your MKVtoolnix installation, e.g. C:\Program Files (x86)\MKVToolNix (wherever you installed it to, this should be different for different drive letters or 64 bit)

OSX

Perl: This is already installed for you MKVToolnix: You can install it from Homebrew. If you don't have Homebrew yet, run ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then, you should be able to run:

brew install -vb --with-flac mkvtoolnix

Fmpeg: Run with Brew, brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

Mono: brew install mono to install Mono from Brew.

About Homebrew: You will require the XCode Command Line Tools to use Homebrew; you can find a guide on that here: http://railsapps.github.io/xcode-command-line-tools.html

You can then run the application with mono UnlinkMKV-GUI.exe or follow these directions to make it clickable in Finder: http://superuser.com/questions/67126/how-to-associate-the-exe-extension-to-be-opened-with-mono

Linux

If you're running on Linux, you will need to look up how to get the tools above from your local package repository via your package manager from your distribution of choice.

Every Operating System

You will probably need Log::Log4perl and XML::LibXML for your Perl installation. You can do this step just in case if you're not sure if it's installed.

  1. Open a terminal or command prompt on your operating system
  2. Type cpan Log::Log4perl and then press return/enter
  3. Repeat step 2, but type cpan XML::LibXML instead
  4. The CPAN manager should install the logging module, and the XML module, you should be able to exit the terminal now.

If you are using Mono, the first run always takes a little bit (about a minute). Please be patient.

Using the application

After installing all the depedencies, just run the application.

  • Input Folder: Just select where the files you want to unlink are and they will be handled
  • Output Folder: Just select where you want the files to be placed

The check boxes should be left unchecked for the most part unless you have a particular issue with a release. You can play around with them and file a bug report if a certain MKV file is not working.

If you get "unlinked finished" immediately and no output, make sure you have installed the Perl logging module. See the section above for 'Every operating system'

I found a bug/the application doesn't Unlink my MKV's properly. Help?

You can post the issue with a verbose log on the issue tracker. Tick the "verbose output" checkbox in the options when doing the run before posting a log on the issue tracked. If the issue is part of the UnlinkMKV core, it will be addressed there. Otherwise, it will be addressed here.

For developers

Pull requests are appreciated. Please feel free to submit them.

About

Provides a GUI interface for the UnlinkMKV project by Garret Noling. Merges ordered chapters / segmented MKVs back into a single file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 66.1%
  • C# 33.9%