about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/examples/pnm.param
blob: 6fce2be44d6cad95bd219c92e1df2ad166986c78 (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
# speed test parameter file

PATTERN		I
OUTPUT		output/food
GOP_SIZE	30
SLICES_PER_FRAME	1

BASE_FILE_FORMAT	PPM
YUV_SIZE	352x240

INPUT_CONVERT	*

INPUT_DIR	links/flowg

INPUT
sflowg.*.ppm	[01-10]
END_INPUT


# motion vector search parameters

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

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

# means +/- this many pixels
RANGE		8

PSEARCH_ALG	EXHAUSTIVE
BSEARCH_ALG	SIMPLE

IQSCALE		31
PQSCALE		10
BQSCALE		25