Search found 1 match

by seantrue
Mon Feb 18, 2019 8:20 pm
Forum: MakeMKV for Linux
Topic: makemkv 1.14.2 on ubuntu-18.04 (external ccextractor missing)
Replies: 2
Views: 8842

Re: makemkv 1.14.2 on ubuntu-18.04 (external ccextractor missing)

It also seems to work to provide a dummy script which returns success.

I created "/home/<myuser>/bin/ccextractor.sh" with

#!/bin/bash
exit 0

in it, chmod +x -ed it, and pointed MakeMKV to it. Now the default option to extract works, but doesn't waste time actually extracting.