Search found 5723 matches

by JohnAStebbins
Thu Nov 30, 2023 8:48 pm
Forum: General Questions
Topic: Re Transcoding with hard coded forced subs
Replies: 7
Views: 17894

Re: Re Transcoding with hard coded forced subs

I misread the original post. My eyes saw 400+ GB
by JohnAStebbins
Thu Nov 30, 2023 7:26 pm
Forum: General Questions
Topic: Re Transcoding with hard coded forced subs
Replies: 7
Views: 17894

Re: Re Transcoding with hard coded forced subs

Given that the 44GB source encodes to about 4GB with default settings, my guess is that the source is a lossless format (either raw or some other lossless codec). If you want to maintain the "lossless" quality, there are a couple ways you may be able to do this in HandBrake. First you need...
by JohnAStebbins
Wed Nov 29, 2023 3:17 pm
Forum: *nix
Topic: Can't install HandBrakeCLI in Ubuntu/WSL2 later than version 1.5.1
Replies: 4
Views: 23014

Re: Can't install HandBrakeCLI in Ubuntu/WSL2 later than version 1.5.1

The flatpack would be executed this way $ flatpak run fr.handbrake.HandBrakeCLI --version [08:16:20] Compile-time hardening features are enabled Cannot load libnvidia-encode.so.1 [08:16:20] qsv: not available on this system [08:16:20] hb_init: starting libhb thread [08:16:20] thread 7f287d3ff6c0 sta...
by JohnAStebbins
Tue Nov 21, 2023 3:22 pm
Forum: *nix
Topic: When will 1.7 flatpak be available?
Replies: 4
Views: 11374

Re: When will 1.7 flatpak be available?

The flathub package was submitted yesterday. It takes some amount of time after submission for it to become available on flathub. It is available now.
by JohnAStebbins
Tue Oct 31, 2023 2:33 pm
Forum: General Questions
Topic: Vastly different output file sizes
Replies: 5
Views: 7922

Re: Vastly different output file sizes

As you noted, there are a variety of things that affect file sizes. Without knowing some specifics about what you encoded, we really can't tell you whether something unusual happened that would affect the output quality. But in general, animation will encode to sizes many multiples smaller than grai...
by JohnAStebbins
Tue Oct 17, 2023 6:02 pm
Forum: General Questions
Topic: Going for 24/1.001 judders/second -- How?
Replies: 11
Views: 9331

Re: Going for 24/1.001 judders/second -- How?

Is there a reason you chose to use constant framerate output? "Same as source" VFR (variable framerate) will output a frame for each field using the field's original duration for each frame duration. This is probably the best that can be done with mixed telecine content.
by JohnAStebbins
Tue Oct 10, 2023 1:34 pm
Forum: Windows
Topic: h264 8bit to h265 10bit
Replies: 3
Views: 1784

Re: h264 8bit to h265 10bit

A full answer is complicated and involves a deeper discussion of how the video is translated from spatial domain to frequency domain where frequency coefficients are decimated when encoding and then frequency domain back to spatial domain when decoding. But the TLDR; answer is that gradients are bet...
by JohnAStebbins
Mon Sep 18, 2023 7:39 pm
Forum: Devices and Presets
Topic: Car Stereo Vid Codec
Replies: 6
Views: 8726

Re: Car Stereo Vid Codec

According to the manual posted above, the stereo supports the DivX video codec, and MP2, MP3, AC3 audio codecs in an AVI container. HandBrake hasn't supported DivX or AVI since 2009. So you'll have to find another tool to create such files. FYI, full media compatibility specifications for the stereo...
by JohnAStebbins
Wed Sep 13, 2023 4:08 pm
Forum: Windows
Topic: Convert h264 to h265 sometimes result a larger file
Replies: 3
Views: 1879

Re: Convert h264 to h265 sometimes result a larger file

The source is already compressed. When you transcode, you are uncompressing to raw frames and then recompressing the raw frames with the encoder you've chosen. In your particular case, the video is 1920x768 resolution in yuv420 format. Each raw frame of this format is 2211840 bytes. There are 211483...
by JohnAStebbins
Tue Sep 05, 2023 3:17 pm
Forum: General Questions
Topic: interlace x265 -- possible?
Replies: 20
Views: 32563

Re: interlace x265 -- possible?

Disclaimer, I've never done this, but in theory it should work. HandBrake's filters mostly assume they are getting progressive input (except for those that convert interlaced to progressive). If you don't require any filtering (scaling is a filter, so you would have to be sure you are scaling 1:1) y...
by JohnAStebbins
Fri Sep 01, 2023 5:49 pm
Forum: *nix
Topic: Change Language
Replies: 2
Views: 7350

Re: Change Language

The language of the UI is controlled by the system locale setting. It can be temporarily changed through the LANG environment variable. See How to change language of a specific application for an example. If you are using the flatpak version of HandBrake, it's a bit of a tangled mess. You first have...
by JohnAStebbins
Sat Aug 26, 2023 2:29 pm
Forum: Windows
Topic: Custom cropping only allows even numbers
Replies: 11
Views: 3295

Re: Custom cropping only allows even numbers

"Not possible" would be an overstatement. There are certainly ways to do it. I.e. convert the image to a color format with full resolution color planes, do the crop, then convert back. This procedure would be one way to properly preserve the relationship that exists between the color plane...
by JohnAStebbins
Wed Aug 23, 2023 2:13 pm
Forum: Windows
Topic: Custom cropping only allows even numbers
Replies: 11
Views: 3295

Re: Custom cropping only allows even numbers

Allowing only even cropping is intentional. Some color formats (yuv420 in particular which is used in DVD and BD video) have color planes that are half the resolution of the intensity plane. Since you can't crop half a pixel, it is not possible to crop the color planes to odd pixel boundaries (half ...
by JohnAStebbins
Tue Aug 01, 2023 2:24 pm
Forum: *nix
Topic: A few questions on default ./configure settings under Ubuntu.
Replies: 3
Views: 7509

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

FFmpeg's license does not permit redistribution of a binary build that mixes LGPL licensed components with FDK-AAC. We tried, they complained, we complied. When FDK-AAC is enabled in the build, FDK-AAC will be listed as a separate encoder in the audio encoders list. You would have to modify presets ...
by JohnAStebbins
Fri Jun 09, 2023 2:27 pm
Forum: General Questions
Topic: Does the log mean that my source file is broken?
Replies: 11
Views: 2732

Re: Does the log mean that my source file is broken?

Off topic, but this is an interesting message from the decoder...

Code: Select all

[h264 @ 00000182f58abb40] Application has requested 33 threads. Using a thread count greater than 16 is not recommended.
HandBrake may be asking for too many threads from the decoder for high core count CPUs
by JohnAStebbins
Wed May 31, 2023 1:30 pm
Forum: *nix
Topic: Cannot open video files on Fedora 38
Replies: 4
Views: 9165

Re: Cannot open video files on Fedora 38

The intel-media-driver package is for hardware acceleration on the iGPU. Handbrake will work without it, but will only provide software encoding options. The flatpak version of Handbrake requires the flatpak version of intel-mdeia-driver in order to use the iGPU for hardware acceleration. You can in...
by JohnAStebbins
Wed Mar 29, 2023 1:45 pm
Forum: General Questions
Topic: Handbrake not producing constant frame rate when told to
Replies: 8
Views: 2166

Re: Handbrake not producing constant frame rate when told to

Handbrake uses a 90khz clock for timestamps. A 23.976 fps frame's duration at 90khz is 3753.754 ticks. Since duration must be represented as an integer number of ticks, most frames will be 3754 ticks and about every 4th frame will be 3753 ticks. This 1/90000th second jitter every 4th frame is what y...
by JohnAStebbins
Sun Mar 19, 2023 3:38 pm
Forum: Windows
Topic: HB Ignores Log File Location
Replies: 3
Views: 1375

Re: HB Ignores Log File Location

I don’t think you can select the log file location, it is always in the same folder as the handbrake executable I think. There are a couple preference options that should affect the log file location. In the Linux GUI, these are. Set a custom directory for HandBrake temporary files Put individual e...
by JohnAStebbins
Sun Feb 05, 2023 5:03 pm
Forum: Windows
Topic: Unable to create a destination mp4 file with video constant frame rate
Replies: 6
Views: 2711

Re: Unable to create a destination mp4 file with video constant frame rate

Each frame duration is represented as a number of 90khz clock ticks. In the case of 23.976 fps video, each frame is 1 / 23.976 seconds or approximately 3753.753 90khz ticks. The duration of a frame can not be a fraction, so to stay in sync and true to the original source duration, some frames are re...
by JohnAStebbins
Mon Sep 26, 2022 1:31 pm
Forum: General Questions
Topic: 60fps to 25fps
Replies: 3
Views: 1477

Re: 60fps to 25fps

In order to convert 60 fps to 25 fps, every other input frame must be dropped for about 4 output frames, then on the 5th output frame an extra input frame needs to be dropped to compensate for the fractional quotient.
by JohnAStebbins
Sat Sep 24, 2022 1:36 pm
Forum: General Questions
Topic: How To Donate To Handbrake Team?
Replies: 4
Views: 1582

Re: How To Donate To Handbrake Team?

HandBrake makes heavy use of libraries from other projects that do accept donations. I suggest sprinkling some money around those other projects if you are feeling philanthropic. Just a few of the organizations that support the development of the libraries that we an many others use. https://ffmpeg....
by JohnAStebbins
Wed Sep 14, 2022 2:36 pm
Forum: *nix
Topic: what is an .m4v file and why does handbrake ALWAYS want to render videos in this format?
Replies: 6
Views: 914

Re: what is an .m4v file and why does handbrake ALWAYS want to render videos in this format?

iPod, first AppleTV, QuickTime Player 7, old versions of iTunes. .m4v was required to enable ac-3 audio and chapters. In addition, the vast majority of players that are not brain dead like those mentioned above are smart enough to recognize the file type based on it's content rather than it's filen...
by JohnAStebbins
Thu Sep 08, 2022 5:56 pm
Forum: Windows
Topic: How to save Video Conversion half the way to continue the Job work later ?
Replies: 4
Views: 557

Re: How to save Video Conversion half the way to continue the Job work later ?

Also should the Software remain open if i close the Software and again open it ? even then it does not start from where I left last. When I close the Software and again open it it does give a pop up asking do you want to recover your earlier job but that in no ways starts from where I left. So I do...
by JohnAStebbins
Wed Sep 07, 2022 5:49 pm
Forum: Windows
Topic: DVD quality looks horrible after putting through software.
Replies: 10
Views: 903

Re: DVD quality looks horrible after putting through software.

The Linux version of MakeMKV is perpetually in Beta and has a free registration key.
https://forum.makemkv.com/forum/viewtop ... f=5&t=1053

I wonder if it runs in WSL?