Search found 13105 matches

by Rodeo
Tue Mar 28, 2023 2:46 pm
Forum: Windows
Topic: (noob question) AAC 512 bit audio selected but got 290 as result
Replies: 6
Views: 83

Re: (noob question) AAC 512 bit audio selected but got 290 as result

512 Kbps is very high for a 2-channel AAC file, some encoders won't even let you request a bitrate that high; for example, in Constrained VBR rate control mode with a 48 kHz sample rate, Apple's encoder is limited to 320 Kbps for 2-channel. Even if you use an encoder that allows for a higher target,...
by Rodeo
Tue Mar 28, 2023 2:18 am
Forum: Windows
Topic: encx265: unknown option '--frame-dup'
Replies: 4
Views: 85

Re: encx265: unknown option '--frame-dup'

Even then (when using a more recent version of HandBrake), you have to enable VBV and HRD signaling, and then it just crashes for me. You'll have to use x265 through other means (not HandBrake) if you really want to make use of that feature.
by Rodeo
Tue Mar 28, 2023 2:12 am
Forum: Windows
Topic: encx265: unknown option '--frame-dup'
Replies: 4
Views: 85

Re: encx265: unknown option '--frame-dup'

Probably the old x265 in HandBrake 1.3.3 doesn't even have this option anyway.
by Rodeo
Mon Mar 27, 2023 8:05 pm
Forum: Windows
Topic: Crashes on H.265 10-bit (AMD VCE)
Replies: 1
Views: 42

Re: Crashes on H.265 10-bit (AMD VCE)

I think a Vega card is too old for HEVC 10-bit, you need something RDNA-based (RX 5000 or newer). I suspect HandBrake simply does not have the ability to detect this and mistakenly presents the 10-bit encoder as available when it actually isn't.
by Rodeo
Mon Mar 27, 2023 1:31 pm
Forum: Windows
Topic: encx265: unknown option '--frame-dup'
Replies: 4
Views: 85

Re: encx265: unknown option '--frame-dup'

(1) use "frame-dup=1" (without quotes) in the advanced options box

(2) I'm not sure HandBrake is set up to support the encoder changing a frame's duration, even if the above enables the option, it may mess up A/V sync, you'll have to try and check for yourself
by Rodeo
Sun Mar 26, 2023 5:34 am
Forum: Windows
Topic: Unable to upgrade to 1.6.1
Replies: 3
Views: 102

Re: Unable to upgrade to 1.6.1

How about this?
HandBrake wrote: Sun Jan 09, 2022 10:33 pm Update 3:

In Command Prompt, you can use "dotnet --info" to find out what versions of .NET core are installed
And also the value of the DOTNET_ROOT environment variable.
by Rodeo
Sat Mar 25, 2023 9:19 pm
Forum: Windows
Topic: Unable to upgrade to 1.6.1
Replies: 3
Views: 102

Re: Unable to upgrade to 1.6.1

by Rodeo
Fri Mar 24, 2023 4:05 pm
Forum: *nix
Topic: Non-FlatPak CLI static or PPA build linux downloads
Replies: 6
Views: 139

Re: Non-FlatPak CLI static or PPA build linux downloads

You could always build it yourself? Sorry, I don't know of anyone making static builds on HB for Linux.
by Rodeo
Fri Mar 24, 2023 10:52 am
Forum: *nix
Topic: Subtitles with Blu-ray have burnt in subtitles and can't turn off
Replies: 2
Views: 38

Re: Subtitles with Blu-ray have burnt in subtitles and can't turn off

Unlike DVD subtitles, Blu-ray subtitles cannot go in the MP4 container; you must either use the MKV container or burn them in.
by Rodeo
Thu Mar 23, 2023 3:42 pm
Forum: Command Line Interface And Scripting
Topic: HandBrake Ignoring --subtitle-default Option
Replies: 20
Views: 2327

Re: HandBrake Ignoring --subtitle-default Option

Yes. […] [16:40:17] + container: MPEG-4 (libavformat) […] [16:40:18] * subtitle track 1, English [SSA] (track 0, id 0x2, Text) -> Passthrough, Default […] The likely problem is, "Default" is clearly defined for the Matroska container but as far as MP4 goes, I'm not sure there's a way to ma...
by Rodeo
Thu Mar 23, 2023 3:01 pm
Forum: Command Line Interface And Scripting
Topic: HandBrake Ignoring --subtitle-default Option
Replies: 20
Views: 2327

Re: HandBrake Ignoring --subtitle-default Option

Oh, the important stuff is actually written to the standard error stream, you've provided the standard output stream (which only contains progress information).
by Rodeo
Thu Mar 23, 2023 2:34 pm
Forum: Benchmarks
Topic: Looking for a Low Consumption but fast CPU
Replies: 5
Views: 182

Re: Looking for a Low Consumption but fast CPU

There's always an M2 Pro Mac mini or a Mac Studio, although the price of the machine clearly offsets much of the money saved on electricity, so if it's a question of budget, I guess a standalone CPU to go in an existing PC is indeed the better choice :-)
by Rodeo
Thu Mar 23, 2023 2:20 pm
Forum: Command Line Interface And Scripting
Topic: HandBrake Ignoring --subtitle-default Option
Replies: 20
Views: 2327

Re: HandBrake Ignoring --subtitle-default Option

Normal output please, not JSON.
by Rodeo
Sat Mar 18, 2023 9:21 pm
Forum: Windows
Topic: Job Failed to Initialise. Check log and input settings. Any help?
Replies: 2
Views: 66

Re: Job Failed to Initialise. Check log and input settings. Any help?

Why are you scaling to 58 x 32 pixels?

The x265 encoder requires at least 64 x 64 pixels, apparently.
by Rodeo
Sat Mar 18, 2023 9:19 pm
Forum: General Questions
Topic: "similar" Preset differnces
Replies: 6
Views: 147

Re: "similar" Preset differnces

k9393 wrote: Sat Mar 18, 2023 7:49 pmI cannot find anything on "rect=" in the Handbrake documentation .
https://x265.readthedocs.io/en/3.4/cli.html
by Rodeo
Sat Mar 18, 2023 5:07 pm
Forum: Windows
Topic: Retain encoding progress of a file upon exit
Replies: 3
Views: 59

Re: Retain encoding progress of a file upon exit

It's not possible to resume after quitting the application; too much data in RAM that cannot be serialized. If you really need to pause an encode, then you cannot quit HandBrake, logout or reboot your computer.
by Rodeo
Tue Mar 14, 2023 4:58 pm
Forum: General Questions
Topic: subtitles lag and incomplete after burn-in
Replies: 4
Views: 205

Re: subtitles lag and incomplete after burn-in

And also, please try a snapshot build from https://github.com/HandBrake/HandBrake-snapshots it has a subtitle-related fix that may help with this.
by Rodeo
Tue Mar 14, 2023 1:49 pm
Forum: Mac
Topic: older SVCD discs not readable
Replies: 8
Views: 169

Re: older SVCD discs not readable

That being said, I'm pretty sure HandBrake does not support VCD/SVCD folder structures anyway.
by Rodeo
Tue Mar 14, 2023 1:48 pm
Forum: Windows
Topic: ISO Disc Image to MP4 Fails only when using Queue
Replies: 3
Views: 84

Re: ISO Disc Image to MP4 Fails only when using Queue

HandBrake can open a folder of individual files (each files gets mapped to one title), but ISO image can contain multiple titles, so what you're trying to do won't work (as far as HandBrake is concerned, an ISO image is basically a folder in its own right).
by Rodeo
Fri Mar 10, 2023 4:07 pm
Forum: General Questions
Topic: Editing chapters
Replies: 2
Views: 170

Re: Editing chapters

Be aware that if you set a chapter change that does NOT have a full-screen scene change, playback can be screwy. I guess what you mean is if the chapter doesn't coincide with a video keyframe (that's not quite the same thing) :-) Note that as long as you do your chapter changes before encoding with...
by Rodeo
Thu Mar 09, 2023 11:33 am
Forum: Tiki Bar
Topic: Strong intra smoothing on new computer
Replies: 10
Views: 441

Re: Strong intra smoothing on new computer

The preset's advanced options changed in https://github.com/HandBrake/HandBrake/commit/f81d7da2 to match the other 4K presets added in https://github.com/HandBrake/HandBrake/commit/34bdddea The switch to the 10-bit encoder probably makes little difference overall. "strong-intra-smoothing=0:rect...
by Rodeo
Thu Mar 09, 2023 10:10 am
Forum: General Questions
Topic: Black converting to dark gray?
Replies: 13
Views: 358

Re: Black converting to dark gray?

VLC on my Windows 11 PC can't play back full range properly, even Windows Media Player can't. It's probably related to the AMD drivers and the hardware decoder. MPV seems more reliable. In the above case it's the opposite though, it's the TV range (i.e. post-HandBrake) that's rendered incorrectly. ...
by Rodeo
Thu Mar 09, 2023 5:03 am
Forum: General Questions
Topic: Black converting to dark gray?
Replies: 13
Views: 358

Re: Black converting to dark gray?

That's just weird, they both look the same even side by side on my system. Screenshot 2023-03-09 at 05.45.31.png In your case, it looks like VLC is somehow decoding it as though it were full range video (which after HandBrake, it isn't anymore) but that doesn't make sense, it's clearly marked as TV ...
by Rodeo
Thu Mar 09, 2023 4:37 am
Forum: Tiki Bar
Topic: Strong intra smoothing on new computer
Replies: 10
Views: 441

Re: Strong intra smoothing on new computer

For starters, there is no built-in preset called "4K 60fps" specifically. It would help to know the ***exact*** name of the preset you're using.