# Write your options here!

# Type of operation encode or decode; encode = 1, decode = 2
operation=1

# read input from file. Mandatory for decode. If not specified for encode
# then default is camera
input=

# write output to file. For decode, if not specified, then default is LCD
output=test.264

# format; 0 - MPEG4, 1 - H.263, 2 - H.264, 7 - MJPG
format=2

# chromaInterleave, 1 - CbCr is interleaved
chromaInterleave=

# rotation angle (0, 90, 180, 270). Do not specify anything if not needed.
rotation=

# count, number of frames to encode or decode
count=100

# deblocking . 1 - Enable deblock
deblock=

# dering . 1 - Enable dering
dering=

# mirroring (0, 1, 2 , 3)
mirror=

# width, display width for decoding or capture/yuv image width for encoding
width=240

# height, display height for decoding or capture/yuv image width for encoding
height=320

# bitrate. default is auto
bitrate=0

# gop size. default is 0
gop=0

# This option specifies the end of option list for one instance
# Each option list must be end with this option. This is mandatory.
end
