This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4VE-Q1:如何使用 SDK0901 gstreamer 编码控制 IDR 帧频率

Guru**** 1831610 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1436204/tda4ve-q1-how-to-control-idr-frame-frequency-using-sdk0901-gstreamer-encoding

器件型号:TDA4VE-Q1

工具与软件:

尊敬的 TI:

我对 SDK0901编码有疑问、希望大家能有所帮助

示例:

gst-launch-1.0 multifilesrc location="test.jpg" loop=true! jpegdec! 视频转换! video/x-raw、宽度=640、高度=512、帧=30/1、格式=NV12、 interlace-mode=progressive, colorimetry=bt601! v4l2h264enc extra-controls="enc、h264_I_frame_period=1"! filesink location=output_video.h264

如何编码周期性 IDR 帧?

谢谢

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!  

    IDR 周期由启用标头信息和 GOP 大小的组合设置。 请使用 v4l2h264enc 元素修改流水线:  

    • v4l2h264enc extra-controls=" ENc、prepend_sps_and_pps_to_idr=1、VIDEO_GOP_SIZE=1 "

    请告诉我您的结果。  

    谢谢!
    Sarabesh S.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    非常感谢、这很好。