Hello,
I have quite a few mp4 videos on a hard drive that are 1920x1080 in good quality.
I need to save some space
So what would I do to reduce the file size, but still keep good quality.
Do I reduce the bit rate or the resolution down to say 1280x720.
if I reduce the resolution, do I need to keep the bit rate the same as the original to keep good quality
I have XmediaRecode and Handbrake.
+ Reply to Thread
Results 1 to 4 of 4
-
-
To reduce the file size you have to reduce the bitrate. Filesize = bitrate x duration of the video. Reducing the resolution and keeping the bitrate will therefore not reduce the file size.
However, you could reduce the resolution which would allow to reduce the bitrate even more. Try and trust your eyes what is acceptable for you.
I assume that your video is progressive, so reducing the resolution to 1280x720 should cause no issues. If however your video is interlaced you need to deinterlace or bob it before resizing, otherwise the result will be messy.
When using Handbrake I would also tick the CFR option (force Constant Frame Rate output). -
I'd resize to 720p. If you use x264's quality based encoding method (CRF) the final bitrate and file size will vary quite a bit (according to how hard the video is to compress). If you use 2 pass encoding you can pick the bitrate/file size, but the quality will vary.
I'd pick a CRF value that gives you the quality you're after and let the file sizes vary. CRF 18 is roughly "transparent". Lower CRF values increase the quality. Higher CRF values reduce it, and they require less bits. CRF 16 - 23 is a sane range.
The rule of thumb when encoding with x264 is to pick a quality and use the slowest speed preset you can stand. It also pays to enable the "Film" tuning.
I mostly use CRF 18, Tune Film, Preset Slow (or Slower) for the x264 encoder myself. I wouldn't use the x265 encoder. It's very slow and for 720p it probably won't compress more.
Handbrake encodes with x264 or x265.
The original bitrate isn't relevant. The video is decoded and the uncompressed version is re-encoded at whatever quality/bitrate you choose.Last edited by hello_hello; 28th Jun 2019 at 13:45.
-
If your playback systems can all support it, you could also use a more efficient codec (e.g. h265) which would give you equivalent quality at a lower bitrate.
Scott
Similar Threads
-
mp4 file has turned into a 1.4GB smaller mkv file
By JamNujo in forum Video ConversionReplies: 7Last Post: 13th May 2019, 07:44 -
Split mp4 file into specified size (part1.mp4, part2.mp4 etc.)
By TubeBar in forum EditingReplies: 7Last Post: 1st Feb 2019, 22:41 -
Convert DV AVI to something smaller file size for archive
By Moemors in forum Video ConversionReplies: 4Last Post: 24th Jan 2019, 16:49 -
How to render video to smaller file size and less quality for uploading
By BaseJump Improv in forum Newbie / General discussionsReplies: 4Last Post: 17th Aug 2018, 23:21 -
How do I convert a 20GB MKV file to a smaller x264 MP4?
By R.STEED in forum Blu-ray RippingReplies: 11Last Post: 9th Jan 2017, 14:08