mediaforge - v0.3.0
    Preparing search index...

    Interface DnxhdOptions

    Typed options for the Avid DNxHD / DNxHR encoder. Used in professional post-production workflows. Available in both FFmpeg v7 and v8.

    interface DnxhdOptions {
        profile?: string;
        bitrate?: number;
        pixFmt?: "yuv422p" | "yuv422p10le" | "yuv444p10le";
    }
    Index

    Properties

    profile?: string

    DNxHD quality/bitrate profile string, e.g.: 'dnxhd_1080p_36', 'dnxhd_1080i_145', 'dnxhr_hq', 'dnxhr_444' Use -c:v dnxhd -profile:v dnxhr_hq for DNxHR (higher res).

    bitrate?: number

    Target bitrate in kbps (alternative to profile)

    pixFmt?: "yuv422p" | "yuv422p10le" | "yuv444p10le"

    Pixel format: yuv422p, yuv422p10le, yuv444p10le