PDA

View Full Version : Set quality per chapter(scene)


andru123
13th May 2008, 18:31
Any way (or application that allows) to specify the mpeg4 encoding quality(bitrate?) per chapter (or even per scene) of a DVD movie?

Instead of having a constant quality throughout the movie I'd like to bump it up for intensive scenes (or panoramic views) and lower it for the dialogues, titles etc...
:script:

Sharktooth
13th May 2008, 18:34
megui 0.2 supports zones in x264 encoding. im also sure other encoding guis do it too.

unskinnyboy
13th May 2008, 19:09
Or in the CLI, the --zones option.
--zones <zone0>/<zone1>/... Tweak the bitrate of some regions of the video
Each zone is of the form
<start frame>,<end frame>,<option>
where <option> is either
q=<integer> (force QP)
or b=<float> (bitrate multiplier)

andru123
13th May 2008, 21:18
:)
aha! so the keyword to search for is zones :)