-
Create a 16-channel Audio Stream?
Could someone shed some light on creating a video file containing a stereo/2-channel audio stream into a new file with 16-channel stream? The destination is a DNxHD with pcm_s24le audio. I have tried every commandline argument I can find and they are either outdated or error out instead of creating additional channels… I was able to do it somewhat with ffmbc, but it would crash with %80 of my files.
I am attempting to author files for playback on a hyperdeck. I have managed to create uncompressed v210 files that playback fine. I am trying to DNxHD to reduce file size and increase the length of clips I can fit on 256Gig SSDs… the files I have created play video fine, but I definitely need to match the audio format to have a hope for it working.
I have been using FFmpeg with much success lately, but I have found plenty of reference on splitting a single 16-channel stream into seperate streams, but not how to create a 16-channel stream. Ideally, 0=0, 1=1, 2-15 muted… Thank you in advance for any insight offered!