hello I would like to know if my encoding parameter are correct. The source comes from one of my bluray.
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42
File size : 5.50 GiB
Duration : 1h 52mn
Overall bit rate mode : Variable
Overall bit rate : 6 984 Kbps
Writing application : HandBrake 0.9.8 2012071700
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile :
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 52mn
Bit rate mode : Variable
Bit rate : 6 850 Kbps
Width : 1 280 pixels
Height : 688 pixels
Display aspect ratio : 1.85:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.810 fps
Maximum frame rate : 24.390 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.324
Stream size : 5.39 GiB (98%)
Writing library : x264 core 120
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=2pass / mbtree=1 / bitrate=6850 / ratetol=1.0 / qcomp=0.60 / qpmin=3 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 52mn
Bit rate mode : Variable
Bit rate : 128 Kbps
Maximum bit rate : 230 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Delay relative to video : 83ms
Stream size : 103 MiB (2%)
Thank you and good day
Calylia
+ Reply to Thread
Results 1 to 7 of 7
-
-
-
I ripped all my bluray disk with make mkv and I'm almost out of space on my hard drive (2tb Popcorn Hour) 32 inch tv
Last edited by Calylia; 26th Jan 2013 at 10:00. Reason: error
-
-
I'm no Handbrake expert, but can you use Constant in the Frame Rate Model setting? Variable frame rate is not a good idea if you have a way to avoid it.
Is there a reason why you are using 1280x688 instead of 1280x720?
The OP wants to encode BluRay rips down to a smaller size so his Popcorn Hour box can play them and he unsure if his settings are right. -
Yeah use constant for video frame rate, also use 160 or 192kbps constant for audio bitrate. Constant will get you better quality and faster encode times, the file size difference is negligible.
If you are running out of space you can lower the video bitrate(3000kbps) or buy another external HDD.Last edited by MOVIEGEEK; 26th Jan 2013 at 10:33.
-
At a guess you're using HandBrake's High Profile preset which is the best quality preset without fiddling with x264 settings manually.
Personally I'd not use 2 pass encoding. The x264 encoder encodes the same way for 2 pass and single pass encoding, the only difference being for one you know what the file size will be but not the quality, while for the other you know what the quality will be but not the file size. I use a CRF value I'm happy with and let the file size be whatever it needs to be. CRF 18 should give you fairly "transparent" quality without the file sizes getting too out of control.
Vidcoder is an alternative HandBrake GUI you might like to try. The current version of HandBrake doesn't give you access to the built in x264 speed presets, whereas Vidcoder does. The default speed preset is medium and uses pretty much the same settings as your encode. There's nothing wrong with the quality it gives you but slower speed presets can potentially increase the quality a little and/or reduce the file size a bit. However.... they're obviously slower. They don't do anything special as such, they simply adjust some of x264's advanced options according to the speed preset you choose. I've never used a faster speed preset than the default of medium, but I have used the slow, and veryslow presets. To give you an idea, here's the settings the encoder used for an encode using the x264 slow preset.
cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=18.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
The veryslow preset:
cabac=1 / ref=8 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=3 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=crf / mbtree=1 / crf=18.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
x264 also has tunings such as film and grain. The above used no "tuning". The film tuning uses deblock=1:-1:-1 and psy_rd=1.00:0.15 (I think that's all it changes).
The number of reference frames can also be adjusted by the x264 encoder according to the chosen x264 Profile and Level so they don't exceed the maximum for that level (coming to Handbrake with the next version, I believe). I use High Profile, Level 4.1
The above were also PAL encodes, hence the keyint settings being 250 & 25 instead of 240 & 24.Last edited by hello_hello; 26th Jan 2013 at 11:41.
Similar Threads
-
Why doesn't Handbrake trim a movie when I set the "--start-at" parameter?
By falco2000 in forum Video ConversionReplies: 3Last Post: 1st Oct 2012, 08:56 -
VOB2MPG - How to use /DVDInfo parameter
By mmoore99 in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 2nd Mar 2012, 01:05 -
Parameter is incorrect
By xstoanurag in forum ComputerReplies: 2Last Post: 16th Jun 2011, 20:43 -
FFMPEG -mbd parameter
By Klagar in forum Video ConversionReplies: 2Last Post: 30th Sep 2010, 14:24 -
Parameter Incorrect?
By The Monkees in forum ComputerReplies: 3Last Post: 18th Mar 2010, 17:41