我们将顺序从:
order=ffmpeg,copy
改为:
order=copy,ffmpeg
试试这样:
切换回:
并同时做出以下更改:
ffmpeg-ext=.mkv
改为
ffmpeg-ext=.ts ffmpeg-remuxto=.mkv
这样能解决问题吗?