about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/examples/prof.ss.param
blob: ef339e7a8e7934e1f066c3629a6e46f9df04036a (plain) (blame)
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
# test suite parameter file

PATTERN		IPPPPPPPPP
OUTPUT		output/food

BASE_FILE_FORMAT	PPM
INPUT_CONVERT	giftoppm *
GOP_SIZE	30
SLICES_PER_FRAME	1

INPUT_DIR	Test/ts

INPUT
med*.gif	[030-039]
END_INPUT



# all of the remaining options have to do with the motion search and qscale
#
# change this only if you're unsatisfied with the CPU time or quality, or
# are experimenting
#

# if this appears in the file, then in addition to testing luminance when
# computing motion vectors, program will also take into account chrominance
#
# this option MUST appear before ERROR option, or it will be ignored
#
# CHROMINANCE

# MAD or MSE -- must be upper case
ERROR		MAD

# FULL or HALF -- must be upper case
PIXEL		FULL

# means +/- this many pixels
RANGE		16

# YES or NO -- must be upper case
PSEARCH_ALG	SUBSAMPLE
BSEARCH_ALG	SIMPLE

IQSCALE		8
PQSCALE		10
BQSCALE		25