Z!ppo
27th March 2006, 19:02
I wanted to render a movie with x264 in avi using virtualdub yesterdat but than I read this http://forum.doom9.org/showthread.php?t=80430 .
So I 'm trying to say I would like to use packed bitstream like said in hackery "a"
now lets go on to the hacks:
ad a) as AVI and VFW only can do "one frame in, one frame out", the following workaround is done on the encoder side (called packed bitstream):
the first B gets packed together with the P-frame to one frame:
I P B B becomes
I PB B N
(N is a not coded placeholder frame to still have the same framenumber)
ok now the real problem is quite stupid, where can I find/activate packed bitrate for x264 ?
Ty in advance.
So I 'm trying to say I would like to use packed bitstream like said in hackery "a"
now lets go on to the hacks:
ad a) as AVI and VFW only can do "one frame in, one frame out", the following workaround is done on the encoder side (called packed bitstream):
the first B gets packed together with the P-frame to one frame:
I P B B becomes
I PB B N
(N is a not coded placeholder frame to still have the same framenumber)
ok now the real problem is quite stupid, where can I find/activate packed bitrate for x264 ?
Ty in advance.