rv1108: add Mp4MuxerProcess to cvr.conf

Change-Id: I016932d685eae6527a8b02d7f265e5381654533e
Signed-off-by: Frank Liu <frank.liu@rock-chips.com>
This commit is contained in:
Frank Liu
2020-01-08 09:09:07 +08:00
parent 3bdd9f49f3
commit 88144866fc

View File

@ -20,7 +20,12 @@
{
"name": "H264EncodeProcess",
"parent": "NrProcess",
"buffer_count": 3,
"buffer_count": 0
},
{
"name": "Mp4MuxerProcess",
"parent": "H264EncodeProcess",
"buffer_count": 0,
"parameter": {
"duration": 60
}