bytedeco/javacv

Help: Output of a valid XDCAM HD422

Open

#966 geöffnet am 18. Apr. 2018

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.583 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (6.985 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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