[x264-devel] Hi, I have a question about B frame encode order using X264
highgod0401
highgod0401 at gmail.com
Wed Feb 17 14:55:15 CET 2016
Hi
I want to encode an video and the frame order want to be as follow:
Display order : I1 Br2 B3 P4 Br5 B6 P7...... for low delay because only one frame delay under this condition
so the encode order should be
I1 P4 Br2 B3 P7 Br5 Br6
but when I use x264 to encode the video the encode order is as follow:
I1 P4 Br3 B2 P7 Br6 B5
so the display order for the encode order should be
I1 B2 Br3 P4 B5 Br6 P7
My question is that is there any setting to change the B frame order?
Thanks
Best regards
highgod0401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20160217/ba97785b/attachment.html>
More information about the x264-devel
mailing list