fix typo in ini file
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-tm1 / etc / multimedia / mmfw_streamrecorder.ini
1 [general]
2 ;is encsink source is live
3 encscink source is live = 0
4
5 retrialcount = 10
6
7 minimum frame = 5
8
9 reset pause time = 0
10
11 screen record = 1
12
13 convert output buffer num =6
14
15 [encodebin]
16 ;MM_STREAMRECORDER_ENCBIN_PROFILE_VIDEO = 0 MM_STREAMRECORDER_ENCBIN_PROFILE_AUDIO = 1
17 ;MM_STREAMRECORDER_ENCBIN_PROFILE_IMAGE = 2 MM_STREAMRECORDER_ENCBIN_PROFILE_NUM = 3
18 encsink bin profile = 0
19
20 encsink bin auto audio resample = 0
21
22 encsink bin auto colorspace = 1
23
24 encsink bin auto audio convert = 1
25
26 encsink bin use video toggle = 0
27
28 [pipeline]
29 encsink bin source = appsrc
30
31 name of audio src = pulsesrc
32
33 h264 encoder =
34
35 h263 encoder = avenc_h263p
36
37 mpeg4 encoder = avenc_mpeg4
38
39 name of audio encoder = avenc_aac
40
41 use parser  =
42
43 name of 3GP muxer = avmux_3gp
44
45 name of MP4 muxer = avmux_mp4
46
47 name of video converter = videoconvert
48
49 name of sink = filesink
50
51 [video param]
52 ;/*ms*/
53 video frame wait time = 200000
54
55 [audio param]
56 audio frame minimum space = 102400
57
58 audio frame wait time = 20000
59
60 [attribute]
61 supported height = 1080,720,480,240,288,144
62
63 supported width = 1920,1280,640,320,352,176
64
65 ;/*AMR, AAC, VORBIS ,PCM*/
66 supported audio encoders = AMR,AAC,PCM
67
68 ;/* H263 , H264 , MPEG4 */
69 supported video encoders = H263,MPEG4
70
71 ;/*3GP , AMR, MP4 , WAV, ADTS*/
72 supported file formats = 3GP,MP4,AMR,ADTS,WAV