You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I quickly looked over the code, and I have not seen anything regarding interlaced output.
It can be done with .outputOptions(['-top 1']), and in my specific case outputting to DNxHD requires the additional paramaters -flags +ildct, which I can also shove in there.
I'll try to put my shoulder to the wheel and cook up a pull request.
The text was updated successfully, but these errors were encountered:
I quickly looked over the code, and I have not seen anything regarding interlaced output.
It can be done with
.outputOptions(['-top 1'])
, and in my specific case outputting to DNxHD requires the additional paramaters-flags +ildct
, which I can also shove in there.I'll try to put my shoulder to the wheel and cook up a pull request.
The text was updated successfully, but these errors were encountered: