# 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_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"

# video_frame_rate and capture_frame_rate are expressed in frames per second
# if capture_frame_rate is not 0, it is used to indicate a capture frame rate different
# from the rate of the video, otherwise its value is fixed to video_frame_rate

[Recording]
max_recording_time=10
video_width=384
video_height=288
video_top_margin=0
video_bottom_margin=0
video_codec_name=FFMPEG DivX5
video_frame_rate=25
capture_frame_rate=0
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
