about imx6q linux VPU based Video Encoder Record

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

about imx6q linux VPU based Video Encoder Record

ソリューションへジャンプ
1,616件の閲覧回数
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 解決策
1,348件の閲覧回数
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 返信
1,349件の閲覧回数
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 件の賞賛
返信