HI
my probleme is that handbrake does not shrink as much a video as I would like so i can go with my question about handbrake but if there is a freeware(not a 30 day free only) that can do a better job let me know.
---
I have a 500 mb mp4 that was reduce to 250 mgapprox. With the same settings i got another mp4 and shrank it by 7 times.
It might be because the first was a yoga movie with mouvement and the other was a dog enclosure where a dog only sometimes moved.?
Still this 500 mb mp4 i would like to have it shrunk a lot. I want the same audio quality but the lines can be blurry a bit and vhs qualityis ok . i took print screen of my current setting let me know if there are some space gain to be made or if i push too much i wont gain much space for the quality I loose. well Il have to judge by the results but what can I try is more my question![]()
+ Reply to Thread
Results 1 to 14 of 14
-
-
If you're after more size-control, don't use "Constant Quality", use Average Bitrate.
If you know the bitrate of the original, just work out how much you want to reduce it by and plug that into the Average Bitrate box. Also try Multipass, although on some occasions here it's not worked.
Example: I have a 448MB MP4 coded at 48Mb/sec. I used 24Mb/sec in Handbrake to recode it and got a file of 185MB. Not exactly half but getting there.
Bitrate control gives you reasonably accurate adjustment of the file size without having to relate CRF to bitrate. -
Re-encode using h.265 (HEVC) encoder. This will produce a smaller mp4 file.
Even better, re-encode using h.266 (VVC) encoder. This will produce a much smaller mp4 file than HEVC and AVC encoders.
However, h.266 encoding is not (yet) widely used. Handbrake doesn't (yet) have the h.266 encoder, but ffmpeg does have the h.266 encoder.
Also, not many players (as yet) can play h.266 encoded mp4 files, but at least MPC-BE and MPC-HC players can play back VVC (h.266) encoded mp4 files. -
Keep in mind that the total file size is given by video+audio+subtitles+overhead. So for example halving the filesize of the video only will always end up in a new file size which is larger than half of the original total size.
-
Hi
Thanks
i played with the constant quality a bit and 37 was still good.
Am I right to think that going to hight number than 37 the quality decreases rapidly for not a lot of space saved? or is it more a linear relation kind of situation?
-also what is still watchable in fps? 10 What other parameters allow to save space apart from resolution limit? -
When encoding a video it depends on what type it is,with lots of action and movement you can only re-encode a certain amount till you get lots of artifacts,with slow playing videos you can reduce even more than action pictures,just encode a 5 minute video to see if it's ok.
I think,therefore i am a hamster. -
try using ffmpeg to compress your video - https://www.youtube.com/watch?v=vsIIJ83sjpc -
Comparison between H264 and H265 at CRF 37 using Handbrake:
[Attachment 92439 - Click to enlarge] -
Hi i watched the youtube. the guy clicks so fast and weirdly do not show the result in video original vas compressed. Is there another youtuber that shows the way buy in more details ?
Aslo , concretely , what is a compressed video ? Can it be read like regular video or is it like a zip video you have to decompress before listening? thanks
it seems too good to be true to shrik 90 pourcent while maintaining quality since it seems like h266 does not even do this. Can you guys explain how realistic is the title of the video?
thanks -
A compressed video is just a regular video that's been re-encoded to a smaller size.
I think,therefore i am a hamster. -
I decided to see what I could do with ffmpeg.
I first tried some recommended calculations to determine the finished files size.
Since MiB was what was I wanted to use this is the formula:
Bitrate=Size(MiB) x 8388.608/duration(Seconds)
MB = MiB x 1.048576
MiB = MB ÷ 1.048576
250 ÷ 1.048576 = 238.4185791015625
238.4185791015625 x 8388.608 = 2000000
2000000 ÷ 2100 = 952.3809523809524
The video file ended up some smaller than 250Mib.
It is 187MiB . I do not know why.
This is the ffmpeg code:
If you have the at -aac it is considered the best aac.
Code:ffmpeg -i input.mp4 -c:v libx264 -b:v 952.3809523809524k -c:a -aac_at_quality 0 -aac_at_mode vbr -b:a 320k output.mkv
If you do not have the libfdk_aac you can use the ffmpeg default.Code:ffmpeg -i input.mp4 -c:v libx264 -b:v 952.3809523809524k -c:a libfdk_aac -b:a 320k output.mkv
If your audio track is small enough you can useCode:ffmpeg -i input.mp4 -c:v libx264 -b:v 952.3809523809524k -c:a aac -b:a 320k output.mkv
for the audio.Code:-c:a copy
The .AVI file I converted from had a PCM audio track that was 263MiB
Here is the finished video: -
I'm calling BS on this. That You Tuber is going from 259MB to 7MB. That's 2.7% of the original. There is no way on earth he won't lose quality.Originally Posted by October262
In any case, why go through the pain of that (ridiculously fast) command-line setup when all he's doing is using H265 and a CRF of 28? Handbrake (or similar) will do that for you in a GUI.
It's BS IMO.Originally Posted by Videohelplover
Before, you said:
So, check the file sizes. How much smaller is your CRF37 video? In my CRF 37 test, my file went from 563MB to 70MB (~80% reduction). Obviously, the quality was reduced.i played with the constant quality a bit and 37 was still good.
Whether the quality still OK is a subjective matter; only you can decide if CRF 37 is still good enough for you, in which case keep going up with the CRF (or down with the bitrate number) until you get to the point where you can no longer accept the reduced quality.
This will drop the overall size but the video will become jerky. Once again, it's up to you to decide if the quality/jerkiness is acceptable or not. In Handbrake, on the video tab, change the FPS to 10 and try it.Originally Posted by VideohelploverLast edited by Alwyn; 24th May 2026 at 21:22.
Similar Threads
-
Best encoder in Handbrake for low file size
By techmot in forum Video ConversionReplies: 2Last Post: 20th Dec 2024, 14:06 -
freeware that let's you change the speed of a video?
By DaneClark in forum EditingReplies: 1Last Post: 20th Aug 2022, 21:31 -
GOP Size AMD VCE 265 encode in Handbrake
By gelo333 in forum EditingReplies: 6Last Post: 10th Jul 2022, 09:35 -
Any official softwares that shrink to small-size but high quality formats?
By Bencuri in forum Video ConversionReplies: 6Last Post: 8th Jan 2022, 18:58 -
Combining default window size (output size + fit to video aspect ratio)
By dogeboy in forum Software PlayingReplies: 3Last Post: 23rd Oct 2021, 23:42


Quote
