VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. 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
    Image Attached Thumbnails Click image for larger version

Name:	vidb.png
Views:	29
Size:	37.9 KB
ID:	92422  

    Click image for larger version

Name:	vidb2.png
Views:	25
Size:	176.7 KB
ID:	92423  

    Click image for larger version

Name:	vidb3.png
Views:	26
Size:	1.09 MB
ID:	92424  

    Quote Quote  
  2. Member
    Join Date
    May 2005
    Location
    PAL User
    Search Comp PM
    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.
    Quote Quote  
  3. 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.
    Quote Quote  
  4. 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.
    Quote Quote  
  5. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Vidcoder, a clone of Handbrake, allows you to specify a desired output size and does a two pass encode to create it.
    Takes the size of the audio into account so hits the target pretty accurately.
    Quote Quote  
  6. 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?
    Quote Quote  
  7. Member
    Join Date
    Mar 2018
    Location
    Australia
    Search Comp PM
    Don't forget about Staxrip & my fave, RipBot264.
    Quote Quote  
  8. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    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.
    Quote Quote  
  9. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by videohelplover View Post
    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?

    try using ffmpeg to compress your video - https://www.youtube.com/watch?v=vsIIJ83sjpc
    Quote Quote  
  10. Member
    Join Date
    May 2005
    Location
    PAL User
    Search Comp PM
    Comparison between H264 and H265 at CRF 37 using Handbrake:

    Image
    [Attachment 92439 - Click to enlarge]
    Quote Quote  
  11. Originally Posted by october262 View Post
    Originally Posted by videohelplover View Post
    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?

    try using ffmpeg to compress your video - https://www.youtube.com/watch?v=vsIIJ83sjpc
    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
    Quote Quote  
  12. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    A compressed video is just a regular video that's been re-encoded to a smaller size.
    I think,therefore i am a hamster.
    Quote Quote  
  13. 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
    Code:
    ffmpeg -i input.mp4 -c:v libx264 -b:v 952.3809523809524k -c:a libfdk_aac -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 aac -b:a 320k output.mkv
    If your audio track is small enough you can use
    Code:
    -c:a copy
    for the audio.
    The .AVI file I converted from had a PCM audio track that was 263MiB

    Here is the finished video:
    Image Attached Files
    Quote Quote  
  14. Member
    Join Date
    May 2005
    Location
    PAL User
    Search Comp PM
    Originally Posted by October262
    try using ffmpeg to compress your video - https://www.youtube.com/watch?v=vsIIJ83sjpc
    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.

    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.

    Originally Posted by Videohelplover
    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?
    It's BS IMO.

    Before, you said:
    i played with the constant quality a bit and 37 was still good.
    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.

    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.

    Originally Posted by Videohelplover
    -also what is still watchable in fps? 10 What other parameters allow to save space apart from resolution limit?
    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.
    Last edited by Alwyn; 24th May 2026 at 21:22.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!