On 28/10/15 08:53, Kevin Wells wrote: > Hi, I have been using ffmpeg for quite some time, but would like to > try libav, but cant find how to use the equivalent command, pan is > not recognised. I am trying to take a quicktime input file which was > 8 channels in one track, then re-map each audio to individual tracks > embedded in the output prores file and also label then Left, Right, > Center, LFE, Left Surround, Right Surround, Left total+Right total. > Here is the ffmpeg command I am using: > >
Check https://www.libav.org/avconv.html#channelsplit Seems to do exactly what you want according to the example. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
