ffmpeg 1.2 on Arch fails

The place to discuss linux version of MakeMKV
Post Reply
holunder2
Posts: 26
Joined: Wed Dec 07, 2011 9:05 pm

ffmpeg 1.2 on Arch fails

Post by holunder2 »

Hello,
the old mmffmpeg works with MakeMKV, but since the official tree supports 24 bit FLAC encoding, I want to use the normal binary from my distribution. But when I set the path to /usr/bin/ffmpeg it fails at "1,1 K": "Copy complete. 0 titles saved, 1 failed." No other message. The log is:

Code: Select all

[...]
FFM001: Launching /usr/bin/ffmpeg
001003:0020 DEBUG: Code 4294967295 at 9b{JJx7AyF}"r:121263199
001003:0020 DEBUG: Code 0 at PQuPmC0~VBH*W$&dcC]:121266281
001003:0020 DEBUG: Code 0 at PQuPmC0~VBH*W$&dcC]:29395701
001003:0020 DEBUG: Code 0 at PQuPmC0~VBH*W$&dcC]:213134239
001003:0020 DEBUG: Code 0 at u"Aq&n"1+p:PcGDXh|.M:213129984
001003:0020 DEBUG: Code 0 at PU!bc|5'C>Txy]PMc]eg0:121262808
001002:0020 LIBMKV_TRACE: Exception: UpdateTrackInfo failed
001003:0020 DEBUG: Code 117571921 at unw1aj^^vm$pR=#Y50r5"M:121263843
005003:0000 Failed to save title 0 to file /media/Cinemathek/Dudeldu_t00.mkv
005004:0080 0 titles saved, 1 failed
005037:0204 Copy complete. 0 titles saved, 1 failed.
No idea. My /usr/bin/ffmpeg works quite well for other purposes, I suspect MakeMKV expects an older version or such. Any idea? Thank you!
Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: ffmpeg 1.2 on Arch fails

Post by Romansh »

Probably an issue with the command-line used.

Might be nice if MakeMKV's debug log included that.
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: ffmpeg 1.2 on Arch fails

Post by mike admin »

Some gross incompatibility. Please provide link to ffmpeg version/sources.

Also, in addition to 24 bit FLAC there are two additional ffmpeg fixes in MakeMKV's ffmpeg patch. One of them ("block&clean") is critical to have - without it ffmpeg randomly corrupts data when reading/writing tcp streams.
holunder2
Posts: 26
Joined: Wed Dec 07, 2011 9:05 pm

Re: ffmpeg 1.2 on Arch fails

Post by holunder2 »

ffmpeg source and package from Arch: https://www.archlinux.org/packages/extra/x86_64/ffmpeg/
I have version 1.2-2.
Good to know that your ffmpeg patch is still mandatory.
Post Reply