Hi I have 3 flac multichannel files that I need to mix:
1) 7.1 channels
2) 7.1 channels
3) Stereo channels
to avoid eventual problems on mixing (some of these already exist) I like to convert the stereo track to 7.1, in this mode all the 3 files are 7.1 files ready to mix.
I serching for a command line like:
ffmpeg input_stereo.flac output_7.1.flac
or
sox input_stereo.flac output_7.1.flac
I suppose the setting are:
Left -----> FL (front left)
Right -----> FR (front right)
Left + right -----> FC (front center)
(empty) -----> LFE (subwoofer)
Left -----> BL (back left)
Right -----> BR (back right)
Left -----> SL (side left)
Right -----> SR (side right)
is possible post a commmand line that do this ?