XDCAM 422. MXF with 6 audio channels ??

Questions and answers on how to get the most out of FFAStrans
Post Reply
lopelo
Posts: 1
Joined: Thu Jul 05, 2018 6:40 pm

XDCAM 422. MXF with 6 audio channels ??

Post by lopelo »

hi friends, i need export a file with 6 audio channels, i set up channel mapper with 6 channel but in the encoder xdcam i have 1x4 option and 1x8 is possible get a 1x6 option or some thing like that

thank you
trotskylenin
Posts: 7
Joined: Thu Jun 21, 2018 1:46 pm

Re: XDCAM 422. MXF with 6 audio channels ??

Post by trotskylenin »

Hello lopelo.
MXF XDCAM HD with 6 audio channels is not a standard broadcast configuration, so I guess you're going to use a custom FFMPEG command for that.
Supposing your original media already contains those 6 audio channels, I would try with something like this:

ffmpeg -i "input_file_path" -vcodec mpeg2video -b:v 50M -g 15 -bf 3 -minrate 50M -maxrate 50M -bufsize 100M -r 29.97 -flags ilme -top 1 -pix_fmt yuv422p -s 1920x1080 -aspect 16:9 -acodec pcm_s24le -ar 48000 "output_file_path"
trotskylenin
Posts: 7
Joined: Thu Jun 21, 2018 1:46 pm

Re: XDCAM 422. MXF with 6 audio channels ??

Post by trotskylenin »

Sorry, it's not necesary to use a custom ffmpeg. You can select XDCAM encoding and select same as source in the audio layout. It should output a MXF with 6 audio channels if you used that in the channel mixer.
Post Reply