bytedeco/javacv

Help: Output of a valid XDCAM HD422

Open

#966 opened on Apr 18, 2018

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello, I want to ouput a valid MXF in the XDCAM HD422 format. I already got it to ouput the MXF with the video and MediaInfo recognizes that its a XDCAM HD422 but its not fully valid so I can't import it into Vegas Pro. When I set the flag "ilme" it is interlaced as intended but bottom first. It needs to be top first. But when I set parameter "top" to 1 it gets ignored. When I try this with a standalone version of FFMPEG it works. The next problem would be that a valid XDCAM HD422 need to audio tracks. How can I achieve this?

Here the questions in short:

  1. How can I set the field order of the video interlacing to "top field first"?
  2. How can I add those 2 audio tracks with JavaCV?

Thanks in advance.


Valid XDCAM HD422 encoded with Adobe Media Encoder: image

My current output (Don't wonder about the differentz file size. It's not the same source.): image

Contributor guide