PDA

View Full Version : packed bitstream x264


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.

bond
27th March 2006, 19:24
there is no option for packed bitstream in x264 and there never will be one and there never will be the need for one

and before flame wars start, thread closed

Selur
27th March 2006, 19:24
the post you linked to refers to mpeg4 asp content, afaik noone has implemented somethign like packed bitstream for avc content,..