TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HandBrake 1.7.0 – The open source video transcoder

402 pointsby neustradamusover 1 year ago

14 comments

CharlesWover 1 year ago
For anyone disappointed that Handbrake doesn&#x27;t allow you to specify a final file size and automagically figure out the rest, calculating this is straightforward.<p><pre><code> average bitrate [kbps] = target size [kilobits] ÷ length [seconds] </code></pre> Example: You have 2&#x27;48&quot; file that you need to be 5GB or less.<p><pre><code> - 2&#x27;48&quot; is 10,080s - 5GB = 40,000,000 kb - average bitrate = 40,000,000 kb ÷ 10,080s = 3,968 kbps - If audio is 256 kbps, average video bitrate should be 3,712 kbps or less </code></pre> If anyone from the Handbrake team is reading, thank you for all of your work on Handbrake. &lt;3
评论 #38337743 未加载
评论 #38337132 未加载
robgaover 1 year ago
It brings joy that “Put that cocktail down. Your HandBrake encode is complete!&quot; Has lasted through all the years.
评论 #38330942 未加载
eviksover 1 year ago
A while ago even after they&#x27;ve made HB pipeline 10-bit a lot of the filters still remained 8-bit, thus it was easy unknowingly degrade the encoding experience by picking the wrong filter. Think now most (all?) filters are 10-bit capable HB also had inferior AAC codec in the released version due to FDK-AAC licensing preventing it from being bundled (though might not be an issue now as I&#x27;ve heard the codec isn&#x27;t that inferior anymore)<p>Are there any big gotchas with the current version of this nice app?
评论 #38332059 未加载
antioxidantover 1 year ago
Nowadays I just ask ChatGPT to give an “ffmpeg” terminal command<p>Works much faster than any app and I can customize it
评论 #38330238 未加载
评论 #38330508 未加载
评论 #38330656 未加载
评论 #38330801 未加载
评论 #38330728 未加载
评论 #38331802 未加载
move-on-byover 1 year ago
Nice feature list! I’m particularly excited about:<p>* Improved performance on arm64 &#x2F; aarch64 &#x2F; Apple Silicon architectures<p><pre><code> * Latest FFmpeg provides faster HEVC decoding, 30% faster bwdif filter * New SVT-AV1 assembly optimizations provide up to 4x increase in performance </code></pre> * Improved video conversion speed by removing unneeded frame copies for better memory efficiency
abduscoover 1 year ago
The only gripe that I have with HandbrakeCLI is that it cannot encode input piped into stdin. FFmpeg supports this and I was under the impression that handbrake uses FFmpeg under the hood.
评论 #38330450 未加载
评论 #38330324 未加载
评论 #38330541 未加载
gavinrayover 1 year ago
Can anyone ELI5 why Handbrake says they can&#x27;t implement a &quot;target file size&quot; option?<p>I use an Android video compressor that does this fairly well. But on the FR for this on the Handbrake GH one of the maintainers says it&#x27;s not really feasible.
评论 #38336485 未加载
Solvencyover 1 year ago
Why is there still no simple &quot;limit video X to file size Y&quot; feature? Handbrake thinks I care about some obscure Vimeo preset (of 50) when I really just want a 5gb video file.
评论 #38333501 未加载
beltsazarover 1 year ago
I always prefer ffmpeg to HandBrake, except when working on HDR videos.<p>I couldn&#x27;t find a proper ffmpeg command to copy the HDR metadata from input source to output. Last time I checked it was not possible. I needed to extract the metadata manually (e.g. using MediaInfo), then pass each metadatum as an argument for ffmpeg.<p>Does anyone know if it&#x27;s still the case?
评论 #38332595 未加载
评论 #38332543 未加载
snvzzover 1 year ago
The release itself[0] would have been a better link.<p>Has the changelog I imagine most want to see.<p>0. <a href="https:&#x2F;&#x2F;github.com&#x2F;HandBrake&#x2F;HandBrake&#x2F;releases&#x2F;tag&#x2F;1.7.0">https:&#x2F;&#x2F;github.com&#x2F;HandBrake&#x2F;HandBrake&#x2F;releases&#x2F;tag&#x2F;1.7.0</a>
tunnuzover 1 year ago
I used it in the past and this used to be one of my favorite free software for MacOS.
justinatorover 1 year ago
Why do people use Handbrake? I throw up videos on Youtube, but it doesn&#x27;t seem like Handbrake is something I need for that - or is it?
评论 #38334319 未加载
评论 #38334803 未加载
评论 #38335908 未加载
评论 #38334315 未加载
评论 #38336151 未加载
评论 #38343126 未加载
SirMasterover 1 year ago
I find FastFlix much better personally.<p><a href="https:&#x2F;&#x2F;fastflix.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;fastflix.org&#x2F;</a>
评论 #38337864 未加载
lloydatkinsonover 1 year ago
How’s this compare to ffmpeg?
评论 #38332648 未加载
评论 #38332506 未加载