Define best. Ease-of-use, quality, speed, number of options? I like Handbrake because its dead simple to use.
why, x264 of course.
There is no "x264" codec standard. Only H.264. x264 is an encoder (that beats the crap out of everything else).
overall the best.
ok, let me clarify, I LIKE easy to use but it doesn't have to be.
Priorities are:
1. Quality / File size (the two are closely related)
2. Ease of use
I don't care about:
1. Options (except for options that improve quality/file size)
2. Speed
I have DVDFab. How does handbrake, megui, and staxrip compare to it?
I know all of that. I know H.264 is the standard, x264 is an open source implementation of the standard, and that various binaries of it are available with various GUIs, and I know that x264 is hands down the best video codec out there right now. I am aware of its licensing issues and how it compares with ogg, vc1, and VP8. I know about containers and my container of choice is MKV, using MKVToolnix to remux it.
I am asking which program is best to use for it.
I know all of that. I know H.264 is the standard, x264 is an open source implementation of the standard, and that various binaries of it are available with various GUIs, and I know that x264 is hands down the best video codec out there right now. I am aware of its licensing issues and how it compares with ogg, vc1, and VP8. I know about containers and my container of choice is MKV, using MKVToolnix to remux it.
I am asking which program is best to use for it.
The fact that you included in your list "Quality/Size" really says to me that you really don't understand what x264 is. All x264 interfaces are going to have close to the exact same quality/size capabilities.
Handbrake FTW
I checked out handbrake, the option for 2-pass encoding on x264 is grayed out.
The speed differences between icc and gcc compiled binaries is somewhere near 0. The quality difference IS zero (barring some unique compiler bug). Right now, there are no patches on the out there that significantly improve quality (even though pretty much no interface ships with a patched version of x264. They are all vanilla that I've seen.)Close =! the same.
x264 does not provide a reference binary. only source code which is available in a variety of compilation with various optimizations. Now, it will be very similar, maybe even the same, but it has the potential to be different.
Especially because some GUIs might not fully utilize it, for example, a lot of GUIs do not even provide the option of 2-pass encoding.
Assuming you want to do H.264 encoding, the Main Concept encoder is available in TMPGEnc.
Runs about a hundred bucks.
The speed differences between icc and gcc compiled binaries is somewhere near 0. The quality difference IS zero (barring some unique compiler bug). Right now, there are no patches on the out there that significantly improve quality (even though pretty much no interface ships with a patched version of x264. They are all vanilla that I've seen.)
Even when a new quality/speed patch comes on the scene, they aren't incorporated into x264 instantly for stability reasons (do you really want to see your 5 hour encode crash due to an unstable version of x264?). Generally it takes about 1 month of testing before being committed. Which is faster than most of the guis update their x264 version.
The majority of patches out there are for enabling features for things like streaming or fix compatibility issues with different bluray players.
As for the two pass not being enabled. What are you trying to do? Constant quality? If so, they are rightly disabling two-pass as it doesn't make any sense to encode something in constant quality and then doing a second pass. Handbrake does 2 pass encoding.
thanks, that is exactly what I wanted to know.
What I am trying to do is encode it with the settings that produce the absolute highest quality/lowest size. It doesn't need to be compatible with anything special, just PC.
Any recommendation for target average bitrate? One where I will likely not see a difference between it and the bluray source.
I looked it up in the manual. It seems there is no CBR (which is good) only various implementation of VBR, and with constant quality it will not need 2 passes because there is no target bitrate only target quality and let size be what it ends up being.
I went ahead and set everything to max quality and I get "encoding finished" immediately as I start (well, after 0.012%) with a 4kb corrupt file as a result. Audio is on DTS passthrough btw.
here is the settings I used:
![]()
Any idea why?
Logs show it terminating with:
x264 [error]: malloc of size 8626176 failed
Found the issue, maximum B-Frames. Lowered back to the default (3) it no longer errors out.
Basically what you need to do is choose constant quality with high profile. That should give you the best balance at resolution. I encode at around 15-16 which gives me a 2.5 to 3.5GB file size on average, but the quality is top notch. Some movies (especially those with screen noise), are going to slam you with file size, so no matter what your going to have to dance a little with some movies and try different settings.
CQ in the latest version of handbrake is all win for the most part.
Any recommendation for target average bitrate? One where I will likely not see a difference between it and the bluray source.
According to this, the blu-ray is VC-1 encoded at ~19mbps avg, and DTS-MA audio at ~3.5mbps avg (so that makes ~31GB for the 186 minutes).
CQ? what is CQ?
Are you saying it only takes 2.5 to 3.5GB for a 2 hour movie on RF15?
the manual for handbrake recommends RF20 for DVD source and RF21-22 for BR source. Where RF0 is lossless and the higher the RF the more info is discarded on a log scale.
I have tons of 4+GB files, I use only MKV and I play it only on MPC-HC (HTPC FTW).
I use 64bit windows, have been since 2003. (winXP 64bit, which was actually windows server 2003, followed by vista 64bit, followed by win7 64bit).
But the 4GB filesize limit has nothing to do with windows version but with the FS you use. FAT32 is limited to 4GB files, NTFS and exFAT are not.
32bit MPC-HC loads 4+GB files just fine.
What do you mean by "switch on" 64bit?
Yes, without it it will split files to maintain compatibility with filesystems such as FAT32 and standalone players. I didn't realize that is what you were referring to. I obviously check Large File Size.Handbrake has a setting called "Large File Size"
That was my whole point.This has nothing to do with your OS.
The reason I brought it up is because it was mentioned someone was using x.264 files over 4GB, and if your using this feature to create x.264 encodes over 4GB, those files will not work on most standalone multimedia devices, such as the PS3 or 360. If you use the standard 32-bit container, it will continue to encode past 4GB, however windows will not be able to read the header file (you'll notice it won't how long the video is) , and in most cases won't work at all. As far as 64-bit containers, very few decoders can read them. Most PC decoder software won't have any problems.
If you are looking to maximize compatibility, this is an important feature to understand.