Hello, I'm having trouble understanding audio mapping. I have a master .mov file with 6 Mono tracks plus a stereo track. Per my customer requirements, the output file needs to be ProRes HQ .mov with the audio configuration to be: 1-Left, 2-Right, 3-Center, 4-LFE, 5-Left Surround, 6-Right Surround, plus Ch.7&8 Stereo. I'm not very experienced with command line operations so please excuse me if I'm not familiar with the terminology. Using ffmpeg version. N-91273-g67747c89ad
I'm on a mac with OS X el Capitan. I can type the following command into terminal but my output file only contains the Stereo audio track. If someone tell me how to modify this command it would be greatly appreciated. ffmpeg -i master.mov -c:v prores -profile:v 3 -acodec pcm_s24le ProResHQ.mov _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
