Search found 11 matches

by AliceWonder
Fri Oct 03, 2014 12:14 am
Forum: MakeMKV for Linux
Topic: RPM spec file for RHEL/CentOS 7
Replies: 4
Views: 15017

Re: RPM spec file for RHEL/CentOS 7

Works at least for ripping DVD, I'll try Bluray tomorrow.

A nosrc.rpm can be gotten here: http://awel.domblogger.net/7/special/re ... keMKV.html

Note that does not incluse the makemkv-oss or makemkv-bin sources, you have to supply those yourself.

Install the nosrc.rpm and it will install the spec ...
by AliceWonder
Thu Oct 02, 2014 11:06 pm
Forum: MakeMKV for Linux
Topic: RPM spec file for RHEL/CentOS 7
Replies: 4
Views: 15017

Re: RPM spec file for RHEL/CentOS 7

Solved - the shared libraries were being installed 644 not 755

This spec file builds and installs on x86_64 - testing to commence:


Name: MakeMKV
Version: 1.8.13
Release: 2%{?dist}
Summary: Convert video into other formats

Group: Applications/Multimedia
License: Complicated
URL: http://www ...
by AliceWonder
Thu Oct 02, 2014 10:43 pm
Forum: MakeMKV for Linux
Topic: RPM spec file for RHEL/CentOS 7
Replies: 4
Views: 15017

Re: RPM spec file for RHEL/CentOS 7

Splitting out the i686 into a separate package, I'm here:


[alice@localhost result]$ rpm --test -ih MakeMKV-oss-1.8.13-2.el7.awel.x86_64.rpm MakeMKV-bin-1.8.13-2.el7.awel.x86_64.rpm
error: Failed dependencies:
libdriveio.so.0()(64bit) is needed by MakeMKV-bin-1.8.13-2.el7.awel.x86_64
libmakemkv ...
by AliceWonder
Thu Oct 02, 2014 10:26 pm
Forum: MakeMKV for Linux
Topic: RPM spec file for RHEL/CentOS 7
Replies: 4
Views: 15017

Re: RPM spec file for RHEL/CentOS 7

Okay - the i686 deps look like they are coming from mmdtsdec

How necessary is that? From the name it looks like a DTS decoder.
Do I really need that on x86_64?
by AliceWonder
Thu Oct 02, 2014 10:12 pm
Forum: MakeMKV for Linux
Topic: RPM spec file for RHEL/CentOS 7
Replies: 4
Views: 15017

RPM spec file for RHEL/CentOS 7

It builds it and makes an RPM - but it wants to bring in a bunch of i686 libraries - I'm looking into that, I hope that using MakeMKV doesn't *really* require I pollute my x86_64 system with i686 libraries...

Needless to say I haven't tested it yet, need to resolve that issue first.


Name ...
by AliceWonder
Thu Oct 02, 2014 8:11 pm
Forum: MakeMKV for Linux
Topic: [Updated: v1.9.1] MakeMKV rpm for Centos / RHEL 6
Replies: 4
Views: 16421

Re: [Updated: v1.8.13] MakeMKV rpm for Centos / RHEL 6

I would like to package this for RHEL 7

I already run this media repository:

http://awel.domblogger.net/7/media/

http://awel.domblogger.net/7/gstreamer/

I suspect I already have many of the dependencies packaged.

Your link did not contain a src.rpm - I would prefer to start with one that is ...
by AliceWonder
Wed Mar 12, 2014 3:14 pm
Forum: MakeMKV for Linux
Topic: MakeMKV not compiling for me
Replies: 5
Views: 16731

Re: MakeMKV not compiling for me

Actually it doesn't matter if it is installed from a repo, the configure script just needs to be able locate the header files.
by AliceWonder
Wed Mar 12, 2014 2:53 pm
Forum: Blu-ray discs
Topic: Bluray Cleopatra 50th Anniversary
Replies: 0
Views: 6019

Bluray Cleopatra 50th Anniversary

Fedora 20, yes I followed the Fedora instruction and have MakeMKV working.

Disc 1 works swell.
Disc 2 produced a .mkv that does not play, nor is a thumbnail grabbed for it.

Using mkvextract I can extract the video and audio streams and do whatever transcoding I want, so I'm not negatively impacted ...
by AliceWonder
Wed Mar 12, 2014 2:40 pm
Forum: Advanced MakeMKV usage
Topic: makemkv crashes when transcoding to flac
Replies: 1
Views: 9242

Re: makemkv crashes when transcoding to flac

I do not know what is causing your problem, but can you extract the track with mkvextract and then transcode to flac outside of MakeMKV using the stand-alone flac binary?
by AliceWonder
Wed Mar 12, 2014 1:21 pm
Forum: MKV file processing and playback
Topic: ffmpeg, subtitles, and WebM
Replies: 2
Views: 13749

Re: ffmpeg, subtitles, and WebM

okay here's what I ended up doing -

PGS to text formats looks like it requires software that requires Windows.

So with Kill Bill Part 1 - this was very time consuming but I like the results -

I manually created a .srt file with the subtitles from the Japanese portions of the movie.
Converted that ...
by AliceWonder
Mon Mar 10, 2014 1:30 am
Forum: MKV file processing and playback
Topic: ffmpeg, subtitles, and WebM
Replies: 2
Views: 13749

ffmpeg, subtitles, and WebM

I am using MakeMKV with Fedora 20, ffmpeg 2.1.4 from rpmforge.

I am transcoding the rips to WebM - this is for my laptop I travel with and I can not install any third party codecs or software not available in stock Fedora on my laptop for security reasons. Well, I have root, I could, but I'm not ...