Search found 35 matches

by ByteShare
Fri Aug 23, 2019 7:16 pm
Forum: Devices and Presets
Topic: Default bitrate for Presets when Mixdown different
Replies: 4
Views: 1392

Re: Default bitrate for Presets when Mixdown different

Changing those values and compiling HB seems to be work around for now (for me), since I found this request to enhance that should make it easier in the future: https://github.com/HandBrake/HandBrake/issues/2129
by ByteShare
Thu Aug 22, 2019 6:17 pm
Forum: Devices and Presets
Topic: Default bitrate for Presets when Mixdown different
Replies: 4
Views: 1392

Re: Default bitrate for Presets when Mixdown different

libhb/common.c somewhere, off the top of my head. Thank you, that looks right: https://github.com/HandBrake/HandBrake/blob/master/libhb/common.c Looks like I just need to play with the " *low = nchannels * 8" cases to change the default low to something a little higher since I don't get t...
by ByteShare
Wed Aug 21, 2019 12:43 am
Forum: Devices and Presets
Topic: Default bitrate for Presets when Mixdown different
Replies: 4
Views: 1392

Re: Default bitrate for Presets when Mixdown different

I'm looking through the source code...not a programmer...just trying to find where the default levels are being defined for each codec. Anyone able to help me find that? I might just change the defaults and compile that in the mean time because as it is Presets aren't very helpful for mixed batched ...
by ByteShare
Tue Aug 20, 2019 7:50 pm
Forum: Devices and Presets
Topic: Default bitrate for Presets when Mixdown different
Replies: 4
Views: 1392

Default bitrate for Presets when Mixdown different

Is there a way to fix Presets for audio when the Mixdown (channels) are different than the preset? Create a Preset and set the Mixdown to 7.1 bitrate 1536 -All matching Selected Languages -Selected Languages: (Any) -For Additional Tracks: Use First Track as template On a Stereo Mixdown it defaults t...
by ByteShare
Mon Aug 14, 2017 5:14 pm
Forum: Windows
Topic: H265 Main10 Profile Not Working
Replies: 9
Views: 4625

Re: H265 Main10 Profile Not Working

windows 10, I installed the latest nightly build and the new libx265_main10.dll. Handbrake won't recognize 2.5, but works fine with the 2.3 library. I thought the DLLs have to match the x265 build, no? Meaning you have to use the specific x265 2.5+XX version of the DLLs and complied with the same c...
by ByteShare
Fri Feb 24, 2017 8:29 pm
Forum: Windows
Topic: x265 10 and 12 bit fixed 2.1 or 2.2 version
Replies: 7
Views: 4678

Re: x265 10 and 12 bit fixed 2.1 or 2.2 version

s55 wrote: Fri Feb 24, 2017 8:15 pm My comments were directed at many people, not just you.

You still don't have to remove that code. If the encoder is not appearing, it's not available. (i.e not compiled in)
Okay, makes sense. Thank you.
by ByteShare
Fri Feb 24, 2017 8:18 pm
Forum: Feature Requests
Topic: MDegrain2,3,+ (Temporal Degrain)
Replies: 0
Views: 3723

MDegrain2,3,+ (Temporal Degrain)

Please describe what you would like to see added to HandBrake: MDegrain2,3,+ Temporal Degrain), or something equivalent. Why would you like to see this added: It does a far better job at denoise than the filters already provided; it does it much slower too. What version of HandBrake are you current...
by ByteShare
Fri Feb 24, 2017 8:10 pm
Forum: Windows
Topic: x265 10 and 12 bit fixed 2.1 or 2.2 version
Replies: 7
Views: 4678

Re: x265 10 and 12 bit fixed 2.1 or 2.2 version

Do not do this. This is here for a reason and will NOT enable the FDK encoder for you. It either won't work, or it'll fallback to libavaac. That is why I say to build the hb.dll with "--enable-fdk" I updated my instructions with a warning at the top. the x265 included in HandBrake will sh...
by ByteShare
Fri Feb 24, 2017 3:40 pm
Forum: Windows
Topic: x265 10 and 12 bit fixed 2.1 or 2.2 version
Replies: 7
Views: 4678

Re: x265 10 and 12 bit fixed 2.3+ & FDK

Modification from: https://trac.handbrake.fr/wiki/CompileOnWindows --Note-- The HandBrake team will NOT support any custom build of HandBrake, be warned. I found the easiest thing to do was: Fresh Ubuntu 14.04 install: sudo apt-get install subversion yasm build-essential autoconf libtool \ zlib1g-de...
by ByteShare
Tue Aug 23, 2016 6:20 pm
Forum: *nix
Topic: Little help compiling in Linux
Replies: 12
Views: 4546

Re: Little help compiling in Linux

Rodeo wrote:To make things simpler, you can just remove all .la files from your MinGW toolchain folder.
Really? I'll have to try that. Didn't know that wouldn't screw things up.
by ByteShare
Fri Aug 12, 2016 3:32 pm
Forum: *nix
Topic: Little help compiling in Linux
Replies: 12
Views: 4546

Re: Little help compiling in Linux

I had this same issue (Error 2). I had to edit: libstdc++.la Located (for me): /home/test/mingw/x86_64-w64-mingw32/lib Change from (Last option in file): '/home/mingw-w64/mingw-w64/linux-x86_64-x86_64/build/build/root/x86_64-w64-mingw32/lib/../lib' Change To: '/home/test/mingw/x86_64-w64-mingw32/lib'
by ByteShare
Thu Aug 11, 2016 6:05 pm
Forum: Windows
Topic: [Resolved] Compiling Windows GUI
Replies: 2
Views: 1083

Re: Compiling Windows GUI

BadImageFormatException -> implies that you have a bitness problem somewhere. If you've mucked around with the build profiles, dobule check everything is identical. Also make sure it was the 64bit dll you downloaded. Thank you, I think I just messed up and used the wrong hb.dll :( I copied in the L...
by ByteShare
Thu Aug 11, 2016 5:44 pm
Forum: Windows
Topic: [Resolved] Compiling Windows GUI
Replies: 2
Views: 1083

[Resolved] Compiling Windows GUI

I'm compiling the Windows GUI with Microsoft Visual Studio 14.0.25425.01 Update 3. I'm using these instructions: https://trac.handbrake.fr/wiki/CompileOnWindows I copied the HB source from https://github.com/HandBrake/HandBrake/tree/master/win/CS/HandBrake.ApplicationServices (Downloaded as zip) Ext...
by ByteShare
Fri Feb 26, 2016 4:08 pm
Forum: Windows
Topic: FDK HE-AAC V1 or HE-AAC v2, Which does HandBrake Have?
Replies: 8
Views: 2648

Re: FDK HE-AAC V1 or HE-AAC v2, Which does HandBrake Have?

Well, if you're typing about the latest version 0.10.5, FDK AAC is removed, unless you compile it yourself. I complied it myself, and I'm using the night lines. But in 10.5 it is still in the hb.dll just set to disabled. I don't know the answer, but why does it matter? Because there is a quality/si...
by ByteShare
Thu Feb 25, 2016 8:01 pm
Forum: Windows
Topic: FDK HE-AAC V1 or HE-AAC v2, Which does HandBrake Have?
Replies: 8
Views: 2648

FDK HE-AAC V1 or HE-AAC v2, Which does HandBrake Have?

https://en.wikipedia.org/wiki/High-Efficiency_Advanced_Audio_Coding#Versions I know it is clear that at least the FDK HE-AAC V1 is in the source code. I know that it is disabled by default now. What I'm trying to figure out is which version does it have. I was just learning about HE-AAC v2 (sometime...
by ByteShare
Thu Feb 25, 2016 3:58 pm
Forum: General Questions
Topic: HandBrake 0.10.5 Discussion Thread
Replies: 69
Views: 97063

Re: HandBrake 0.10.5 Discussion Thread

They're a little cryptic. The instructions for Mac compiling don't directly address cross compiling for windows, and it's beyond my expertise to confidently extend the instructions for doing it under linux, to doing it under OSX. If you want to compile windows you have to do it under Linux. I recom...
by ByteShare
Thu Feb 18, 2016 5:30 pm
Forum: *nix
Topic: Issues trying to compile 2016-02-17 Git Build in Ubuntu 14.4
Replies: 2
Views: 1294

Re: Issues trying to compile 2016-02-17 Git Build in Ubuntu 14.4

Code: Select all

git clone https://github.com/HandBrake/HandBrake.git
This will do the trick, yes?
Update: I guess so, it is compiling now. Thank you.
by ByteShare
Wed Feb 17, 2016 4:43 pm
Forum: *nix
Topic: Issues trying to compile 2016-02-17 Git Build in Ubuntu 14.4
Replies: 2
Views: 1294

Issues trying to compile 2016-02-17 Git Build in Ubuntu 14.4

Today I grabbed the latest from Git: https://github.com/HandBrake/HandBrake I downloaded the zip and I'm getting an issue with the datetime strftime. I looked at the lines it referenced and I don't see an issue. ideas? test@VirtualBox:~$ export PATH=~/mingw/bin:$PATH test@VirtualBox:~$ cd HandBrake ...
by ByteShare
Mon Feb 15, 2016 9:41 pm
Forum: Windows
Topic: H265 Main10 Profile Not Working
Replies: 9
Views: 4625

Re: H265 Main10 Profile Not Working

They weren't posted when I asked for them, but thank you for the link :)
by ByteShare
Mon Feb 15, 2016 7:45 pm
Forum: *nix
Topic: Issues trying to compile 10.5 in Ubuntu 14.4
Replies: 4
Views: 1758

Re: Issues trying to compile 10.5 in Ubuntu 14.4

Just to be clear of my steps this time: Installed Ubuntu 14.04 in a VirtualMachine Ran: sudo apt-get update installed guest additions for VirtualBox, restarted Downloaded: "mingw-w64-bin_x86_64-linux_20131228.tar.bz2" from MinGW-W64's sourceforge page. Extracted all the files to mingw in m...
by ByteShare
Sat Feb 13, 2016 10:31 pm
Forum: *nix
Topic: Issues trying to compile 10.5 in Ubuntu 14.4
Replies: 4
Views: 1758

Re: Issues trying to compile 10.5 in Ubuntu 14.4

Build failures tend to snowball. We really need to see a full build log from a clean source tree so that we can see all of the failures. when you say a full build log does that mean from start to "finish"? Because what I'm talking about is at the very start, after I run the build command ...
by ByteShare
Sat Feb 13, 2016 6:04 pm
Forum: *nix
Topic: Issues trying to compile 10.5 in Ubuntu 14.4
Replies: 4
Views: 1758

Issues trying to compile 10.5 in Ubuntu 14.4

I'm trying to compile HandBrake 10.5 in Unbutu through a VirtualMachine (VirutalBox). Following these steps. The first time it seem to be doing okay (don't have log file) but it gave me an issue with cmake saying that it didn't have a profile for x86_64-mingw32 (or something very close to that. I di...
by ByteShare
Sat Feb 13, 2016 4:12 pm
Forum: Windows
Topic: H265 Main10 Profile Not Working
Replies: 9
Views: 4625

Re: H265 Main10 Profile Not Working

Update: Looks like you need to build x265 in a very specific way otherwise this won't work. The versions on that site are incompatible with our builds. We'll maybe look into providing some dll's on the forum for those who want to experiement Saw your update: https://trac.handbrake.fr/changeset/9667...
by ByteShare
Sat Feb 13, 2016 4:10 pm
Forum: Bugs
Topic: [Implemented] H.265 main10 profile not working
Replies: 23
Views: 10362

Re: [Implemented] H.265 main10 profile not working

I was using both the nightline and the 10.5. Just saw this today: https://trac.handbrake.fr/changeset/9667fe056a99b83bdc90cf75f8922ee745f87d52 Looks like something was broken to start. I just need to confirm the names of the dlls to add and I can compile the hd.dll...still weird to me to add support...
by ByteShare
Fri Feb 12, 2016 5:56 pm
Forum: Windows
Topic: H265 Main10 Profile Not Working
Replies: 9
Views: 4625

H265 Main10 Profile Not Working

I started working on this issue on this thread: https://forum.handbrake.fr/viewtopic.php?f=12&t=32859 I worked with JohnAStebbins. The issue: I tried several different dll files from: http://www.msystem.waw.pl/x265/ I tried the following DLLs name "libx265_main10.dll" (told this is the...