> To: [email protected] > From: [email protected] > Date: Thu, 4 Feb 2016 22:29:29 +0000 > Subject: Re: [FFmpeg-user] Unknown channel layouts not supported > > Kevin Wells <kevwells <at> hotmail.co.uk> writes: > > > I am using filter complex to split and pan audio channels, > > but on a 10 channel file I am getting the error > > Thank you for the report, I created ticket #5218. > Workaround should be to specify the input more than once: > $ ffmpeg -i input1 -i input1 -i input1 ... > > Carl Eugen > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Thanks for creating the ticket Carl. Sorry to ask, but is there any sort of patch available, or could I just remove those added lines from avfiltergraph.c and build? Regards. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
