『漫游』酷论坛>『影音数码技术学习交流』>[求助]MKV封装的问题

[求助]MKV封装的问题

kagakadaj@2007-02-19 09:50

我把四段不同FPS的文件用MKV封装起来 可是第二段和第三段衔接的时候会导致第三段FPS降低 然后导致音画不同步
TIMECODE是这样写的:
assume 29.970

0,162,29.970
163,40529,23.970
40530,43148,29.970
43149,44120,23.970

不知道有没问题......

然后在MKV封装时出现WARNING:
Warning: The track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part02.mp4' can probably not be appended correctly to the track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part01.mp4': The codec's private data does not match.Both have the same length (40) but different content. Please make sure that the resulting file plays correctly the whole time. The author of this program will probably not give support for playback issues with the resulting file.
Warning: The track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part03.mp4' can probably not be appended correctly to the track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part02.mp4': The codec's private data does not match.Both have the same length (40) but different content. Please make sure that the resulting file plays correctly the whole time. The author of this program will probably not give support for playback issues with the resulting file.
Warning: The track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part04.mp4' can probably not be appended correctly to the track number 1 from the file 'M:\ISO-RIP\ss01\ss 01 part03.mp4': The codec's private data does not match.Both have the same length (40) but different content. Please make sure that the resulting file plays correctly the whole time. The author of this program will probably not give support for playback issues with the resulting file.

请问 是哪里出现问题了?望指教~
引用

雷鸣@2007-02-19 10:04

我连接时出现“codec's private data does not match”然后播放时播放器就crash,囧死人了。

声像异步应该是timecodes的问题。
难道是……
楼主试试看这个timecodes行不行
复制代码
  1. # timecodes v1 format
  2. assume 29.970
  3. 163,40529,23.976
  4. 43149,44120,23.976

因为看到了奇怪的23.970…………改成23.976试试看
之前已经有assume 29.970那么其中29.970的部分就可以不必注明
引用

GOD_HIKARU MK2@2007-02-19 10:10

= = 哦 话说用MKV那样合MP4 合出来会有RP事件的
至少我遇到过 所以我是用YEMB全部合起来后再封进MKV的
引用

shinjico@2007-02-19 12:44

LZ的问题出在append吧,尝试多次append X264 in MP4,都以失败告终,估计是spilter的问题。建议MP4还是事先在AVS中assume成同样fps拼起来,然后再写TC封mkv。
引用

MeteorRain@2007-02-19 13:48

用yamb拼了再用mkv合比较好,嗯。
引用

kagakadaj@2007-02-19 14:06

YAMB?以前貌似用过
现在不知道扔哪里去了~
请问有没地址?
引用

tengfy@2007-02-19 14:39

不是有谷歌吗?

http://yamb.unite-video.com/
引用

kagakadaj@2007-02-20 09:28

不同FPS的片段如何在YAMB中合并????
引用

kagakadaj@2007-02-20 10:08

引用
最初由 shinjico 发布
LZ的问题出在append吧,尝试多次append X264 in MP4,都以失败告终,估计是spilter的问题。建议MP4还是事先在AVS中assume成同样fps拼起来,然后再写TC封mkv。
这个AVS该怎么写?请指教~
引用

GOD_HIKARU MK2@2007-02-20 18:50

= = 不同的FPS可以用MKV连接么 好像不能得
引用

系统杀手@2007-02-20 22:29

引用
最初由 kagakadaj 发布
不同FPS的片段如何在YAMB中合并????


无法合并....

话说AVS能读MP4否?
引用

雷鸣@2007-02-20 22:35

引用
最初由 系统杀手 发布


无法合并....

话说AVS能读MP4否?

directshowsource可以,前提是要安装一个MP4的Splitter
引用

kagakadaj@2007-02-20 23:06

引用
最初由 雷鸣 发布

directshowsource可以,前提是要安装一个MP4的Splitter
能不能告诉我怎么写合并的AVS ?四个不同FPS的MP4文件
引用

自由的飞扬@2007-02-20 23:31

引用
最初由 kagakadaj 发布
能不能告诉我怎么写合并的AVS ?四个不同FPS的MP4文件

http://popgo.net/bbs/showthread.php?s=&threadid=435830 <--在这帖里,MR有说明的
引用

kagakadaj@2007-02-21 00:09

发现 谢谢楼上的朋友 先拿去研究一下~^^
引用

| TOP