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

PATTERN		IBPBP

OUTPUT		output/food
GOP_SIZE	5
SLICES_PER_FRAME	1

BASE_FILE_FORMAT	YUV
YUV_SIZE	352x240

INPUT_CONVERT	cat *.Y *.U *.V

INPUT_DIR	links/flowg

INPUT
sflowg.*	[0-14]
END_INPUT


GOP_INPUT_DIR	output
GOP_INPUT
food.gop.*	[1-2]
GOP_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		10
PQSCALE		31
BQSCALE		31