[streamrecorder] Add encoder type.
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-simulator / 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 hw encoder supported = 0 ; 1 if supported and 'video codec element hw' should be formed.
16
17 video codec element hw = ; sprd (if verified) or verified hw codec element
18
19 [encodebin]
20 ;MM_STREAMRECORDER_ENCBIN_PROFILE_VIDEO = 0 MM_STREAMRECORDER_ENCBIN_PROFILE_AUDIO = 1
21 ;MM_STREAMRECORDER_ENCBIN_PROFILE_IMAGE = 2 MM_STREAMRECORDER_ENCBIN_PROFILE_NUM = 3
22 encsink bin profile = 0
23
24 encsink bin auto audio resample = 0
25
26 encsink bin auto colorspace = 1
27
28 encsink bin auto audio convert = 1
29
30 encsink bin use video toggle = 0
31
32 [pipeline]
33 encsink bin source = appsrc
34
35 name of audio src = pulsesrc
36
37 h264 encoder =
38
39 h263 encoder = avenc_h263p
40
41 mpeg4 encoder = avenc_mpeg4
42
43 name of audio encoder = avenc_aac
44
45 use parser  =
46
47 name of 3GP muxer = avmux_3gp
48
49 name of MP4 muxer = avmux_mp4
50
51 name of video converter = videoconvert
52
53 name of sink = filesink
54
55 [video param]
56 ;/*ms*/
57 video frame wait time = 200000
58
59 [audio param]
60 audio frame minimum space = 102400
61
62 audio frame wait time = 20000
63
64 [attribute]
65 supported height = 1080,720,480,240,288,144
66
67 supported width = 1920,1280,640,320,352,176
68
69 ;/*AMR, AAC, VORBIS ,PCM*/
70 supported audio encoders = AMR,AAC,PCM
71
72 ;/* H263 , H264 , MPEG4 */
73 supported video encoders = H263,MPEG4
74
75 ;/*3GP , AMR, MP4 , WAV, ADTS*/
76 supported file formats = 3GP,MP4,AMR,ADTS,WAV