Search found 2 matches

by rwatt
Wed Jan 04, 2017 6:35 pm
Forum: Windows
Topic: How To Get HB With FDK-AAC + x265 v2.6 (Windows)
Replies: 36
Views: 22852

Re: How To Get HB With FDK-AAC + 10-Bit x265 v2.0 (Windows)

UPDATE 04-Jan-2017 18:20 (-0600) Ok, you can disregard the problems below. Ubuntu 16.10 introduces issues with compiling that I could not get around and I got tired of trying. I installed 16.04 LTS and everything seems to be compiling just fine now. Obviously, there are probably proper workarounds ...
by rwatt
Wed Jan 04, 2017 5:40 pm
Forum: Windows
Topic: How To Get HB With FDK-AAC + x265 v2.6 (Windows)
Replies: 36
Views: 22852

Re: How To Get HB With FDK-AAC + 10-Bit x265 v2.0 (Windows)

In order to check out the tag, you need to clone the repository first.

Code: Select all

git clone https://github.com/HandBrake/HandBrake.git
Change to that directory.

Code: Select all

cd HandBrake
Now you can list the tags.

Code: Select all

git tag
And check out the 1.0.1 tag.

Code: Select all

git checkout tags/1.0.1