I've searched through the forum for this but didn't find and specify answer.
I have several ProRes .mov - FullHD, 29,970 FPS 422 and I need to transcode it to XDCAM MXF Op-ATOM.
Using a simple XDCAM encoder with Avid File structure enabled I get the desired file. But when I open in Davinci, it show that the encoded file is DF while the original it shows NDF. You can see in the image below, the .mov file (original) shows the TC with " : " and in the FPS column as 29.970, where the .mxf file (converted) shows the TC separated with " ; " and the FPS is 29.970 DF.
I've tried a lot of different ways to encode, but with the same outcome. Then I tried using custom FFMPEG with this setttings :
Code: Select all
-c:v mpeg2video -r 29.970 -pix_fmt yuv422p -aspect 16:9 -intra_vlc 1 -b:v 50000000 -minrate 50000000 -maxrate 50000000 -bufsize 17825792 -rc_init_occupancy 17825792 -bf 2 -non_linear_quant 1 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -seq_disp_ext 1 -video_format component -color_range 1 -chroma_sample_location topleft -signal_standard 4 -dc 8 -qmin 3 -qmax 28 -g 12 -field_order tt -top 1 -flags +ildct+ilme -alternate_scan 1 -c:a pcm_s24le -ar:a 48000