Search found 10349 matches

by s55
Wed Mar 13, 2024 7:20 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

>I wonder if this airflow mistake is what contributed to the demise of the processor? Very unlikely. It was more likely a bad cooler mount or something or just a weak chip that wasn't within tolerance. For a chip that's drawing 250watts into such a small surface area, there is only so much you can d...
by s55
Tue Mar 12, 2024 4:54 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

Id note also that taming a 14900k can be hard. Especially on motherboards that have high power limits and high time limits for the higher power states

Even with water cooling don’t be surprised to see spikes of 100c. It’s designed to run as hard as possible. Efficiency be damned.
by s55
Tue Mar 12, 2024 4:48 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

The handbrake engine is written in c, Not .net so installing it will have no effect on encodes. Only the UI layer is .Net and since that is working, it rules that out.
by s55
Fri Mar 08, 2024 5:42 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

That’s stress on steroids. It depends on what Windows gave priority. 100% of Prime 95 is not the same as 100% of HandBrake. The underlying libraries in HandBrake make heavy use of AVX, SSE instructions which prime 95 won't be hitting to the same extent. So it's exercising the CPU in a different way...
by s55
Thu Mar 07, 2024 10:00 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

I think it would be really helpful to know exactly why the handbrake worker executable fails besides the nebulous error 12 code. You're getting a segfault here. Unfortunately there isn't a way to determine exactly what caused this. HandBrake is operating in what's called "user space". Win...
by s55
Thu Mar 07, 2024 8:28 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

reducing thread count essentially reduces the load on the system. In theory, making such issues less likely.

If it were me, I'd be looking at RMA'ing hardware now or returning it if that's still an option.
by s55
Thu Mar 07, 2024 5:36 pm
Forum: Windows
Topic: Some x265 presets aren't working as intended
Replies: 13
Views: 382

Re: Some x265 presets aren't working as intended

x264/AV1 are not really relevant. They are different encoders. Nothing states that x265 must behave the same.

Not all features that the slower presents turn on area bout compression efficiency.
by s55
Thu Mar 07, 2024 5:32 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

I don't know if this is of any help to the developers. It's not. What does that tell us? Should I run a more comprehensive memory test? Previously I had run the free version of the memory test without springing for the $50 version. Don't waste your money. It seems like the memory is fine. How many ...
by s55
Thu Mar 07, 2024 11:05 am
Forum: Mac
Topic: Audio tracks aren't preserved after transcoding
Replies: 2
Views: 187

Re: Audio tracks aren't preserved after transcoding

Moderator Note: Names removed from log file.
by s55
Wed Mar 06, 2024 10:05 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

If anything happens in a way we can detect (i.e a non crash condition), it'll be in the log. If the process say segfaults, The UI shows that as a -12 but we don't know why.
by s55
Wed Mar 06, 2024 9:03 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

-12 Just means the worker closed before we expected it to.
by s55
Wed Mar 06, 2024 8:44 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

Afraid not. Any time a system reboots out the blue, it's almost always a driver / OS failure or hardware. If nothing can be found in the windows event viewer, then there is a strong chance it's a hardware fault. If the cpu screws up an instruction, it will usually cause a segfault which you can only...
by s55
Wed Mar 06, 2024 5:18 pm
Forum: Command Line Interface And Scripting
Topic: Getting Conservative Cropping Values
Replies: 5
Views: 323

Re: Getting Conservative Cropping Values

the --crop-mode doesn't do anything during the scan since both sets of values are always populated on the JSON return.

conservative == loosecrop
by s55
Wed Mar 06, 2024 2:03 pm
Forum: Windows
Topic: Some x265 presets aren't working as intended
Replies: 13
Views: 382

Re: Some x265 presets aren't working as intended

Not unsurprising when you are trying to encode at 300kbit. When you enable more features, it is normal that it can require more bit-rate as the encoder can be retaining more detail. The preset affects Speed, Quality and Filesize. All 3 are affected but your artificially capping bitrate which is caus...
by s55
Tue Mar 05, 2024 10:47 pm
Forum: Windows
Topic: Handbrake Stopped Working Reliably
Replies: 50
Views: 2555

Re: Handbrake Stopped Working Reliably

If your seeing system reboots, then it's likely your hardware is going bad. Couple things you can do. - Run MemTest86+ for a few passes to validate that the RAM is still table. - Run Prime95 or Cinebench and monitor System voltages / Temperatures to make sure they are all in line. - Don't overclock ...
by s55
Sun Feb 25, 2024 7:07 pm
Forum: Windows
Topic: Cannot load nvEncodeAPI64.dll
Replies: 12
Views: 620

Re: Cannot load nvEncodeAPI64.dll

No, you don't need nvEncodeAPI64.dll

That is for Nvidia NVEnc and is part of the driver. It will be present on systems with Nvidia cards only.
by s55
Sat Feb 24, 2024 11:01 am
Forum: Windows
Topic: Define Input File for GUI from DOS Command Prompt
Replies: 2
Views: 296

Re: Define Input File for GUI from DOS Command Prompt

Example:

HandBrake.exe "H:\path\to\file.mp4"

Must be the first argument.

You can't start an encode but that will pre-scan for you

Make sure you are running an up-to-date version.
by s55
Wed Feb 21, 2024 6:24 pm
Forum: General Questions
Topic: When will V1.7.4 be released?
Replies: 1
Views: 255

Re: When will V1.7.4 be released?

There is nothing planned at the moment. We tend to do ad-hoc patch releases as/when a decent collection of bugfixes build up, if they are serious enough to justify one. Otherwise, it'll be the next major release. The 1.7.x stream currently only has 2 minor fixes for the Windows UI so I'm not expecti...
by s55
Sat Feb 17, 2024 4:25 pm
Forum: Windows
Topic: Got a new ARC card but not sure of it's being used properly.
Replies: 2
Views: 298

Re: Got a new ARC card but not sure of it's being used properly.

The log you posted shows your using software x264/H.264 encoding.
by s55
Thu Feb 15, 2024 6:43 pm
Forum: Windows
Topic: av_interleaved_write_frame failed with error 'Permission denied'
Replies: 6
Views: 1150

Re: av_interleaved_write_frame failed with error 'Permission denied'

It looks like some kind of permissions problems on your drives. It's failing to write the file.
by s55
Tue Feb 13, 2024 10:32 pm
Forum: Windows
Topic: DTS Passthrough unavailable since Handbrake 1.4 ?
Replies: 11
Views: 2472

Re: DTS Passthrough unavailable since Handbrake 1.4 ?

> Thanks for the look. Strange that it has disappeared for so long and nobody never noticed it :shock: I can't reproduce what your seeing. I also note your seeing a "None" option which also isn't correct either. Can you past the log header for your 1.7.3 encode. It should contain system / ...
by s55
Mon Feb 05, 2024 6:28 pm
Forum: Windows
Topic: Cannot resize larger than the video
Replies: 7
Views: 436

Re: Cannot resize larger than the video

It looks like newage is running a Win7 machine, which is no longer supported.

Version 1.4.2 was the last release to work on Windows 7 and I don't think we had redone the Picture settings UI in that version so your only option would be to use HandBrakeCLI which doesn't have the limitation.
by s55
Mon Feb 05, 2024 6:26 pm
Forum: Windows
Topic: 32-bit
Replies: 1
Views: 290

Re: 32-bit

32bit Support, along with support for Windows XP was dropped many years ago.

The last version you can use is 1.0.7 and this is available from the Old Downloads Page - https://handbrake.fr/old.php
by s55
Fri Jan 19, 2024 7:21 pm
Forum: Devices and Presets
Topic: Intel Arc Hardware encode AV1 on Ubuntu
Replies: 4
Views: 1479

Re: Intel Arc Hardware encode AV1 on Ubuntu

Make sure you have the flatpak Quicksync plugin installed (downloaded from handbrake.fr, not flathub)
by s55
Fri Jan 12, 2024 6:22 pm
Forum: General Questions
Topic: Intel Media SDK / oneVPL library compatibility
Replies: 2
Views: 1006

Re: Intel Media SDK / oneVPL library compatibility

The driver includes runtime components. HandBrake also includes MediaSDK and OpeVPL libraries to interface with it. What's used depends on how old your hardware is. OneVPL supports newer hardware but not older hardware pre TigerLake for example. All you really need to care about is that you run a re...