Jump to content

I'm going to encode some blurays but I don't know what settings I should change. Is there anything I should do other than pick an RF quality?

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to comment
https://linustechtips.com/topic/570979-handbrake-encoding-settings/
Share on other sites

Link to post
Share on other sites

Video codec: h.265
x265 Preset: Slow

Framerate: same as source, viariable

Constant Quality: 23

 

or if you just want to use the ffmpeg cli tool, 

ffmpeg -i input_file.mkv -c:v libx265 -c:a copy -preset slow -crf 23 output_file.mkv

That's what I use. I have a script that batch converts folders using ffmpeg.

Link to post
Share on other sites

7 minutes ago, r3bify said:

Video codec: h.265
x265 Preset: Slow

Framerate: same as source, viariable

Constant Quality: 23

 

or if you just want to use the ffmpeg cli tool, 


ffmpeg -i input_file.mkv -c:v libx265 -c:a copy -preset slow -crf 23 output_file.mkv

That's what I use. I have a script that batch converts folders using ffmpeg.

Is there an advantage to x265 other than being more space efficient? The main reason I haven't been encoding anything at this point is because I found with whatever settings I was using it was taking absurdly long. 

 

How long would it take to encode a 10gb/50 minute show at those settings? Also I don't mind using a lower rf if it means better quality -- if I could get each episode down to 2.5gbish I'd be happy (anything less is just a plus).

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to post
Share on other sites

My most recent conversion was Supernatural S11E13 1080p (h264 file, 1.88GB) -> (h.265 file, 440MB) using the settings I posted. 

The advantage of h.265 over h.264 is the encoding, so smaller size and less bandwidth for the same quality file. That's, uh... it. As far as I'm aware.

The speed depends on processor (cores, clock speed). It took my laptop 5 1/2 hours to convert, but I use the Slow preset so it's not like I was expecting it to be fast or anything.

 

I haven't tried a 10GB file yet, but I converted one from ~8.5GB down and it's about 1.6GB now.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×