1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707
|
.TH "mpeg2enc" "1" "25 Aug 2002" "MJPEG Tools Team" "MJPEG tools manual"
.SH "NAME"
mpeg2enc \- MPEG-1/2 encoder
.SH "SYNOPSIS"
.B mpeg2enc
.RB [ -v | --verbose
.IR num ]
.RB [ -M | --multi-thread
.IR num_CPU ]
.RB [ -f | --format
.IR mpeg_profile ]
.RB [ -l | --level ] h | high | m | main
.RB [ -b | --video-bitrate
.IR bitrate_kbps ]
.RB [ -V | --video-buffer
.IR video_buf_size_kB ]
.RB [ -T | --target-still-size
.IR still_size_kB ]
.RB [ -q | --quantisation
.IR quantisation ]
.RB [ -r | --motion-search-radius
.IR motion_search_radius ]
.RB [ -Q | --quantisation-reduction
.IR \-4.0..5.0 ]
.RB [ -X | --quant-reduction-max-var
.IR 0.0 .. 2500.0]
.RB [ -p | --3-2-pulldown ]
.RB [ -I | --interlace-mode
.IR 0|1|2 ]
.RB [ -s | --sequence-header-every-gop ]
.RB [ -g | --min-gop-size
.IR min_gop_size ]
.RB [ -G | --max-gop-size
.IR max_gop_size ]
.RB [ -P | --force-b-b-p ]
.RB [ -n | --video-norm
.IR n|p|s ]
.RB [ -F | --frame-rate
.IR frame_rate_code ]
.RB [ -x | --display-hsize]
.IR 32 .. 38383 ]
.RB [ -y | --display-vsize]
.IR 32 .. 38383 ]
.RB [ -a | --aspect
.IR aspect_ratio_code ]
.RB [ -z | --playback-field-order
.IR b|t ]
.RB [ -4 | --reduction-4x4
.IR 1..4 ]
.RB [ -2 | --reduction-2x2
.IR 1..4 ]
.RB [ -S | --sequence-length
.IR size_MB ]
.RB [ -B | --nonvideo-bitrate
.IR bitrate_kbps ]
.RB [ -N | --reduce-hf
.IR 0.0..2.0 ]
.RB [ -D | --intra_dc_prec
.IR 8..11 ]
.RB [ -H | --keep-hf ]
.RB [ -d | --no-dummy-svcd-SOF ]
.RB [ -C | --correct-svcd-hds ]
.RB [ --no-constraints ]
.RB [ -K | --custom-quant-matrices
.IR kvcd|tmpgenc|default|hi-res|file=inputfile|help ]
.RB [ -E | --unit-coeff-elim
.IR -40..40 ]
.RB [ -R | --b-per-refframe
.IR 0..2 ]
.RB [ --no-altscan-mpeg2 ]
.RB [ --dualprime-mpeg2 ]
.RB [ -A | --ratecontroller
.IR 0..1 ]
.RB [ -u | --cbr ]
.RB [ --chapters
.IR frame,... ]
.RB [ -? | --help ]
.B -o|--output
.I filename
.SH "DESCRIPTION"
mpeg2enc is heavily enhanced derivative of the MPEG Software
Simulation Group's MPEG-2 reference encoder. It accepts streams in a
simple planar YUV format "YUV4MPEG" produced by the \fBlav2yuv\fP and
related filters (e.g. \fByuvscaler\fP(1)) from the \fBmjpegtools\fP(1)
package. An output plug-in to the \fBmpeg2dec\fP(1) MPEG decoder is
available to permit its use in transcoding applications. The encoder
currently fully supports the generation of elementary MPEG-1,
progressive and interlaced frame MPEG-2 streams. Field encoded MPEG-2
is also possible but is not currently maintained or supported.
For most purposes this elementary stream output will need to be
multiplexed with one or more audio streams into a program/systems stream
using the
.BR mplex (1)
tool.
Note that although this manual page aims to explain how mpeg2enc can
be used effectively it is not intended as an introduction to MPEG-1/2
video which is a fairly complex topic in its own right. The MPEG
video format is a somewhat baroque standard with many many options,
not all of which necessarily easy to explain or even particular useful
in the context of a software encoder.
Much useful practical information for novices can be found in the
mjpeg-HOWTO document that should have been installed with \fBmjpegtools\fP(1)
package. Further information and useful supporting software can be found
on the mjpegtools web-site:
.br
.IP
\fBhttp://mjpeg.sourceforge.net\fP
.SH "SELECTING THE MPEG PROFILE"
.PP
Set the MPEG profile to use. The MPEG standards support a vast number
of options. In practice, different applications of the MPEG format
place additional constraints of the form the MPEG stream. Setting
this flag selects the kind of stream to produce.
.PP
.BR -f|--format \ 0
- Generic MPEG1.
.PP
A basic MPEG-1 profile that lets most parameters
be adjusted for particular applications using the other flags.
Typical applications would be to produce a variable bitrate MPEG-1
stream with big buffers and a high data-rate software playback
on a computer.
.PP
.BR -f|--format \ 1
- Standard VCD.
.PP
An MPEG1 profile exactly to the VCD2.0 specification.
Flag settings that would result in a non-standard
stream structure are simply ignored.
.PP
.BR -f|--format \ 2
- User VCD.
.PP
As for profile 2 but bitrate and video buffer size can
be set to non-standard values. Frame size may also be non-standard.
Bit-rate and buffer sizes default to those for standard VCD.
.PP
.BR -f|--format \ 3
- Generic MPEG2.
.PP
A basic MPEG-2 profile that lets most parameters be adjusted for
particular applications using the other flags. Typical applications
would be to produce a MPEG-2 stream with big buffers and long GOP's
for software playback on a computer.
.PP
.BR -f|--format \ 4
- Standard SVCD.
.PP
An MPEG-2 profile exactly to the SVCD2.0
specification. Flag settings that would result in a
non-standard stream structure are simply ignored.
.PP
.BR -f|--format \ 5
- Non-standard SVCD.
.PP
As for profile 4 but bitrate, video
buffer size, GOP sizes and structure can be set to
non-standard values. Frame size may also be non-standard.
Bit-rate and buffer sizes default to those for standard SVCD.
.PP
.BR -f|--format \ 6
- VCD Stills sequence.
.PP
Encodes the special style of MPEG stream
used for still images on VCDs. To use this profile you must
set the target size you wish to compress the images to using the
-T flag. Reasonable values are around 35KB for standard resolution
stills (352 wide) and 120KB for high resolution stills (704 wide).
.PP
.BR -f|--format \ 7
- SVCD Stills sequence.
.PP
Encodes the special style of MPEG stream
used for still images on SVCDs. Both standard (480 wide) and high
resolution (704 wide) images are supported. As with VCD stills you
select how big each compressed still should be using the -T flag.
.PP
.BR -f|--format \ 8
- DVD MPEG-2 for 'dvdauthor'
.PP
This version adds special dummy navigation packets into the output stream
that the dvdauthor tool fills in to make a proper .VOB for authoring.
Bit-rate defaults to 7500kbps, buffer sizes to the maximum
permitted by the DVD specification.
.PP
.BR -f|--format \ 9
- DVD MPEG-2.
.PP
Just a very basic implementation. Useful with DXR2 board and similar
hardware that can decode MPEG-2 only if it is presented in a DVD like
form. Bit-rate defaults to 7500kbps, buffer sizes to the maximum
permitted by the DVD specification.
.PP
.BR -f|--format \ 10
- ATSC 480i
.PP
.BR -f|--format \ 11
- ATSC 480p
.PP
.BR -f|--format \ 12
- ATSC 720p
.PP
.BR -f|--format \ 13
- ATSC 1080i
.SH "GENERAL FUNCTION LETTERS"
.PP
.BR -v|--verbose \ num
.PP
Set verbosity level to num. 0 = warnings and errors only, 1 =
information as well, 2=really verbose.
.PP
.BR -K|--custom-quant-matrices \fBkvcd\fP | \fBtmpgenc\fP |
\fBdefault\fP | \fBhi-res\fP | \fBfile=\fPinputfile | \fBhelp\fP
.PP
Specify which quantisation matrices to use instead of the defaults
(which can be specified by using "-K default"). Using "-K hi-res" is
identical to using the -H option. The value kvcd uses the Kvcd.Net
matrices from http://www.kvcd.net/; the value tmpgenc invokes the
TMPGEnc matrices from http://www.tmpgenc.net/e_main.html. On average
(this depends on the source material), the tmpgenc tables reduce
the average bitrate by about 10% and the kvcd tables reduce bitrate
by about 16% (compared to the default tables).
.PP
.BR -E|--unit-coeff-elim \ -40..40
.PP
Specify when a special 'unit coefficient elimination' algorithm should
be applied to the encoded picture blocks. Basically, this procedure
forces blocks of a type that don't carry much information but are
expensive to encode to be simply skipped. The larger the number the
more potentially visible this skipping is likely to be but the more
compression is boosted. A negative value means that all coefficients
are zeroed, positive means only texture but not base intensity
coefficients are zeroed. Values of around 10 or -10 seem to work well
with high quality source material. For noisier material it might be
worth trying 20 or -20.
.PP Note: if B frames are being encoded this only applies to B frames.
.BR -R|--b-per-refframe \ 0..2
.PP
Specify how many bi-directionally (B type) difference-encoded frames
should be encoded between reference (I or P) frames. The default is 0
except for VCD encoding where it is 2 B frames as required by the
standard. Experts differ on how much using B frames improves
compression. In practice unless you have really clean material they
tend to be fairly useless and sometimes even harmful. Encoding is
significantly faster and uses less memory if no B frames are encoded
and compression is rarely more than marginally worse.
.PP
.BR -?|--help
.PP
Display a synopsis of the command syntax.
.SH "FUNCTION LETTERS ADJUSTING THE SELECTED PROFILE"
N.b. If the profile you have selected sets particular values
for these parameters it will over-ride these adjustment flags.
In particular, there is almost \fInothing\fP that can be
adjusted for the standard VCD and SVCD profiles.
.PP
.BR -b|--video-bitrate \ num
.PP
The bitrate of the output video stream in kBits/sec. The default is
exactly the bitrate required for VCD streams.
If variable bitrate (VBR) mode has been selected (see the
-q option) this is the
.I maximum
bitrate of the stream. \fBNOTE:\fP By default MPEG-2 streams (\fB-f\fP
3, 4, 5, 8 and 9 are VBR. Use the \fB--cbr\fP option for generating
CBR (Constant Bit Rate) streams.
.PP
.BR -A|--ratecontroller \ 0..1
.PP
Specify which of the rate control algorithms to use. Default is 0.
.PP
.BR -V|--video-buffer \ num
.PP
The maximum video buffer usage required to decode the stream in
KBytes. The default is 46KB the (tiny) size specified for VCD. The
size to use for SVCD is the (more reasonable) 230KB. If you are
encoding for a half-decent software decoder it makes sense to push
this up to 500K or more.
.PP
.BR -T|--target-still-size \ num
.PP
Set the target size for (S)VCD still images in KB.
.PP
.BR -s|--sequence-header-every-gop
.PP
This flag forces the encoder to generate a "sequence header" at the start
of every group-of-pictures. This is needed by some player hardware to
support fast forward/rewind/random access functions but is a waste of bits
otherwise.
.PP
.BR -d|--no-dummy-svcd-SOF
.PP
The SVCD MPEG-2 profile demands that special "Scan OFfset" which are
(in effect) pointers to the place on the final SVCD disk where the
video for 0.5 and around 5-10 seconds behind and ahead in the stream
is located. The intended use of this information is to support"Fast
forward/Rewind" functions. Unfortunately, at the time mpeg2enc
encodes the video it doesn't know where the video is going to finally
end up. So special dummy "Scan OFfset" values are written which are
intended to be filled in during the creation of the SVCD
image. Currently the GNU vcdimager tool handles this task. However,
in some circumstances the dummy offsets can cause problems. This
flags stops mpeg2enc generating them.
.PP
.BR --correct-svcd-hds
.PP
In the official SVCD standards the field in the MPEG-2 header
information that passes on the encoders "recommended" horizontal
resolution to decode the stream to is supposed to take the values 540
(for 4:3 sequences) or 720 (for 16:9 sequences). In practice many
players don't work unless the value is 480. This flag, forces mpeg2enc
to follow the official standard. It is worth trying if 16:9 sequences
play at 4:3 aspect ratio.
.PP
.BR --no-constraints
.PP
This flag deactivates all constraints for the maximum video samplerate or video resolution. Its purpose is to allow the encoding of unusual resolutions of MPEG-video (e.g. 2200 x 576, 160 degrees FOV VR-theatre MPEG movies), but should be used with care: It can possible circumvent a number of other security checks, and untested settings can cause mpeg2enc to crash in this mode.
.BR -l |--level\ h|high|m|main
.PP
This flag allows the MPEG-2 implementation level against which the coding parameters are checked to
be set. You may need to set this to 'high' if you're encoding HDTV material.
.PP
.BR --no-altscan-mpeg2
.PP
This flag deactivates the use of the 'alternate' macroblock scan pattern for
MPEG2 encoding. Normally this pattern is used but a few elderly software
decoders had bugs relating to this feature. You should never need to use this flag.
.PP
.BR --dualprime-mpeg2
.PP
MPEG-2 supports a special motion estimation mode (DPME, Dual Prime Motion
Estimation) for I/P-frame only streams that can somewhat improve compression.
A number of players (both hardware and software) do not support this mode.
Those players may or may not be
MPEG-2 compliant depending if DPME is an option or not in the MPEG-2 specs.
If you need to generate content for such players (e.g. Ogle or Apple's
DVD player application) you should NOT turn on dualprime-mpeg2! Surprisingly
at least one hardware/set-top player is known to be allergic to DPME being
used.
.PP
.BR -z|--playback-field-order \ b|t
.PP
This flag overrides the field-order specified in the interlacing tag of
the input stream header. (If you need this option, it indicates a problem
in the capturing/encoding process where the temporal order of the two
fields in each frame has been mislabeled. The effect of this is weird
"juddering" when playing back the stream on a TV. Check the mjpeg-howto
for more information about interlacing problems.)
.PP
.SH "OPTION LETTERS CONTROLLING VIDEO PARAMETERS"
.PP
.BR -n|--video-norm \ n|p|s
.PP
Force the input stream to be treated as NTSC|PAL|SECAM regardless of
what the stream header might suggest. Basically this just sets the
defaults for a bunch of other options.
.PP
.BR -F|--frame-rate \ num
.PP
Set the frame-rate of the output-stream. By default, this value is
inferred from the input header. Currently only the standard
MPEG rates are supported. Eventually more-or-less arbitrary rates
will be possible.
.br
0 - illegal
.br
1 - 24000.0/1001.0 (NTSC 3:2 pulldown converted FILM)
.br
2 - 24.0 (NATIVE FILM)
.br
3 - 25.0 (PAL/SECAM VIDEO / converted FILM)
.br
4 - 30000.0/1001.0 (NTSC VIDEO)
.br
5 - 30.0
.br
6 - 50.0 (PAL FIELD RATE)
.br
7 - 60000.0/1001.0 (NTSC FIELD RATE)
.br
8 - 60.0
.br
.PP
.BR -a|--aspect \ num
.PP
Set the playback aspect ratio code of the encoded video. By default, this
value is inferred from the input header.
.br
1 - 1 - 1:1 display
.br
2 - 2 - 4:3 display
.br
3 - 3 - 16:9 display
.br
4 - 4 - 2.21:1 display
.IP
For MPEG-2 the specified aspect ratios are used directly. For MPEG-1
mpeg2enc infers the MPEG-1 pixel aspect code from the video norm
specified and the specified playback aspect ratio.
.PP
.BR -x|--display-hsize \ num
.PP
.BR -y|--display-vsize \ num
.PP
These set the display-horizontal-size and display-vertical-size hints
in the MPEG-2. By default these are simply the encode frame dimensions.
However, if they are set to different values the player gets a hint that
the appropriate 'black bars' or cropping/scaling should be performed. The main
use for these parameters is to set a display-vertical-size of 1080 for HDTV
1080i or 1080p material. Here, since the frame height has to be a multiple of 16, the encoded frame height is forced to be 1088, even though HDTV standards
specify only 1080 lines of picture content. Standards committees ... love' em.
.BR -p|--3-2-pulldown
.PP
Setting -p only makes sense for 24frame/sec Movie source material. It sets
flags in the output stream that tell the decoder to play the movie as
NTSC 60field/sec video using "3:2 pulldown". This is vastly more
efficient than encoding as 60field/sec video. The classic application
is to transcode a PAL-encoded movie (24fps played too fast at 25 fps!)
into NTSC (see the -f flag).
.SH "OPTION LETTERS FOR CONTROLLING COMPRESSION AND SPEED"
.PP
.BR -M|--multi-thread \ num_CPU
.PP
MPEG encoding is a task that can be split over a small number of CPU's
quite efficiently. Mpeg2enc can be internally set to split major
processing tasks between a number of concurrent threads. This flag
adjusts the multi-threading to the optimum to utilise the specified
number of CPU's.
.PP
It should be noted that even with 1 CPU present \fIsome\fR
multi-threading is performed: frame input takes place in parallel with
encoding. The default -M value is 1. This allows good performance to
be achieved when when a
seperate machine is being used for pre-processing (decoding from
MJPEG, scaling, denoising etc) with the final result pipe to mpeg2enc
(e.g. using rsh or ssh).
.PP
Setting -M 0 disables all multithreading. This is sometimes useful
for debugging or to achieve maximum CPU efficiency on a shared
machine. Setting -M 3 on a dual-CPU machine will produce slightly
faster results than -M 2 at the price of slightly less CPU efficiency.
This is useful if nothing else needs to be done on the encoding
machine. In practice there is little point setting -M greater than 4
even if the CPU's are available due to the fairly coarse-grained
parallelism used. Indeed there is a hardcoded limit of 4 worker threads.
.PP
The default has been changed to be 0 instead of 1 to avoid the crash at
end of encoding:
.nf
INFO: [mpeg2enc] Signaling last frame = 499
mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed.
Abort
.fi
.PP
.BR -q|--quantisation \ 1 .. 31
.PP
Minimum quantisation of the output stream. Quantisation controls the
precision with which image information is encoded. The lower the
number the higher the quality but the greater the required data-rate.
\fBNOTE:\fP on IA32 systems it is possible to cause artifacting by setting
the value too low (3 or less) due to arithmetic overflow/truncation in the
DCT/iDCT routines.
If this option is set a
.I variable bitrate
stream is produced. This is more efficient
but variable bitrate MPEG-1 cannot be played by some hardware
decoders and is rejected by some DVD authoring packages. If you intend
to use a software decoder you'd be insane not to use variable bitrate.
.sp
If this option is set without a maximum bitrate being specified then
quantisation is fixed at the specified value. It should be noted that not
specifying a bitrate is probably an error and may produce unexpected results.
.sp
For MPEG-2 streams a default of 8 is used if \fB-q\fP is not explicitly given.
To force constant bitrate streams use \fB--cbr\fP and \fB-b NOT -q\fP!
.PP
.BR -I|--interlace-mode \ 0|1|2
.PP
Set the sequence picture structure and block encoding type for MPEG-2 streams.
By default, this value is inferred from the interlacing tag of the input
stream. Setting 0 encodes frame-by-frame with support for interlaced video
turned off, and specifies that progressive chroma subsampling has been used.
Setting 1 encodes frame-by-frame with interlace-adapted motion compensation
and block encoding, and specifies that interlaced chroma subsampling has
been used. Setting 2 encodes interlaced material field-by-field, which
will produce more accurate results for highly textured interlaced
material with lots of motion, at the expense of generally less efficiency.
.IP
This setting should match the interlaced-ness of the input stream, otherwise
chroma artifacts may be generated when the MPEG stream is played back.
.PP
.BR -g|--min-gop-size \ num
.PP
.BR -G|--max-gop-size \ num
.PP
These flags set the minimum and maximum group-of-picture (GOP) size
for the output MPEG stream. The default values depend on the output format.
.sp
For MPEG-1 (for example VCD) the default is a fixed GOP size of 12 (-g and -G
are both set to 12).
.sp
For
MPEG-2 the default value of -G (max) is set according to the video system:
-G 15 for 625 line (PAL) and 18 for 525 line (NTSC).
If -g (min) has not been specified then the minimum GOP size is set to be
one half of the maximum (-G).
.sp
To force a fixed GOP size specify both -g and -G with the same value.
.sp
If the minimum and maximum GOP sizes are \fBnot\fP identical then mpeg2enc
will start a \fBnew\fP GOP if more than 60% of the macroblocks in a P or B
frame are Intra encoded.
This ensure big changes of image coincide with a fully-encoded
I-frame by starting a new GOP. This can help prevent transient
"blockiness".
.sp
Reasonable minimum GOP sizes are 6 or 9. If a minimum is not specified but
a maximum is given then the minimum will be set to one half the maximum.
A larger GOP size can help reduce the bitrate required for a given quality.
However, this really only applies to \fBhigh-quality\fP source material with
\fBlittle noise\fP (e.g. digital video). For broadcast material there is
little point setting GOP size much beyond 21 or 24. Even with good
source material diminishing returns set in quite rapidly. Also it must be
noted that specific MPEG-2 formats (such as for DVD) are constrained
in the maximum allowable GOP size.
.sp
Note: mpeg2enc is currently hard-wired to produce 2 B frames between
each I/P frame unless the GOP size forces less. This is reasonable
for medium to high bitrates (>= 1Mbps) but probably sub-optimal for
low-bitrate encoding.
.PP
.BR -c|--closed-GOPs
.PP
Setting this flag causes the encoder to generate only "closed" GOPs
(Groups of Pictures) that can be decoded without reference to their
predecessor. This is useful for streams that are supposed to be used
in multi-angle DVD's and applications where more easily edittable MPEG
is required.
.PP
.BR -P|--force-b-b-p
.PP
This flag forces the GOP size selection to choose sizes
that ensure 2 B frames appear between adjacent I/P frames.
Several common MPEG-1 decoders can't handle streams where less than
2 B-frames appear between I/P frames.
.PP
.BR -Q|--quantisation-reduction \ -4.0..5.0
.PP
This flag sets the amount quantisation is reduced for
blocks containing large amounts of sharp image detail.
Large values produces efficient use of bits but may
cause visible artifacting around detailed sections.
With noisy source material this option may cause
a "swimming" effect on textured backgrounds as the noise cause the
quantisation of blocks to be boosted at random. The default is 0.0 (off).
See also the \-X option.
.PP
.BR -X|--quant-reduction-max-var \ 0.0..2500.0
.PP
Luma variance below which quantisation boost (-Q) is activated.
.PP
.BR -r|--motion-search-radius \ num
.PP
This flag sets the motion estimation search radius. For most
purposes the default (16) should be just fine. For high-resolution
MPEG-2 and active scenes it may be worth bumping it up. However, this
will make encoding significantly slower. There is little point
reducing the radius. Speed gains are not huge and the impact on quality
can be marked.
.PP
.BR -4|--reduction-4x4 \ 1..4
.PP
.BR -2|--reduction-2x2 \ 1..4
.PP
These options control how radical the encoder is in throwing away
apparently poor candidate estimates during motion estimation. A
setting of 1 means very few blocks are discarded early which makes for
slow encoding but quality as good as it gets. A setting of 4 makes for
fast encoding but can impact quality. The -4 flag controls discarding
during the initial 4*4 sub-sampled search stage, the -2 flag controls
discarding during the secondary 2*2 sub-sampled stage.
.IP
These flags are useful as the speed quality trade-off is markedly
different depending on which CPU you have. On modern machines the
impact on speed is around a factor 2 on older machines a factor 3.
The impact on quality is around 10% quantisation (0.2 of a bit of
precision in encoding textures). For most purposes the default
settings will be fine. However on P-III Katmai etc -4 2 -2 1 gives a
good near-optimum quality setting with reasonably speed.
.PP
.BR -N|--reduce-hf \ num
.PP
Setting this flag adjusts the way texture detail is quantised to
reduce the precision with which of high-frequency information
encoded. This is very useful for
.I mildly
noisy sources. If you have really noisy material the filtering tools
available in mjpegtools are a much better bet. The specified number
must be in the range 0.0 to 2.0 gives the maxium quantisation boost.
A useful number to use would be 1.5 or 1.0.
.PP
.BR -H|--keep-hf
.PP
Setting this flag makes the encoder encode as much high-frequency information
as possible. This is a good setting for maximising quality at VCD
resolution with good quality low-noise source material. It can also help
with "swimmy" material if you can spare the bitrate!
.PP
.BR -D| --intra_dc_prec \ num
.PP
Specifies the precision of the DC component. The default is 9. Most
commercial DVDs use 10. Using 9 instead saves a few bits. Using 10 might
help to avoid looking larger areas of nearly the same color blocky.
A value of 11 is only valid at the next MPEG-2 profile/level so it's not
a currently meaningful value to use.
.SH "OPTION LETTERS FOR CHUNKING THE OUTPUT STREAM"
.PP
.BR -S|--sequence-length \ num
.PP
This flag allows the target size of individual sequences in the final
multiplexed stream to be set in MBytes. If set mpeg2enc keeps track
of how large the eventual stream is getting and inserts a sequence
split (actually: sequence end / sequence start) into the output stream
each time it reaches the specified limit. The multiplexer \fBmplex\fP(1) can
recognise these splits and start a new multiplexed output file each time
it encounters one. In this way it is easy to automatically ensure
each component sequence file can be burnt onto a CD-R and still be
played as a stand-alone MPEG sequence. For the SVCD and VCD profiles
the default target sequence length is 700M bytes. For other profiles the
default is that sequence length is unlimited.
.PP
.BR -B|--nonvideo-bitrate \ num
.PP
Since mpeg2enc can't read minds it cannot know in advance what other
material will be multiplexed with the output video stream. Thus to
get its calculations of where to insert split point right it needs to be
told the combined data-rate of the other material that is eventually to
be multiplexed with the video.
This flag allows this rate to be specified in K bits/sec.
A good rule of thumb is to use the total rate of all the other streams
plus 1% of the total rate including video.
.PP
.BR -u|--cbr
.PP
Force the use of Constant Bit Rate encoding. Less than optimal (and
inefficient in almost all cases)
but some folks insist on it. \fBNOTE:\fP this \fBdisables\fP (overrides)
the use of the \fB-q\fP option!
.sp
It is an error to use this option and not specify a bitrate using \fB-b\fP
since a constant bitrate of 0 makes no sense.
.PP
.BR --chapters \ frame,...
.PP
This flag allows you to define chapter points within the mpeg stream.
This is most useful when generating DVD video. Each chapter point is
specified by frame number, with the first frame being number 0. Every
chapter point defined will end up at the beginning of a closed GOP as
an I frame.
.SH "SSE, 3D-Now!, MMX"!
mpeg2enc makes extensive use of these SIMD instruction set extension
on x86 family CPU's. The routines used are determined dynamically at
run-time. It should be noted that using SSE requires operating system
support. Old 2.2.x Linux kernels (unless patched ones like RedHat) do
not have this and so SSE, although physically present, won't be activated.
.SH "BUGS"
There should be an option to force GOP sizes that permit 2 B frames
between I/P frames. Some decoders (even software) can't handle the case
where I/P frames come back to back or with only 1 B frame between them.
There needs to be a facility for writing dummy user-data fields so
that the multiplexer/imager can insert forward/backward pointers when
muxing/imaging an SVCD.
.SH AUTHOR
This man page was written by Andrew Stevens.
If you have questions, remarks, problems or you just want to contact
the developers, the main mailing list for the MJPEG-tools is:
\fImjpeg\-users@lists.sourceforge.net\fP
For more info, see our website at
\fIhttp://mjpeg.sourceforge.net
.SH "SEE ALSO"
.BR mplex "(1), " mp2enc "(1), " lavrec "(1), " lavplay "(1), "
.BR lav2yuv "(1), " lav2wav "(1), " yuvscaler "(1), " yuvdenoise "(1), " y4mdenoise "(1), " mjpegtools "(1)"
|