Why is it I can open the MSMPEG4V3 codec when I use settings:
c->bit_rate = 10000000; //10 Mbps
c->time_base = {1,10};
c->gop_size = 10;
c->max_b_frames = 0;

But I cannot open the codec when I change the max_b_frame to:
c->max_b_frames = 1;

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to