We have aac and h264 that have a number of different bitstream representations.
In order to remux from a container to another we have to call explicitly the proper bitstream filter and hope the starting bitstream is the one expected (see the problems we have in remuxing rtp-h264 to mpegts since rtp can hold any bitstream and the filter we have expects a specific one) I'd like to make so in avconv we force by default some automatic splitting and parsing so the whole situation isn't as messy. Could someone expert on aac and h264 please shed some light on which is the sanest bitstream to pick and if I'm completely off mark? lu PS: the whole email started from a discussion about cleaning up avconv from some special cases. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
