saad
17th November 2005, 15:48
well i was analysing the way they do padding. what i found out was
MPEG-4
pad after making frame width/height multiple of 16
DIVX 4
total_width= original_width + xtra_width + 64;
( xtra_width : length added to make it x16)
i.e. pad after making frame width/height multiple of 16
Questions:
-whts this 64 for...is that 32+32 padding on both ends
-mpeg-4 writes the decoded stream in the modified resolution i.e. if it was 294x340 it would become 304x340, does divx4 follows it in some way?????
any other information regarding their padding would be most helpful
MPEG-4
pad after making frame width/height multiple of 16
DIVX 4
total_width= original_width + xtra_width + 64;
( xtra_width : length added to make it x16)
i.e. pad after making frame width/height multiple of 16
Questions:
-whts this 64 for...is that 32+32 padding on both ends
-mpeg-4 writes the decoded stream in the modified resolution i.e. if it was 294x340 it would become 304x340, does divx4 follows it in some way?????
any other information regarding their padding would be most helpful