Search found 1657 matches

by Ritsuka
Wed Sep 20, 2023 5:56 pm
Forum: *nix
Topic: QuickSync & failures occur depending on the job configuration
Replies: 2
Views: 6267

Re: QuickSync & failures occur depending on the job configuration

Can you try a snapshot build? https://github.com/HandBrake/HandBrake-snapshots
However, I don't know how QSV works on Linux with the snapshots.
by Ritsuka
Fri Sep 15, 2023 2:06 pm
Forum: General Questions
Topic: Proposal to add AOM AV1
Replies: 2
Views: 681

Re: Proposal to add AOM AV1

There is a work in progress on https://github.com/HandBrake/HandBrake/pull/5036 , but no one is working on it at the moment, if someone wants to finish it.
by Ritsuka
Fri Sep 15, 2023 2:05 pm
Forum: Windows
Topic: Handbrake cropping automatically
Replies: 6
Views: 837

Re: Handbrake cropping automatically

The output size is written both on the summary tab and dimensions tab. Anyway, go to the Dimensions tab, disable autocropping, and make a new preset if you want.
by Ritsuka
Thu Sep 14, 2023 5:58 am
Forum: Mac
Topic: Newbie struggling to convert Mov files on mac
Replies: 11
Views: 2845

Re: Newbie struggling to convert Mov files on mac

References are still supported in AVFoundation, it's just that most apps are sandboxed, so they won't be able to automatically open the referenced files.
by Ritsuka
Sun Sep 10, 2023 8:52 am
Forum: Mac
Topic: Ventura
Replies: 2
Views: 1495

Re: Ventura

Yes.
by Ritsuka
Sun Sep 10, 2023 8:52 am
Forum: Mac
Topic: Newbie struggling to convert Mov files on mac
Replies: 11
Views: 2845

Re: Newbie struggling to convert Mov files on mac

iMovie should open that MOV. Does it work in QuickTime Player?
by Ritsuka
Tue Sep 05, 2023 8:41 am
Forum: Mac
Topic: detelecine glitching
Replies: 3
Views: 650

Re: detelecine glitching

Fixed in https://github.com/HandBrake/HandBrake/ ... f56918273d
Oddly the mpeg-2 decoder has got a different stride on Arm, so the issue wasn't noticeable on Intel.
by Ritsuka
Mon Sep 04, 2023 7:51 am
Forum: Mac
Topic: detelecine glitching
Replies: 3
Views: 650

Re: detelecine glitching

Can you upload a small sample we can use to reproduce the issue?
by Ritsuka
Tue Aug 29, 2023 12:49 pm
Forum: General Questions
Topic: Subtitles shrinking when compressing Blu-ray formatted video
Replies: 7
Views: 2551

Re: Subtitles shrinking when compressing Blu-ray formatted video

PGS subtitles aren't reencoded, so if you recompress the Blu-ray to a different video dimension, it's up to the player to resize them.
by Ritsuka
Tue Aug 29, 2023 6:39 am
Forum: Mac
Topic: How to import/export a queue on OSX ?
Replies: 2
Views: 634

Re: How to import/export a queue on OSX ?

There isn't a way.
by Ritsuka
Mon Aug 28, 2023 6:04 pm
Forum: Command Line Interface And Scripting
Topic: High levels don't work
Replies: 1
Views: 6385

Re: High levels don't work

The format of the advanced options is option1=value1:option2=value2.
However, an activity log would show exactly where it went wrong.
by Ritsuka
Wed Aug 23, 2023 5:58 pm
Forum: Windows
Topic: Custom cropping only allows even numbers
Replies: 11
Views: 3295

Re: Custom cropping only allows even numbers

Actually HandBrake can do 4:2:2 and 4:4:4 too (x264, x265 for example supports it).
Probably it's a bug in the Mac version if it allows to load odd values from presets.
by Ritsuka
Thu Aug 17, 2023 5:01 am
Forum: Windows
Topic: modified video size return to OG size in Premiere
Replies: 9
Views: 4003

Re: modified video size return to OG size in Premiere

The input size has no meaning at all. Premiere will recompress the file when you export, if you want a smaller file you have to change Premiere export settings, or recompress with HandBrake the exported file.
by Ritsuka
Thu Aug 10, 2023 2:00 pm
Forum: Mac
Topic: Encodes failing at last step
Replies: 7
Views: 714

Re: Encodes failing at last step

Please check if there is a crash report in /Users/yourusername/Library/Logs/DiagnosticReports It looks like your DVD-VIDEO makes HandBrake crashes, but the encode is run in a difference process so the main app doesn't crash. Maybe there is some info in the crash log, if not it will be hard to fix wi...
by Ritsuka
Wed Aug 09, 2023 6:30 am
Forum: Windows
Topic: Adding Commentary on Video
Replies: 2
Views: 377

Re: Adding Commentary on Video

You have to modify the audio selection behaviour to add all the tracks.
by Ritsuka
Tue Aug 08, 2023 5:33 am
Forum: Mac
Topic: Encoding stuck after Pass 1 (subtitle scan)
Replies: 7
Views: 676

Re: Encoding stuck after Pass 1 (subtitle scan)

Was your previous computer Intel based, and is the new one an Apple Silicon? Can you try a snapshot: https://github.com/HandBrake/HandBrake-snapshots
by Ritsuka
Fri Aug 04, 2023 10:30 am
Forum: *nix
Topic: transcode mp4 file failed on Nvidia T4 with installed CUDA 12.2
Replies: 7
Views: 7549

Re: transcode mp4 file failed on Nvidia T4 with installed CUDA 12.2

It seems HandBrake doesn't have permission to open that path.
by Ritsuka
Tue Aug 01, 2023 7:03 pm
Forum: *nix
Topic: A few questions on default ./configure settings under Ubuntu.
Replies: 3
Views: 7511

Re: A few questions on default ./configure settings under Ubuntu.

The current NVDEC implementation is… not the best. It works only if no filter is used and if the encoder is NVENC, if it works at all. So it's not compiled in by default, and even if compiled is disabled unless you manually enabled it. The QSV HW decoder is a bit more stable, but if I remember corre...
by Ritsuka
Mon Jul 31, 2023 6:49 pm
Forum: Windows
Topic: blurryness when using red colors
Replies: 1
Views: 284

Re: blurryness when using red colors

That's caused by chroma subsampling ( https://en.wikipedia.org/wiki/Chroma_subsampling ), your source file is 4:2:2, your output is 4:2:0, that means going from 1 chroma info every 2 pixels to 1 every 4. You could try the high422 profile, but it's less compatible with devices. I think H.265 422 prof...
by Ritsuka
Sat Jul 29, 2023 6:57 am
Forum: Command Line Interface And Scripting
Topic: Where's the CLI and other questions
Replies: 10
Views: 9113

Re: Where's the CLI and other questions

The CLI is a separate download, see the cli section on handbrake.fr Downloads page.
by Ritsuka
Sun Jul 23, 2023 6:03 am
Forum: Devices and Presets
Topic: Which Preset/Device for playback on Apple TV
Replies: 8
Views: 8410

Re: Which Preset/Device for playback on Apple TV

No, unfortunately the built-in update checker was broken in version 1.2.1.
The latest version on handbrake.fr will run on your Mac.
by Ritsuka
Tue Jul 18, 2023 3:09 pm
Forum: *nix
Topic: ffmpeg-6.x supported?
Replies: 8
Views: 8621

Re: ffmpeg-6.x supported?

That issue, not the others ten or more. We ship a Flatpak build too, probably it will be more stable.
by Ritsuka
Tue Jul 18, 2023 6:09 am
Forum: *nix
Topic: ffmpeg-6.x supported?
Replies: 8
Views: 8621

Re: ffmpeg-6.x supported?

You should use the FFmpeg version shipped with HandBrake, we have some essential patches, and it's been tested. Using another version without our patches is unsupported, and prone to failure. Furthermore your version is missing the zscale filter too. Linux distributions like to make a system library...
by Ritsuka
Fri Jul 07, 2023 5:04 pm
Forum: Mac
Topic: HDR10+ Was Not Preserved with Nightly Build
Replies: 14
Views: 1032

Re: HDR10+ Was Not Preserved with Nightly Build

It's already shown only when supported, but I did enable it for videotoolbox too for testing, but it still doesn't work so I'll disable it.
by Ritsuka
Fri Jul 07, 2023 10:23 am
Forum: Mac
Topic: Hanbrake VS FCPX H265 Conversion
Replies: 8
Views: 1029

Re: Hanbrake VS FCPX H265 Conversion

Probably not, M1 Max has got more cores than a base M2.