Ran Shalit <ranshalit@...> writes: > how to check in source code to see what's supported > in muxing/demuxing.
The main problem is that there are general-purpose containers and containers that only support a limited number of codecs. mpeg-ts (and ps) is very restricted and you have to look into mpegtsenc.c to see what is supported. Other containers support any kind codec without the codecs being listed anywhere (except riff.c). Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
