Search found 9 matches

by Kavey
Fri Apr 13, 2018 11:02 pm
Forum: *nix
Topic: Unable to compile under Debian Testing
Replies: 2
Views: 2512

Re: Unable to compile under Debian Testing

Thanks. I did manage to get it compiled using the source from github. I think 1.0.7 was still the released version at the time and I am just not as familiar with git as I probably should be. I tend to stick with packages that are available unless there's a specific need to build from source (in this...
by Kavey
Fri Apr 06, 2018 10:54 pm
Forum: *nix
Topic: Unable to compile under Debian Testing
Replies: 2
Views: 2512

Unable to compile under Debian Testing

Description of problem or question: I'm running Debian Testing and recently I am not able to compile Handbrake from source. I'm sure this is due to a change that was made upstream for encx264 but I have no idea how to get this working again with Handbrake. Steps to reproduce the problem (If Applica...
by Kavey
Thu Jan 07, 2016 8:13 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

Creating a symlink from libtoolize to libtool in the /usr/bin fixed that issue, but then Received error while building vp8.

http://pastebin.com/r5vUBES7
by Kavey
Thu Jan 07, 2016 7:55 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

You are missing build dependencies. It is attempting to build m4 and it does not need to if you have all dependencies installed. You are probably missing automake, autoconf, libtool, or libtoolize. See doc/BUILD-Linux for a the complete list. I was missing a few dependencies. Just rebuilt my home s...
by Kavey
Wed Jan 06, 2016 6:53 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

Good to know I'm not crazy. I attempted to compile the official release source, but that apparently doesn't work anymore. I'll have to see if I can figure out how to maybe do something with the development code. In file included from clean-temp.h:22:0, from clean-temp.c:23: ./stdio.h:477:1: error: '...
by Kavey
Tue Nov 10, 2015 6:47 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

I've tried multiple players and encoding from the backup copy vs. the mkv file. Same result. The file always plays with the subtitles out of sync.
by Kavey
Mon Nov 09, 2015 11:35 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

Yeah, makemkv has a "backup" option. I'll play with that and see if I can get some better results.
by Kavey
Mon Nov 09, 2015 11:00 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Re: Encoding Bluray mkv files results in subtitles sync problem

I play the files in VLC. The makemkv file plays fine with subtitles in the right place, but the handbrake processed file is out of sync. I can try some other players and see if I get anything different.

I'll check if makemkv allows "as is" ripping. Can't recall if it does.
by Kavey
Mon Nov 09, 2015 9:59 pm
Forum: *nix
Topic: Encoding Bluray mkv files results in subtitles sync problem
Replies: 18
Views: 7436

Encoding Bluray mkv files results in subtitles sync problem

Running 0.10.2 Handbrake on Debian. I use MakeMKV to rip my Bluray discs, then use Handbrake to encode them into smaller mkv files. Some of my bluray discs result in there being sync issues with the subtitle tracks. The original makemkv file is fine, but after using handbrake they are out of sync. L...