【问题标题】:Is there a way to encode HE-AAC(AAC LC SBR) streams using GStreamer with the audiotestsrc?有没有办法使用带有 audiotestsrc 的 GStreamer 对 HE-AAC(AAC LC SBR) 流进行编码?
【发布时间】:2021-04-15 01:18:05
【问题描述】:

任何帮助将不胜感激。 有没有办法使用带有 audiotestsrc 的 GStreamer 对 HE-AAC(AAC LC SBR) 流进行编码? 这是我尝试过的,但我只能将音频编码为一般的 AAC LC 流,我不知道 gst aac 编码器中是否有任何可用选项。

gst-launch-1.0 audiotestsrc ! capsfilter caps="audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)6" ! audioconvert ! fdkaacenc ! matroskamux ! filesink location=test.mka

【问题讨论】:

    标签: gstreamer aac


    【解决方案1】:

    虽然您的音频源可以是任何东西,但在撰写本文时,AAC 编码元素 fdkaacenc 目前不支持 LC 以外的 AAC 对象类型。

    【讨论】:

      猜你喜欢
      • 2013-09-24
      • 2013-02-20
      • 2019-02-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-25
      相关资源
      最近更新 更多