# 封装工具

实际上这里摆的并不只是封装工具，抽流混流工具也应该能算吧，我就一并全丢这儿了

## MKV：MKVToolNix

万能的MKV容器的万能封装工具，不必多介绍，其自带的GUI也非常好用

下载地址：<https://mkvtoolnix.download/downloads.html>

## MP4：MeGUI/FFMPEG

其实MP4这东西兼容性确实太好，用什么工具封装出来也没什么大问题，当然了，MEGUI更好的选择，它附带的MP4 Muxer是基于MP4box的，封装应该会更符合规范，至于这俩哪下载，我觉得还是写在综合工具里比较好。

## 抽流工具:

当你获得了片源后，必然需要进行抽流，将音频/视频甚至是pgs字幕分离开来，以便将经过vs处理编码的纯视频流和音频流等媒体流结合起来成为最终成品

### tsMuxeR

tsmuxer是一个专门用来抽取ts/m2ts源的工具，当然看它名字是muxer，它当然也能拿来封装，做Remux也不在话下

下载地址：<https://www.videohelp.com/software/tsMuxeR>

### MeGUI

没错它又来了，MeGUI的Tools中又HD-DVD/Blu-ray Streams Exractor，它是基于EAC3to的，这个也挺好用的，下载地址去综合工具里找咯


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.geeking.moe/shen-yi-yang-de-gong-ju-men/feng-zhuang-gong-ju.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
