{"id":740434,"date":"2026-01-21T22:37:52","date_gmt":"2026-01-21T22:37:52","guid":{"rendered":"https:\/\/convertifypro.com\/?page_id=740434"},"modified":"2026-01-21T22:37:52","modified_gmt":"2026-01-21T22:37:52","slug":"davinci-resolve-export-guide","status":"publish","type":"page","link":"https:\/\/convertifypro.com\/mi\/te-aratohu-kaweake-a-davinci\/","title":{"rendered":"Te Aratohu Kaweake a DaVinci"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Master DaVinci Resolve exports with our comprehensive guide. Learn optimal settings, codec selection, quality optimization, and platform-specific requirements.\">\n    <meta name=\"keywords\" content=\"davinci resolve export, video export settings, h264 vs h265, video compression, render queue, export optimization, video codecs, streaming export\">\n    <title>Whakaotia te Aratohu Kaweake a DaVinci Resolve: Tautuhinga me nga Mahi Pai<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* Main Styles *\/\n        :root {\n            --primary-color: #FD9800;\n            --primary-hover: #e88a00;\n            --text-color: #3A3A3A;\n            --light-bg: #f8faff;\n            --gradient-bg: linear-gradient(135deg, #f8faff 0%, #fff5e6 100%);\n            --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            --hover-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n            --border-color: #f1f5f9;\n        }\n\n        .guide-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem;\n            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;\n            color: var(--text-color);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            padding: 3rem 1rem;\n            margin-bottom: 3rem;\n            background: var(--gradient-bg);\n            border-radius: 16px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-pattern {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n            opacity: 0.5;\n            z-index: 0;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .hero-title {\n            font-size: 2.8rem;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n            color: var(--text-color);\n        }\n\n        .hero-subtitle {\n            font-size: 1.25rem;\n            margin-bottom: 2rem;\n            color: var(--text-color);\n            line-height: 1.6;\n        }\n\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .hero-badge {\n            display: flex;\n            align-items: center;\n            background: white;\n            border-radius: 50px;\n            padding: 0.5rem 1rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .hero-badge:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .hero-badge-icon {\n            color: var(--primary-color);\n            margin-right: 0.5rem;\n            font-size: 1rem;\n        }\n\n        .hero-badge-text {\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: var(--text-color);\n        }\n\n        .hero-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 1.5rem;\n            border-radius: 8px;\n            font-weight: 600;\n            text-decoration: none !important;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            font-size: 1rem;\n        }\n\n        .btn-primary {\n            background-color: var(--primary-color);\n            color: white !important;\n            box-shadow: 0 8px 16px rgba(253, 152, 0, 0.2);\n            border: none;\n        }\n\n        .btn-primary:hover {\n            background-color: var(--primary-hover);\n            transform: translateY(-2px);\n            text-decoration: none !important;\n        }\n\n        .btn-secondary {\n            background-color: white;\n            color: var(--primary-color) !important;\n            border: 1px solid var(--border-color);\n        }\n\n        .btn-secondary:hover {\n            background-color: #fff5e6;\n            transform: translateY(-2px);\n            text-decoration: none !important;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 4rem;\n        }\n\n        .section-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 2.5rem;\n            color: var(--text-color);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .feature-icon {\n            width: 60px;\n            height: 60px;\n            background-color: rgba(253, 152, 0, 0.15);\n            color: var(--primary-color);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.8rem;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover .feature-icon {\n            background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n            color: white;\n            box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n        }\n\n        .feature-content {\n            padding: 2rem;\n            flex-grow: 1;\n        }\n\n        .feature-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n        }\n\n        .feature-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n            margin-bottom: 1.5rem;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            line-height: 1.5;\n        }\n\n        .feature-check {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            flex-shrink: 0;\n            margin-top: 0.2rem;\n        }\n\n        .feature-item-text {\n            font-size: 0.95rem;\n            color: var(--text-color);\n        }\n\n        \/* Why Convert Section *\/\n        .why-convert-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .format-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .format-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .format-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            margin-bottom: 1.25rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .format-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.6rem;\n        }\n\n        .format-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .format-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.85rem;\n        }\n\n        .format-check {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            flex-shrink: 0;\n            margin-top: 0.2rem;\n        }\n\n        .format-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        \/* How It Works Section *\/\n        .how-it-works-section {\n            margin-bottom: 4rem;\n        }\n\n        .steps-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .step-card {\n            display: flex;\n            align-items: flex-start;\n            background: white;\n            border-radius: 16px;\n            padding: 2rem;\n            box-shadow: var(--box-shadow);\n            margin-bottom: 2rem;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .step-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .step-number {\n            width: 50px;\n            height: 50px;\n            background-color: rgba(253, 152, 0, 0.15);\n            color: var(--primary-color);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-right: 1.5rem;\n            flex-shrink: 0;\n            transition: all 0.3s ease;\n        }\n\n        .step-card:hover .step-number {\n            background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n            color: white;\n            box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n        }\n\n        .step-content {\n            flex: 1;\n        }\n\n        .step-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 0.75rem;\n            color: var(--text-color);\n        }\n\n        .step-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Use Cases Section *\/\n        .use-cases-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .use-cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .use-case-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n            height: 100%;\n        }\n\n        .use-case-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .use-case-icon {\n            color: var(--primary-color);\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n\n        .use-case-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n        }\n\n        .use-case-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin-bottom: 4rem;\n        }\n\n        .faq-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .faq-item {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem 2rem;\n            box-shadow: var(--box-shadow);\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .faq-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.2rem;\n        }\n\n        .faq-answer {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Technical Details Section *\/\n        .technical-details-section {\n            margin-bottom: 4rem;\n        }\n\n        .technical-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .tech-detail-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .tech-detail-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .tech-detail-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .tech-detail-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.3rem;\n        }\n\n        .tech-detail-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Security Section *\/\n        .security-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .security-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .security-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .security-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .security-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .security-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.3rem;\n        }\n\n        .security-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            text-align: center;\n            padding: 3rem 1rem;\n            background: var(--gradient-bg);\n            border-radius: 16px;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 2rem;\n        }\n\n        .cta-pattern {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n            opacity: 0.5;\n            z-index: 0;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .cta-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: var(--text-color);\n        }\n\n        .cta-text {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Guide-specific Styles *\/\n        .guide-content {\n            background: white;\n            border-radius: 16px;\n            padding: 2rem;\n            margin-bottom: 2rem;\n            box-shadow: var(--box-shadow);\n            border: 1px solid var(--border-color);\n        }\n\n        .guide-section-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: var(--text-color);\n            margin-bottom: 1rem;\n        }\n\n        .guide-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        .guide-list {\n            list-style: none;\n            padding: 0;\n            margin: 1rem 0;\n        }\n\n        .guide-list-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n\n        .guide-list-item::before {\n            content: \"\u2022\";\n            color: var(--primary-color);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2.2rem;\n            }\n\n            .section-title {\n                font-size: 1.8rem;\n            }\n\n            .cta-title {\n                font-size: 1.8rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 500px;\n                margin: 0 auto;\n            }\n\n            .step-card {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .step-number {\n                margin-bottom: 1rem;\n                margin-right: 0;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-title {\n                font-size: 1.8rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .section-title {\n                font-size: 1.6rem;\n            }\n\n            .feature-content {\n                padding: 1.5rem;\n            }\n\n            .step-card {\n                padding: 1.5rem;\n            }\n\n            .faq-item {\n                padding: 1.25rem;\n            }\n        }\n\n        \/* Button text should never be underlined *\/\n        .btn:hover, .btn:focus, .btn:active {\n            text-decoration: none !important;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"guide-section\">\n        <!-- Hero Section -->\n        <section class=\"hero-section\">\n            <div class=\"hero-pattern\"><\/div>\n            <div class=\"hero-content\">\n                <h1 class=\"hero-title\">Te Aratohu Kaweake a DaVinci<\/h1>\n                <p class=\"hero-subtitle\">He aratohu matawh\u0101nui hei awhina i a koe ki te mohio ki a davinci te whakatau i te aratohu kaweake.<\/p>\n\n                <div class=\"hero-badges\">\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-clock\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">12 min panui<\/span>\n                    <\/div>\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-book\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">Aratohu Matauranga<\/span>\n                    <\/div>\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-graduation-cap\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">Tohutohu Tohunga<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"hero-buttons\">\n                    <a href=\"#content\" class=\"btn btn-primary\">T\u012bmata P\u0101nui<\/a>\n                    <a href=\"\/download\" class=\"btn btn-secondary\">Tikiake Tahuri<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Te Maramatanga ki a DaVinci Resolve Export Settings<\/h2>\n            <p class=\"guide-text\">Ka tukuna e DaVinci Resolve he huinga maha o nga tautuhinga kaweake ka kaha te pa ki te kounga, te rahi o te konae, me te hototahitanga o to ataata whakamutunga. Ka timata te tukanga kaweake ki te wharangi Tukuna, ka kitea e koe nga whiringa mo te whakatakotoranga, te kot\u0113k\u0113, te taumira, te reiti anga, me nga tautuhinga kounga. Ko te mohio ki enei tawh\u0101 he mea nui mo te whakatutuki i te toenga e hiahiatia ana i waenga i te rahi o te konae me te kounga ataata me te whakarite kia hototahi ki to papaaho tohatoha.\n\nKo te whiriwhiri o te kot\u0113k\u0113 he w\u0101hi nui ki te whakatau i nga ahuatanga o to ataata kaweake. Ka noho tonu te H.264 hei whiringa tino hototahi mo te tohatoha tukutuku me nga papaaho roma, he pai te pai o te kopeke me te tautoko taputapu whanui. Ko te H.265 (HEVC) e whakarato ana i nga owehenga taapiri pai ake, ka iti ake te rahi o nga konae me te kounga rite, ahakoa me nui ake te mana tukatuka mo te whakawaehere me te iti o te hototahitanga ki nga taputapu tawhito. Mo nga rerengamahi ngaio e hiahia ana kia iti rawa nga taonga toi, whakaarohia te whakamahi ProRes, DNxHD codec ranei, e pupuri ana i te kounga teitei ake i te utu o te rahi o nga konae.<\/p>\n            <ul class='guide-list'><li class='guide-list-item'>Whakatauritehia o tautuhinga kaweake ki o whakaritenga turanga toha<\/li><li class='guide-list-item'>Whakaarohia te kaha purei o to hunga whakarongo i te wa e whiriwhiri ana i nga kot\u0113k\u0113<\/li><li class='guide-list-item'>Taurite te kounga, te rahi o te konae, me te wa whakaputa i runga i nga kaupapa matua<\/li><li class='guide-list-item'>Whakam\u0101tautauhia ng\u0101 tautuhinga reiti moka kia kitea te \u014dwehenga kounga-ki-rahi tino pai<\/li><\/ul>\n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Te whakapai ake i te Kounga Ataata me te Kopeketanga<\/h2>\n            <p class=\"guide-text\">Ko te whakatutuki i te kounga ataata tino pai i te wa e mau tonu ana te rahi o nga konae me ata whakaaro ki nga tautuhinga reiti moka, e whakahaere tika ana i te nui o nga raraunga ka tohaina hei tohu i ia hekona o te ataata. Ko te whakawaehere o te reiti moka taurangi (VBR) he pai ake nga hua i te tere moka tonu (CBR) ma te tohatoha i nga raraunga ki nga tirohanga uaua me te iti ake ki nga mea ngawari. Mo te nuinga o nga kaupapa, ko te whakatakoto i te reiti moka i waenga i te 5-15 Mbps mo te ihirangi 1080p me te 15-40 Mbps mo te ihirangi 4K ka tino pai nga hua mo te tohatoha tukutuku.\n\nKo te kounga me te tere hokohoko tetahi atu whakaaro nui i te wa e kaweake ana. Ko te whakatakotoranga kounga &#8216;Pai&#8217; a DaVinci Resolve e whakamahi ana i nga algorithma maamaa ake e tarai ana i nga papa maha ki te whakatau whakawaehere, ka puta he kounga pai ake engari he roa ake nga waa tuku. Ko te k\u014dwhiringa &#8216;Whakawh\u0101itihia ki&#8217; ka taea e koe te whakarite i nga reiti moka morahi, he mea tino whai hua ki te aro ki nga whakaritenga o te papaaho motuhake me nga herenga bandwidth. I tua atu, ka taea e te whakawaehere rua-paahi te whakapai ake i te riterite o te kounga puta noa i to ataata, ahakoa ka ruarua te waa whakaputa.<\/p>\n            <ul class='guide-list'><li class='guide-list-item'>Whakamahia te whakawaehere mokamoka rereke (VBR) mo te tohatoha kounga pai<\/li><li class='guide-list-item'>Whakahohehia te whakawaehere rua-paahi mo nga kaupapa whakahirahira e hiahia ana ki te kounga teitei<\/li><li class='guide-list-item'>Whakaritehia nga reiti moka e tika ana i runga i nga hiahia whakatau me te tohatoha<\/li><li class='guide-list-item'>Whakaarohia te tuku herenga taima i te wa e whiriwhiri ana i nga tautuhinga kounga<\/li><\/ul>\n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Whirihoranga Kaweake Ororongo<\/h2>\n            <p class=\"guide-text\">Ko te whirihoranga ororongo i te wa o te kaweake ka warewarehia engari ka whai waahi nui ki te wheako tirohanga whanui. Ka taea e DaVinci Resolve te kaweake ororongo i roto i nga momo whakatakotoranga tae atu ki te PCM kore-kore, te AAC k\u014dpeke, me nga whakatakotoranga ngaio penei i te Linear PCM. Mo te nuinga o nga ihirangi ipurangi, ko te AAC compression i te 128-320 kbps he tino pai te kounga me te pupuri i nga rahi o nga konae ka taea te whakahaere. I te wa e mahi ana me nga kaupapa ororongo hongere maha, oro huri noa ranei, me whakarite kia tiakina e to tautuhinga kaweake te whirihoranga hongere, me te tautoko hoki o to turanga i te whakatakotoranga ororongo kua tohua.\n\nKo te reiti tauira me te kowhiringa moka moka kia rite ki to rauemi puna me te tikanga o te whakamahi. Ahakoa he paerewa te 48kHz\/24-bit mo te hanga ataata ngaio, 48kHz\/16-bit, 44.1kHz\/16-bit ranei ka ranea mo te ihirangi tukutuku. Kia whai whakaaro ki nga taumata ororongo i te wa e kaweake ana, me te whakarite kia kaua to ranunga whakamutunga e neke ake i nga paerewa haapurororaa (te tikanga -23 LUFS mo nga papaaho roma). Ka taea e DaVinci Resolve te hanga i nga mita oro kaha ki te awhina i a koe ki te manatoko i nga whakaritenga ororongo motuhake i mua i te whakaotinga o to kaweake.<\/p>\n            \n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Aratohu Kaweake Paerewa Motuhake<\/h2>\n            <p class=\"guide-text\">Ko nga papaaapapa rereke me nga hongere tohatoha he whakaritenga hangarau motuhake me whakaaro i te wa e kaweake ana. Hei tauira, e taunaki ana a YouTube i te H.264 codec me te ororongo AAC, nga awhe tere moka motuhake i runga i te taumira, me nga reiti anga e rite ana ki to rauemi puna. Kei a Instagram nga here mo te roanga o te ataata, nga ahuatanga \u014dwehenga, me te rahi o nga konae he rereke i waenga i nga pou whangai, nga korero, me nga ihirangi IGTV. Ma te mohio ki enei whakaritenga motuhake i mua i te tiimata i to mahi kaweake ka taea te whakaora i te waa nui me te aukati i te paheketanga o te kounga mai i nga whakawaehere maha.\n\nMo te pouaka whakaata haapurororaa, he kaha ake nga whakaritenga hangarau, he maha nga wa e hiahia ana nga kot\u0113k\u0113 motuhake penei i te XDCAM, i te ProRes ranei, nga tautuhinga mokow\u0101 tae, me te tino piri ki nga paerewa reiti anga. Ko te tohatoha o te kiriata ka hiahia te whakatakotoranga DCP (Digital Cinema Package), e whai waahi ana ki nga whakaaro karaehe tae me nga whakaritenga hangarau. I te wa e whakareri ana i nga ihirangi mo nga papaaho maha, whakaaro ki te hanga i tetahi konae matua-kounga teitei i te tuatahi, katahi ka whakaputa i nga putanga motuhake mai i tenei rangatira hei pupuri i te kounga pai puta noa i te mekameka tohatoha.<\/p>\n            <ul class='guide-list'><li class='guide-list-item'>Rangahaua nga whakaritenga o te papaaho i mua i te tiimata i to mahi kaweake<\/li><li class='guide-list-item'>Waihangahia nga konae matua kounga teitei mo te tohatoha papa-maha<\/li><li class='guide-list-item'>Manatokohia te ahua \u014dwehenga me nga whakaritenga roa mo ia turanga<\/li><li class='guide-list-item'>Whakamatautauria nga konae i kaweake ki runga i nga papaaapapa kua whakaritea kia pai ai te hototahi<\/li><\/ul>\n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Tukua te Whakahaere T\u016btira me te Tukatuka Puranga<\/h2>\n            <p class=\"guide-text\">Ko te mahi a DaVinci Resolve ka taea e koe te whakarite i nga mahi kaweake maha me nga tautuhinga rereke, kia pai ai te tukatuka puranga o nga momo tuku. He mea tino nui tenei ahuatanga i te wa e hanga ana i nga putanga maha o te kaupapa kotahi mo nga papaaho rereke me nga whakaritenga kounga. Ka taea e koe te taapiri i nga mahi tuku maha ki te rarangi, me nga tautuhinga ahurei mo ia taumira, kot\u0113k\u0113, me te kounga o te tawh\u0101, katahi ka tukatuhia me te kore he wawaotanga a-ringa.\n\nKa whai hua te whakahaere tutira ki te whakarite tika i o kaweake me te whai whakaaro ki te tohatoha rauemi punaha. Ko te tukatuka i nga kaweake taumira teitei i te wa kotahi ka taea te whakapouri i nga rauemi a te punaha me te whakaroa i te waa whakaoti. Engari, whakaraupapahia nga tuku tino nui me te whai whakaaro ki te whakahaere i nga rawa-nui ki te kaweake i nga wa o waho. Ko te kaha ki te okioki, ki te whakaara ano, ki te whakarereke i nga riipene kua tutirahia he ngawari ki te whakahaere i nga waa kaweake roa ake, he mea nui mo te 4K, teitei ake ranei nga ihirangi taumira ka hiahia etahi haora ki te whakaoti.<\/p>\n            \n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">Raparongo\u0101 Nga take Kaweake noa<\/h2>\n            <p class=\"guide-text\">Ko nga raruraru kaweake i roto i te DaVinci Resolve ka puta mai i te kore rawa o nga rauemi a te punaha, i nga tautuhinga hotokore, i nga konae p\u0101p\u0101ho kino ranei. Ka puta nga take tukutahi ororongo ina kore e taurite nga reiti anga i waenga i nga raarangi waahi me nga tautuhinga kaweake, i te wa e mahi ana me nga rauemi puna reiti anga rereke. Aroturuki i nga rauemi punaha i te wa e kaweake ana, na te kore rawa o te RAM, te waahi rokiroki ranei ka rahua te tuku, te kino ranei o nga konae whakaputa. Ka taea hoki e te herenga mahara GPU te raru, ina koa ka whakamahia te whakaheke haruru me etahi atu paanga kaha GPU.\n\nKo te mokow\u0101 tae me nga take gamma e tohu ana i tetahi atu wero noa, ina koa ka neke i waenga i nga paerewa whakaatu rereke me nga whakaritenga tuku. Me whakarite kia tika te whirihora o tautuhinga kaupapa, mokow\u0101 karaehe, me te mokow\u0101 tae kaweake mo to putanga e hiahiatia ana. I te wa e pa ana ki nga rahua o te kaweake, ngana ki te whakaputa i tetahi waahanga whakamatautau iti hei wehe i te waahanga raarangi raru. I tua atu, ko te whakah\u014du i nga taraiwa whakairoiro me te whakarite kia pai te whakamahana mo nga huihuinga whakamaarama roa ka taea te aukati i nga aukati kaweake e pa ana ki nga taputapu.<\/p>\n            \n        <\/div>\n\n\n        <!-- Features Section -->\n        <section class=\"features-section\">\n            <h2 class=\"section-title\">Nga Taketake matua<\/h2>\n\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-cog\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">Whakahaerehia o Tautuhinga Kaweake<\/h3>\n                        <p class=\"feature-text\">Ko te mohio ki te kowhiringa kot\u0113k\u0113 me te arotautanga tere moka he mea nui ki te whakatutuki i nga hua ngaio<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">K\u014dwhiri H.264 mo te hototahi whanui, H.265 mo te pai, ProRes mo te kounga<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whakamahia te whakawaehere mokamoka rereke mo te tohatoha kounga pai<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whaka\u014drite i ng\u0101 tautuhinga kaweake ki \u014d whakaritenga t\u016b\u0101papa tohatoha<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-chart-line\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">Arotau Kounga me te Rahi K\u014dnae<\/h3>\n                        <p class=\"feature-text\">Whakatauritehia te kounga tirohanga me nga whakaritenga rahi o nga konae na roto i nga tautuhinga taapiri rautaki<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whakaritehia nga reiti moka e tika ana: 5-15 Mbps mo te 1080p, 15-40 Mbps mo te 4K<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whakahohehia te whakawaehere rua-paahi mo nga kaupapa whakahirahira e hiahia ana ki te kounga teitei<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whakamatautauria nga tautuhinga kounga rereke kia kitea he toenga pai mo to rerengamahi<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-tasks\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">Whakamaorihia To Rerenga Mahi<\/h3>\n                        <p class=\"feature-text\">Ko te pai o te whakahaere i te tutira me te whakarite papaaho ka penapena te waa me te whakarite kia rite nga hua<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Whakamahia te rarangi tuku mo te tukatuka puranga maha nga tuku<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Waihangahia nga rangatira o te kounga teitei i mua i te whakaputa i nga putanga motuhake mo te turanga<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">Rangahauhia nga whakaritenga papaaho i mua i te tiimata i te mahi kaweake<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n        <!-- FAQ Section -->\n        <section class=\"faq-section\">\n            <h2 class=\"section-title\">P\u0101tai Auau<\/h2>\n\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        He aha te rereketanga i waenga i nga kot\u0113k\u0113 H.264 me H.265 i DaVinci Resolve?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Ko te H.264 e tuku ana i te hototahitanga whanui puta noa i nga taputapu me nga papaaho, he pai mo te tohatoha paetukutuku. Ko te H.265 (HEVC) e whakarato ana i te 50% pai ake te pai o te whakakopeke, ka iti ake te rahi o nga konae me te ahua rite te kounga, engari me kaha ake te mana tukatuka me te iti o te hototahitanga ki nga taputapu tawhito.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        Me pehea taku whakatau i te reiti moka tika mo aku kaweake ataata?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>T\u012bmata ki te 8-12 Mbps m\u014d te ihirangi tukutuku 1080p me te 20-30 Mbps m\u014d te ihirangi 4K. Whakaritea i runga i te uauatanga o te ihirangi: whakamahia nga reiti moka teitei ake mo nga whakaaturanga mahi, whakaahua taipitopito ranei, me nga reiti moka iti mo nga ataata upoko korero, whakairoiro ngawari ranei. I nga wa katoa whakamatautauhia nga kaweake ki te rapu i te toenga tino pai mo o ihirangi motuhake.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        He aha te ahua rereke o aku ataata kaweake mai i te arokite rarangi wa?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>I te nuinga o te wa ka puta tenei na te rerekee o te mokow\u0101 tae i waenga i o tautuhinga r\u0101rangi w\u0101 me te whirihoranga kaweake. Whakaritehia to mokow\u0101 tae kaupapa, mokow\u0101 tae w\u0101taka, me ng\u0101 tautuhinga mokow\u0101 tae kaweake. Manatokohia hoki kei te tautoko to kot\u0113k\u0113 kaweake i te awhe tae katoa o to rauemi puna.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        Me pehea taku tere ake i nga wa kaweake i DaVinci Resolve?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Whakahohehia te whakaterenga o te GPU i roto i nga manakohanga, te whakamahi i te p\u0101p\u0101ho takawaenga i te wa e whakatika ana, te whiriwhiri i nga tat\u016bk\u0113 k\u014dt\u0113ke tere ake (ahakoa ka pa ki te kounga), kati i nga tono kore i te wa e kaweake ana, me te whakarite kia pai te whakamahana o te punaha. Mo nga mahi roopu, tukatuka raupapa, kaua i te wa kotahi hei karo i nga raruraru rauemi.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        He aha nga tautuhinga oro me whakamahi mo nga papaaho rereke?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Mo nga papaaho tukutuku, whakamahia te ororongo AAC i te 128-320 kbps me te reiti tauira 48kHz. He pai te mahi a YouTube me te nuinga o nga papaaho roma me te stereo AAC i te 128 kbps. Mo te haapurororaa, mau tonu te 48kHz\/24-bit, whai ranei i nga whakaritenga o te papaaho motuhake. Tirohia nga taumata ororongo i nga wa katoa kia pai ai nga paerewa reo oro.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        Me pehea taku kaweake mo nga papaaho maha?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Waihangatia he konae matua-kounga teitei i te tuatahi (ProRes, H.264 mokamoka teitei ranei), katahi ka whakamahi i te rarangi tuku a DaVinci Resolve ki te whakaputa i nga momo waahanga-a-waahanga maha mai i tenei rangatira. Ko tenei huarahi ka mau tonu te kounga i te wa e whakarato ana i nga konae kua arotauhia mo ia hongere tohatoha me te kore e tukatuka ano i te raarangi i nga wa maha.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        He aha te take i rahua ai aku kaweake, i whakaputa ranei i nga konae kua kino?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Ko nga take noa ko te iti o te mokow\u0101 rokiroki, te takarepa o te RAM, te kino o nga purongo puna, te wera rawa ranei. Tirohia nga rauemi punaha i mua i te kaweake, whakarite kia tika te mokowhiti (i te iti rawa ki te 2-3x te rahi o te konae e tumanakohia ana), manatokohia te tika o te papap\u0101ho, me te aro turuki i te p\u0101mahana o te punaha i te wa roa o te whakaahua.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        Me whakamahi e au te whakawaehere reeti moka pumau ranei?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>Ko te auau moka taurangi (VBR) he pai ake na te mea ka tohatohahia nga raraunga ki nga ahuatanga uaua me te iti ake ki nga mea ngawari, ka pai ake te kounga o te katoa. Whakamahia te reiti moka tonu (CBR) ina hiahiatia ana e to papanga tohatoha, i te wa e rere ana i nga ihirangi ora e tika ana kia rite nga reiti raraunga.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n        <!-- CTA Section -->\n        <section class=\"cta-section\">\n            <div class=\"cta-pattern\"><\/div>\n            <div class=\"cta-content\">\n                <h2 class=\"cta-title\">Whakamahia To Matauranga<\/h2>\n                <p class=\"cta-text\">Inaianei kua mohio koe ki nga ari\u0101, ngana ki te Whakawhiti hei whakamahi i nga mea i akohia e koe. Ko nga huringa koreutu, mutunga kore me te kore kaute e hiahiatia.<\/p>\n                <div class=\"hero-buttons\">\n                    <a href=\"\/download\" class=\"btn btn-primary\">Tikiake Convertify Free<\/a>\n                    <a href=\"\/guides\" class=\"btn btn-secondary\">\u0112tahi atu Kai\u0101rahi<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Whakaotia te Aratohu Kaweake a DaVinci Resolve: Tautuhinga me nga Mahi Pai Te Aratohu Kaweake a DaVinci He aratohu matawh\u0101nui [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-740434","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"convertify","author_link":"https:\/\/convertifypro.com\/author\/convertifypro\/"},"uagb_comment_info":0,"uagb_excerpt":"Whakaotia te Aratohu Kaweake a DaVinci Resolve: Tautuhinga me nga Mahi Pai Te Aratohu Kaweake a DaVinci He aratohu matawh\u0101nui [&hellip;]","_links":{"self":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/740434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/comments?post=740434"}],"version-history":[{"count":0,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/740434\/revisions"}],"wp:attachment":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/media?parent=740434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}