引用
最初由 adamhj 发布
外挂字幕有什么难度么?直接mkvtoolnix封阿...
一般的MKV可以的啊,不过内封AVC的MKV可以直接再用mkvtoolnix封字幕吗?
附上出错信息:
mkvmerge v1.6.5 ('Watcher Of The Skies') built on Dec 7 2005 18:53:31
'G:\[CNZOO_V9][Utaware][08][H264][6BC76A2E].mkv': Using the Matroska demultiplexer.
'G:\[CNZOO_V9][Utaware][08][H264][6BC76A2E].mkv' track 1: Using the video output module.
At the moment mkvmerge does not support converting from VfW-mode AVC/h.264 tracks to native Matroska-mode AVC/h.264 tracks. You can, however, first import the video track into a MP4 file with e.g. 'MP4Box' (use Google). Then you can use mkvmerge and put the video into a Matroska file.
If you're trying to get AVC/h.264 from an AVI into Matroska then the commands you need to use are:
avi2raw avc.avi raw.264
mp4box -fps 23.976 -add raw.264 avc.mp4
If you really know what you are doing then you can force mkvmerge to put this AVC/h.264 track into a Matroska file even in VfW mode if you add '--engage allow_avc_in_vfw_mode' to the command line. You can do that in mmg with the 'Add command line options' menu entry in the 'Muxing' menu.