Unable to get DNxHD encoding to work in OBS.

sig79

New Member
I am trying to create some content for my channel using Steinberg Nuendo 10, but I am unable to create any recordings from OBS that a pro tool like that deems acceptable. From reading the manual it seems that the preferred encoding is DNxHD, but I have not been able to make that work in OBS. I find the option under Custom Output, but whenever I try to record I get a message stating that an unspecified error occurred during recording.
Anyone know what I can get DNxHD working in OBS?

I have tried fixing it in post by using ffmpeg, but I have only been able to get it to work using 25 fps. I i encode using 50 or 60 FPS Nuendo will just halt on the first frame.
This is the string I tried: ffmpeg -i video1.mp4 -map 0:v -map 0:a -c:v dnxhd -vf scale=1920x1080,fps=60,format=yuv422p -max_muxing_queue_size 9999 -b:v 36M -c:a pcm_s16le Video2Out.mov
 
Top