I'm exploring this great program at the moment and I'm trying to do an mpeg2-Stream wrapped in mxf with two seperate mono channels of pcm audio.
At the moment I have two problems: I wanted to have closed gop but whenever I use the -+cgop flag, I get an error (invalid file, could not process).
Also: I always get a stereo audio file instead of two monos or the above error again.
Could someone help me with that?
My current custom ffmpeg code is:
Code: Select all
-map 0:a:0 -map 0:a:1 -pix_fmt yuv422p -g 24 -bf 2 -flags +ilme+ildct -top 1 -b_strategy 0
Thanks and greetings
Lukas