Robert Swain-2 wrote: > > Channel mixing is a known hole in FFmpeg functionality. I think the > idea is that the SoC project to implement the necessary audio filter > API in libavfilter be completed and then we can implement the necessary > filters in that. > Estimated timeframe? I guess this will be anything up from half a year... So I need some interim solution.
Robert Swain-2 wrote: > > As for hacking the necessary functionality from libaf into your code, > it all depends on the functions and arguments you need. It should be > doable. Figure out which functions do what you need, take a look at the > arguments and how the functions are called in mplayer/mencoder and > affect your data buffers in your code such that they're in the correct > format then do any other initialisation stuff, hook it up and hope for > the best. Or something like that. > he ;-> I am a noob. But I will try. Should I really copy'n'paste the code or is there some sort of shared library thing that I could do? I saw some old forum posts about "make"ing just libaf, but as there's no Makefile in the libaf directory anymore I guess this could be difficult. I don't need anything special... I just want any multichannel input to be cut down in some way to two channels. Just to here *something*. Man.. that's gonna be a dirty hack. Keep your fingers crossed for me! -- View this message in context: http://www.nabble.com/Preferred-method-of-downmixing-to-stereo-tp24292405p24369870.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
