Gstreamer formats(H264) Query

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

Gstreamer formats(H264) Query

474件の閲覧回数
mark-calaway
Contributor II

We are looking to record video with H264 format but we have the following command which is recording .ogv format only.
"gst-launch-1.0 -v v4l2src device=/dev/video3 ! videoconvert ! theoraenc ! queue ! filesink location=imx8-record.ogv"
Is there any H264 format for recording other than theora video format? We have to play the video in the IMX9QXP board.

0 件の賞賛
返信
1 返信

466件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

if you need encode h264 video, you can use the below command to generate mp4 file

$ gst-launch-1.0 videotestsrc ! video/x-raw, format=NV12, width=640, height=480 ! v4l2h264enc ! \
filesink location=test.mp4

0 件の賞賛
返信