h264 encoding to other bit rate

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

h264 encoding to other bit rate

ソリューションへジャンプ
691件の閲覧回数
nxf65233
NXP Employee
NXP Employee

Hello everyone

SOC:iMX8MM

System: Yocto Linux

 

Encode the h264-encoded mp4 file into the h264 mp4 file of other bit rate

How should I use the gstreamer command?

 

Thanks

 

0 件の賞賛
返信
1 解決策
685件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please try with the following pipeline, just change the bitrate property to the desired bitrate (Kbps):

gst-launch-1.0 videotestsrc ! video/x-raw, format=I420, width=640, height=480 ! vpuenc_h264 bitrate=20000 ! filesink location=test.mp4

Best regards,
Aldo.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
686件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please try with the following pipeline, just change the bitrate property to the desired bitrate (Kbps):

gst-launch-1.0 videotestsrc ! video/x-raw, format=I420, width=640, height=480 ! vpuenc_h264 bitrate=20000 ! filesink location=test.mp4

Best regards,
Aldo.

0 件の賞賛
返信