RBX
In the zone
I need to compress several 720p video lectures. I don't care about how much time is taken in encoding, just want size is to as low as possible while retaining quality at same resolution.
I tried encoding a 1 hour long lecture (downloaded from youtube), 390 MB in size using handbrake 9.8. The time taken was 3 hours and size reduction was exactly 30%, and there was no noticable difference in source and result. The settings were
Then I tried handbrake 9.9, which showed some error while selecting source file, so I swiched to handbrake svn6140.
Kept all settings same as above except
Time taken 1 hour 25 minutes, size reduction 37%, and quality still looks same.
I'm wondering if I can further reduce the size because very little of the video changes over time. I'm also curious about the new codecs H.265 and VP9.
Handbrake shows H.265 as an option but there is nothing in advanced options, so I'm not sure I'd want to waste more time experimenting on that.
So what else can I do to reduce size? I'm aiming for 45-50% size reduction. Will reducing audio and video bitrate help? And what options should I choose if I use H.256 to retain quality?
Also provide some links to H.265 and VP9 encoders that allows fine tuning of options and support GPU accelerated encoding.
- - - Updated - - -
I have found a software - XMediaRecode. It allows VP9 encoding, but there aren't too many options to configure the encoder.
It allows two modes - PSNR and SSIM. I think PSNR is better, so I'm running a test to see how good the compression is.
I tried encoding a 1 hour long lecture (downloaded from youtube), 390 MB in size using handbrake 9.8. The time taken was 3 hours and size reduction was exactly 30%, and there was no noticable difference in source and result. The settings were
Code:
Container: MKV
Video Codec: H.264
Frame Rate: 23.976 | Option selected: Peak Framerate
Quality: Average Bitrate: 450 kbps | 2 Pass Encoding
Audio: AAC, 96 kbps, Stereo
x264 Encoder options: level=4.1:vbv-bufsize=78125:vbv-maxrate=62500:ref=6:bframes=5:b-adapt=2:direct=auto:b-pyramid=strict:me=tesa:subme=10:merange=64:analyse=all:trellis=2:psy-rd=1.0,0.10:deblock=6,6
Then I tried handbrake 9.9, which showed some error while selecting source file, so I swiched to handbrake svn6140.
Kept all settings same as above except
Code:
Frame Rate: 15
Quality: Average Bitrate: 400 kbps
Time taken 1 hour 25 minutes, size reduction 37%, and quality still looks same.
I'm wondering if I can further reduce the size because very little of the video changes over time. I'm also curious about the new codecs H.265 and VP9.
Handbrake shows H.265 as an option but there is nothing in advanced options, so I'm not sure I'd want to waste more time experimenting on that.
So what else can I do to reduce size? I'm aiming for 45-50% size reduction. Will reducing audio and video bitrate help? And what options should I choose if I use H.256 to retain quality?
Also provide some links to H.265 and VP9 encoders that allows fine tuning of options and support GPU accelerated encoding.
- - - Updated - - -
I have found a software - XMediaRecode. It allows VP9 encoding, but there aren't too many options to configure the encoder.
It allows two modes - PSNR and SSIM. I think PSNR is better, so I'm running a test to see how good the compression is.