Hello! I have written own encoder\decoder for libavformat that i'm calling ".live". My format has some special concept called 'block' (as in some other formats). Block size is given in live's header and now it's filling with pre-defined constant (for example, 32Kbytes). And if i want to change block-size, i need to change constant value and re-make ffmpeg. It's quite uncomfortable doing such way. So my question is simple. What i need to do to make following command valid: ffmpeg -i test.avi -f live -block-size 32k test.live
Other words: How should i recognize -block-size and how should i pass it to EncoderContext? _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
