Brad O'Hearne <brado@...> writes: > Does anyone know what is different about processing with > an AAC encoder vs a ADPCM encoder
One takes s16 (which you probably expect), the other takes flt-p (which is *not* flt, at least not exactly). You can test if mono works to find out if planar is your issue. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
