View Single Post
Old 26th October 2005, 13:48   #13  |  Link
Liisachan
李姗倩 Lǐ Shān Qiàn
 
Liisachan's Avatar
 
Join Date: Nov 2002
Posts: 1,340
Tested x264.mp4, including (AVC+MP3).mp4 and (AVC+MP2).mp4.
They do play, but the result is less smooth compared with the result by Haali's filter.
Coding order vs Display order confusion?

Edit: I checked the frame type and apparently MPC doesn't handle Bs properly. This thing is supposed to be 23.976fps

MPC's internal MP4 Splitter
0;62.50;I
1; 7.14;P
3;21.28;B <-- 3 before 2
2;21.28;P
4;62.50;P
5;66.67;P
6;62.50;P
7;15.87;P
8;21.74;P
9;31.25;P
10;21.28;P
11;16.13;P
12;32.26;I
13;21.28;P
14;32.26;P
15;21.28;P
17;31.25;B <-- 17 before 16
16;10.75;P
18;62.50;P
20;62.50;B <-- 20 before 19
19;12.82;P
21;32.26;P
23;62.50;B <-- 23 before 22
22;12.82;P
25;66.67;P


Haali's Splitter
Current frame: ;Decoder FPS: ;Frame type:
2; 0.05;I
3; 6.37;P
4;21.28;B
5;32.26;P
6;32.26;P
7;32.26;P
8;21.28;P
9;32.26;P
10;21.28;P
11;31.25;P
12;16.13;P
13;32.26;P
14;21.28;I
15;21.28;P
16;21.28;P
17;32.26;P
18;21.28;B
19;32.26;P
20;21.28;P
21;32.26;B
22;21.28;P
23;21.28;P
25;32.26;B

Last edited by Liisachan; 26th October 2005 at 14:00.
Liisachan is offline   Reply With Quote