# This is the sample DVR configuration file.
# Values shown here are default values taken by DVR if a parameter is not given.

# allowed values of video_bpp :
#  - 16
#  - 24

# allowed values of video_norm :
#  - 0  (PAL)
#  - 1  (NTSC)
#  - 2  (SECAM)
#  - 3  (auto)

# allowed values of sound_recording_enabled :
#  - 0  (don't record sound)
#  - 1  (record sound)

# allowed values of sound_sample_size :
#  - 8   (1 byte)
#  - 16  (2 bytes)


# allowed values of sound_channels :
#  - 1   (mono)
#  - 2   (stereo)

# allowed values of sound_format :
#  - 1   (PCM)
#  - 85  (mp3)

# sound_frequency is expressed in hertz

# sound_byterate is expressed in byte per second per channel (not bits).

# file_segment_size is expressed in MB (1024x1024 bytes). 0 means "no segmentation"

[Recording]
max_recording_time=10
video_width=384
video_height=288
video_bpp=24
video_top_margin=0
video_bottom_margin=0
video_codec_name=FFMPEG DivX5
video_fps=25
video_channel=0
video_norm=3
video_device=/dev/video0
sound_recording_enabled=1
sound_sample_size=16
sound_frequency=44100
sound_channels=1
sound_format=85
sound_byterate=8000
sound_device=/dev/dsp
file_segment_size=0
file_name=movie.avi
