Decoding:
Media.mkv H.264 YUV420 YUV420
─[Splitter]────[Video Decoder]─────[SubtitleFilter]─ Output
│ASS │
├─────────────────┘
│DTS PCM
└──[Audio Decoder]─────────────── Output
(過程中負責橋接的就是 DirectShow)
如果是播放的話 就是 Output 到設備
Encoding:
YUV420 H.264 Media.mp4
─[Video Encoder]───[Muxer]── Output (Media file)
│
PCM AAC │
─[Audio Encoder]────┘
Recode 指的就是 Decoding -> Encoding
而 AVS 則是介入 Decoding 過程之間的橋接
所以請你檢查你有沒有安裝所需的 DirectShow Splitter / Decoder / Filter