Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有很多用于苹果流媒体的 ts 文件(MPEG2-TS 格式)。我可以使用 ffmpeg 更改此文件的 PTS/PCR 参数吗?
是的。
看看setpts 过滤器。他们的慢动作示例使用命令行如下所示:
ffmpeg -i in.mpg -vf setpts=2.0*PTS out.mpg