about imx6q linux VPU based Video Encoder Record

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

about imx6q linux VPU based Video Encoder Record

跳至解决方案
958 次查看
andypeng
Contributor I

Hi all,

I used camera ov5642 to running video record,and I used follow command:

gst-launch mfw_v4lsrc fps-n=15 capture-mode=4 ! queue ! $video_encoder_plugin codec=0 ! matroskamux ! filesink location=output.mkv sync=false

but I have some errors:

MFW_GST_V4LSRC_PLUGIN 3.0.5 build on Mar 30 2013 10:25:33.

WARNING: erroneous pipeline: link without source element

could anybody answer this question ?

thanks!

标签 (2)
0 项奖励
1 解答
690 次查看
varsmolta
Contributor V

try this:

gst-launch mfw_v4lsrc fps-n=15 capture-mode=4 ! queue ! vpuenc codec=0 ! queue ! matroskamux ! filesink location=output.mkv sync=false

or

gst-launch mfw_v4lsrc fps-n=15 capture-mode=4 ! queue ! vpuenc codec=0 ! matroskamux ! filesink location=output.mkv sync=false

在原帖中查看解决方案

0 项奖励
1 回复
691 次查看
varsmolta
Contributor V

try this:

gst-launch mfw_v4lsrc fps-n=15 capture-mode=4 ! queue ! vpuenc codec=0 ! queue ! matroskamux ! filesink location=output.mkv sync=false

or

gst-launch mfw_v4lsrc fps-n=15 capture-mode=4 ! queue ! vpuenc codec=0 ! matroskamux ! filesink location=output.mkv sync=false

0 项奖励