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.

[参考译文] TDA4VM:如何在不使用 tiovx 的 tda4上使用编码(h264)

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1199581/tda4vm-how-to-use-encode-h264-on-tda4-without-tiovx

器件型号:TDA4VM

我想读取一个 YUV 视频文件并创建一个 h264文件。  

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

    您好!

    您可以为此操作使用 gstreamer。

    您可以执行如下所示的命令。 请在以下命令中进行必要的更改。

    gst-launch-1.0文件 rc locity= blocksize=width*height*1.5! VIDEO/x-RAW、width=1920、height=1080、帧速率=30/1、interlace-mode=progressive、 比色法=bt601! v4l2h264enc! h264parse! 真棒! 文件链接位置=./sink.mp4

    此致、
    Nikhil