Camera footage with multi track audio
Posted: Tue Jan 17, 2023 11:35 pm
Hi, have anyone created a workflow to create h264 proxies from camera files with multi track audio, and keep the same amount of audio channels?
We have several different cameras, and I'd like to create a workflow to make proxies for these with matching number of audio streams.
E.g., most of our Sony cameras have 8 audio track (although most of them are empty).
The number of actual audio streams varies, there is usually always 3 (boom mic and camera stereo mic), but often there is a couple wireless
mics aswell.
I'd like to avoid using ProRes, as they are a bit on the larger size, even with "proxy" setting.
I have tried "same as source" on "Discreet tracks" and "Total channels", but I always get
"Encoding: Unsupported channel layout" 1 channels (FL))"
Data from using ffmpeg in command prompt.
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
Stream #0:1 -> #0:1 (pcm_s24le (native) -> aac (native))
Stream #0:2 -> #0:2 (pcm_s24le (native) -> aac (native))
Stream #0:3 -> #0:3 (pcm_s24le (native) -> aac (native))
Stream #0:4 -> #0:4 (pcm_s24le (native) -> aac (native))
Stream #0:5 -> #0:5 (pcm_s24le (native) -> aac (native))
Stream #0:6 -> #0:6 (pcm_s24le (native) -> aac (native))
Stream #0:7 -> #0:7 (pcm_s24le (native) -> aac (native))
Stream #0:8 -> #0:8 (pcm_s24le (native) -> aac (native))
Stream #0:9 -> #0:9 (copy)
VLC only shows the first 8 streams (1-8)
I am unsure what the 9th stream is. but it give the error.
"Could not find tag for codec none in stream #9, codec not currently supported in container"
Using "Discreet tracks" 1, and "Total channels" same as source, gives me all the tracks, but the editor (Resolve)
only gives audio on track 1.
TL:DR. Can I make camera footage with multiple audio tracks into a usable h264 (or maybe h265) proxy, for video editing?
We have several different cameras, and I'd like to create a workflow to make proxies for these with matching number of audio streams.
E.g., most of our Sony cameras have 8 audio track (although most of them are empty).
The number of actual audio streams varies, there is usually always 3 (boom mic and camera stereo mic), but often there is a couple wireless
mics aswell.
I'd like to avoid using ProRes, as they are a bit on the larger size, even with "proxy" setting.
I have tried "same as source" on "Discreet tracks" and "Total channels", but I always get
"Encoding: Unsupported channel layout" 1 channels (FL))"
Data from using ffmpeg in command prompt.
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
Stream #0:1 -> #0:1 (pcm_s24le (native) -> aac (native))
Stream #0:2 -> #0:2 (pcm_s24le (native) -> aac (native))
Stream #0:3 -> #0:3 (pcm_s24le (native) -> aac (native))
Stream #0:4 -> #0:4 (pcm_s24le (native) -> aac (native))
Stream #0:5 -> #0:5 (pcm_s24le (native) -> aac (native))
Stream #0:6 -> #0:6 (pcm_s24le (native) -> aac (native))
Stream #0:7 -> #0:7 (pcm_s24le (native) -> aac (native))
Stream #0:8 -> #0:8 (pcm_s24le (native) -> aac (native))
Stream #0:9 -> #0:9 (copy)
VLC only shows the first 8 streams (1-8)
I am unsure what the 9th stream is. but it give the error.
"Could not find tag for codec none in stream #9, codec not currently supported in container"
Using "Discreet tracks" 1, and "Total channels" same as source, gives me all the tracks, but the editor (Resolve)
only gives audio on track 1.
TL:DR. Can I make camera footage with multiple audio tracks into a usable h264 (or maybe h265) proxy, for video editing?