Hi!
This version seems to work fine for me. I've compiled it from your src.rpm on
RH9.
I just have a couple of small notes on documentation for mpeg2enc: it has some
typos that probably is better to fix before release.
1) mpeg2enc --help
...
--format|-f fmt
Set pre-defined mux format fmt.
[0 = Generic MPEG1, 1 = standard VCD, 2 = VCD,
3 = Generic MPEG2, 4 = standard SVCD, 5 = user SVCD,
...
--video-buffer|-V num
Target decoders video buffer size in KB (default 46)
...
Probably 2 should be "2 = user VCD". And I'm not sure about video buffer size
- I always thought that it is dependant on selected format.
2) man mpeg2enc
...
-f|--format 3 - Generic MPEG2.
A basic MPEG-1 profile that lets most parameters be adjusted for par-
...
Shouldn't this be "A basic MPEG-2 profile..."?
...
-K|--custom-quant-matriceskvcd|tmpgenc|default|hi-res|file=inputfile|he
lp Specify which quantization 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 and the value tmpgenc invokes the
TMPGEnc matrices from http://www.tmpgenc.net/e_main.html. On average
(and it is somewhat source material dependent) the tmpgenc tables
reduce the average bitrate about 10% and the kvcd tables about 16% com-
pared to the default tables.
...
This paragraph is very strange - missing spaces, unexpected linebreaks etc.
Probably words about kvcd matrix should be a bit different - to avoid any
problems. What they say on their site:
"The KVCD "Notch" Quantization matrix may be used on any hardware or software
encoder capable of accepting custom tailored matrixes.
It is optimized for space/quality, and has also been optimized to reduce
visible DCT blocks on low lit/dark scenes.
The KVCD "Notch" Quantization Matrix is Copyright (c) 2002, 2003 of Softronex
Corporation. It may be used freely on any product, but it must be clearly
stated that the matrix in use is "KVCD "Notch" Quantization Matrix". There
are no other restrictions on it's use."
...
-q|--quantisation 2..31
...
mpeg2enc --help states that it is "1..31".
...
-I|--interlace-mode 0|1|2
...
mpeg2enc --help states that it is "0|1".
...
-Q|--quantisation-reduction 0.0..4.0
...
mpeg2enc --help states that it is "0.0..5".
And some command line options mentioned in --help are not present in the man -
though I consider this better than to have different explanations for the
same options.
WBW, Alexei
On Saturday 23 August 2003 10:45, Ronald Bultje wrote:
> Hey all,
>
> I've put up RPMs+tarball for mjpegtools-1.6.2 release candidate 1
> (versioned as 1.6.1.90, because that makes packaging easier) on
> sourceforge. This is a feature enhancement and bugfix release compared
> to 1.6.1. Most importantly, this release allows full-fledged DVD
> creation. Also, we now depend on libquicktime and we suggest using
> mplayer for divx encoding, so we have removed the quicktime4linux and
> avifile depdendencies. This should fix nearly 90% of all build failures.
> there are also smaller fixes, but I won't go into them here.
>
> You can get the tarballs and/or source/binary RPMs (x86) at
> http://sourceforge.net/projects/mjpeg/. Please report bugs or success
> stories here. If all goes well, this will become 1.6.2 in a few days.
>
> Special thanks to Steven for kicking me to do this release. ;).
>
> Ronald
|