Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何用这个下载m3u8文件后合并时去掉音频,只保留合并后视频文件。 #37

Open
VPN-V2Ray opened this issue Mar 22, 2022 · 4 comments

Comments

@VPN-V2Ray
Copy link

如何用这个下载m3u8文件后合并时去掉音频,只保留合并后视频文件。

@llychao
Copy link
Owner

llychao commented Apr 1, 2022

如何用这个下载m3u8文件后合并时去掉音频,只保留合并后视频文件。

臣妾做不到呀!理论上不支持。你可以理解成 m3u8就是一批切割很小的视频片段列表,每个片段是一个原子整体(音频和画面是一起的),合并只是把每一个片段下载下来然后解码、最后合成一个文件。其实是不存在音频和画面的分离、合并。

@VPN-V2Ray
Copy link
Author

我看到這個程序介面上有個“僅合併音頻軌道”,就是合併時去掉視頻只保留音頻。
同樣的道理,我想最好增加一個功能”僅合併視頻軌道“,就是合併時去掉音頻只保留視頻。
這樣功能上就更加完美了。

@orestonce
Copy link

现在没法,这个合并ts是使用的直接拼接,并没有解码分析重新打包成mp4

@inkroom
Copy link

inkroom commented May 13, 2022

你可以再用ffmpeg再把文件处理一下,去掉音频就行了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants