【发布时间】:2018-10-02 10:27:02
【问题描述】:
无法使用 aac 编解码器从 .mpg 编码到 .mxf。
我写过:ffmpeg -i [input.mpg] -c:v mpeg2video -b:v 10M -a:c aac [output.mxf]
在错误弹出之前一切似乎都很好。
[mxf @ 000002a5ade4d8c0] track 1: could not find essence container ul, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted
Error initializing output stream 0:1 --
[aac @ 000002a5add99880] Qavg: nan
Conversion failed!
【问题讨论】:
-
MXF 仅支持 PCM 音频。
-
有一种感觉,但我在 Wikipedia 上看到 .mxf 几乎支持任何让我非常困惑的编解码器。感谢您的帮助!