I've incorporated libavcodec into a tool we use, and the project manager
has this idea that we should allow the user to select any combination of
container/codec they want (allow by default, instead of having a restricted
list).  Does the libavcodec libraries have any documentation for what
combinations are allowable?  Unfortunately combinations like MP4/RAWVIDEO
cause a crash in frac_add(), so they don't fail smoothly.  Thus we have to
figure out what works, and with the table of formats and codecs this is
time-consuming.  Is there a way of finding out other than trial-and-crash?

Thanks,
Ray
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to