0

我刚刚开始研究与读取 mpeg-ts 文件相关的一些工作。这是我的第一个视频流项目,我的第一个任务是从文件中读取程序名称。

我目前正在研究 FFMpeg 和 FFProbe,并且有 C# 经验,想知道我应该使用哪种工具/语言来做到这一点?

还是我需要其他工具或语言?

我已经启动了 TSReader,我可以看到包含信息的 PAT 部分。

4

1 回答 1

0

I've had good luck with NetBeans Java IDE and the ProjectX source code. since ProjectX is designed to transform different formats, it tends to have a lot of descriptive info about the file available on the UI and relatively easy to figure out variable naming in the code as well.

Contrast with other programs, which may be more mysterious in their decoding of the format, because they don't ever display the raw header info and don't have those variables named so clearly in code.

于 2013-08-27T13:33:46.517 回答