{"id":3603,"date":"2025-03-28T03:14:37","date_gmt":"2025-03-28T03:14:37","guid":{"rendered":"https:\/\/convertifypro.com\/?page_id=3603"},"modified":"2025-03-28T03:14:38","modified_gmt":"2025-03-28T03:14:38","slug":"complete-file-format-encyclopedia","status":"publish","type":"page","link":"https:\/\/convertifypro.com\/mi\/whakaotia-te-whakatakotoranga-konae-te-matatini\/","title":{"rendered":"Whakaotia te whakatakotoranga K\u014dnae Te Matatini"},"content":{"rendered":"\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    .file-format-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    \/* Category Section *\/\n    .categories-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    .categories-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 2rem;\n    }\n\n    .category-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    .category-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .category-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    .category-card:hover .category-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    .category-content {\n        padding: 2rem;\n        flex-grow: 1;\n    }\n\n    .category-title {\n        font-size: 1.4rem;\n        font-weight: 700;\n        margin-bottom: 1rem;\n        color: var(--text-color);\n    }\n\n    .category-text {\n        font-size: 1rem;\n        color: #555;\n        line-height: 1.6;\n        margin-bottom: 1.5rem;\n    }\n\n    .format-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .format-item-list {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 0.75rem;\n        line-height: 1.5;\n    }\n\n    .format-item-icon {\n        color: var(--primary-color);\n        margin-right: 0.75rem;\n        flex-shrink: 0;\n        margin-top: 0.2rem;\n    }\n\n    .format-item-text {\n        font-size: 0.95rem;\n        color: var(--text-color);\n    }\n\n    \/* Format Sections *\/\n    .format-section {\n        margin-bottom: 4rem;\n    }\n\n    .format-container {\n        background: white;\n        border-radius: 16px;\n        padding: 2rem;\n        box-shadow: var(--box-shadow);\n        border: 1px solid var(--border-color);\n        margin-bottom: 2rem;\n    }\n\n    .format-section-title {\n        font-size: 1.8rem;\n        font-weight: 700;\n        margin-bottom: 1.5rem;\n        color: var(--text-color);\n    }\n\n    .format-section-subtitle {\n        font-size: 1.1rem;\n        margin-bottom: 2rem;\n        color: #555;\n        line-height: 1.6;\n    }\n\n    .formats-flex {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 1.5rem;\n        margin-bottom: 2rem;\n    }\n\n    .format-detail-card {\n        flex: 1 1 350px;\n        background-color: var(--light-bg);\n        border-radius: 12px;\n        padding: 1.5rem;\n        border: 1px solid var(--border-color);\n        transition: all 0.3s ease;\n    }\n\n    .format-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    .format-name {\n        font-size: 1.2rem;\n        font-weight: 700;\n        margin-bottom: 0.75rem;\n        color: var(--text-color);\n        display: flex;\n        align-items: center;\n    }\n\n    .format-badge {\n        display: inline-block;\n        background-color: var(--primary-color);\n        color: white;\n        font-size: 0.7rem;\n        padding: 0.2rem 0.5rem;\n        border-radius: 4px;\n        margin-left: 0.75rem;\n        font-weight: 600;\n        text-transform: uppercase;\n    }\n\n    .format-description {\n        font-size: 0.95rem;\n        color: #555;\n        line-height: 1.6;\n        margin-bottom: 1rem;\n    }\n\n    .format-properties {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .format-property {\n        display: flex;\n        margin-bottom: 0.5rem;\n        font-size: 0.9rem;\n    }\n\n    .property-label {\n        font-weight: 600;\n        width: 120px;\n        flex-shrink: 0;\n    }\n\n    .property-value {\n        color: #555;\n    }\n\n    \/* Format Grid *\/\n    .formats-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));\n        gap: 1rem;\n        margin-bottom: 2rem;\n    }\n\n    .format-item {\n        background-color: var(--light-bg);\n        border: 1px solid var(--border-color);\n        border-radius: 8px;\n        padding: 0.75rem 0.5rem;\n        font-size: 0.9rem;\n        text-align: center;\n        color: var(--text-color);\n        transition: all 0.2s ease;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 2.5rem;\n    }\n\n    .format-item:hover {\n        background-color: #fff5e6;\n        border-color: var(--primary-color);\n        color: var(--primary-color);\n        transform: translateY(-2px);\n    }\n\n    \/* Comparison Section *\/\n    .comparison-section {\n        margin-bottom: 4rem;\n    }\n\n    .comparison-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-bottom: 2rem;\n        overflow-x: auto;\n        display: block;\n    }\n\n    .comparison-table th, .comparison-table td {\n        padding: 1rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .comparison-table th {\n        background-color: var(--light-bg);\n        font-weight: 600;\n        color: var(--text-color);\n    }\n\n    .comparison-table tr:hover {\n        background-color: rgba(253, 152, 0, 0.05);\n    }\n\n    .comparison-check {\n        color: #22c55e;\n        font-size: 1.2rem;\n    }\n\n    .comparison-x {\n        color: #ef4444;\n        font-size: 1.2rem;\n    }\n\n    \/* Guide Section *\/\n    .guide-section {\n        margin-bottom: 4rem;\n    }\n\n    .guide-container {\n        background: white;\n        border-radius: 16px;\n        padding: 2rem;\n        box-shadow: var(--box-shadow);\n        border: 1px solid var(--border-color);\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    \/* 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    \/* 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    \/* 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        .categories-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        .category-content {\n            padding: 1.5rem;\n        }\n        \n        .format-container {\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\n<div class=\"file-format-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\">Whakaotia te whakatakotoranga K\u014dnae Te Matatini<\/h1>\n            <p class=\"hero-subtitle\">Aratohu matawh\u0101nui ki nga whakatakotoranga konae katoa puta noa i nga waahanga rereke tae atu ki nga tuhinga, whakaahua, ororongo, ataata, me etahi atu. Kia mohio ki te wa e whakamahia ai nga whakatakotoranga motuhake mo nga hua tino pai.<\/p>\n            \n            <div class=\"hero-badges\">\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-file-alt\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">450+ H\u014dputu K\u014dnae<\/span>\n                <\/div>\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-th-list\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">15+ Ng\u0101 K\u0101wai<\/span>\n                <\/div>\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-exchange-alt\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">Whakataurite Whakah\u014dputu<\/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\">Tohunga Arataki<\/span>\n                <\/div>\n            <\/div>\n            \n            <div class=\"hero-buttons\">\n                <a href=\"#categories\" class=\"btn btn-primary\">Tirotiro H\u014dputu K\u014dnae<\/a>\n                <a href=\"#guide\" class=\"btn btn-secondary\">Aratohu Whiriwhiri Whakah\u014dputu<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Categories Section -->\n    <section id=\"categories\" class=\"categories-section\">\n        <h2 class=\"section-title\">Ng\u0101 K\u0101wai H\u014dputu K\u014dnae Matua<\/h2>\n        \n        <div class=\"categories-grid\">\n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-word\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">Tuhinga Tuhinga<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae i hangaia mo nga tuhinga kuputuhi, ripanga, whakaaturanga, me etahi atu konae e pa ana ki te tari e penapena ana i nga tuhinga me nga raraunga kua whakah\u014dputuhia.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Nga whakatakotoranga tukatuka kupu (DOCX, DOC, ODT, RTF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu ripanga (XLSX, XLS, ODS, CSV)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu Whakaaturanga (PPTX, PPT, ODP)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu kawe (PDF, XPS, EPUB)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-image\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">Whakah\u014dputu Atahanga<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae e rongoa ana i nga whakaahua matihiko, tae atu ki nga whakairoiro raster (whakaahua-pixel) me nga whakairoiro vector (a-ara) mo nga momo keehi whakamahi.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu Raster (JPEG, PNG, GIF, WebP, TIFF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu Vector (SVG, AI, EPS, CDR)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Whakah\u014dputu mata o te kamera (CR2, NEF, ARW, DNG)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu paparanga (PSD, XCF, PSB)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-video\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">Ng\u0101 H\u014dputu Ataata<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae i hangaia hei penapena whakaahua neke, ororongo, me nga metadata e pa ana mo te purei i runga i nga momo taputapu me nga papaaho.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu ipu (MP4, MKV, AVI, WebM)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu ataata Tukutuku (MP4, WebM, OGV)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu ngaio (ProRes, DNxHD, MXF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu tuku iho (WMV, FLV, 3GP)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-audio\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">H\u014dputu Ororongo<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae e penapena ana i nga raraunga ororongo matihiko, e tautoko ana i nga taumata rereke o te kounga, te k\u014dpeketanga, me te metadata mo nga momo tono.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu k\u014dpeke (MP3, AAC, OGG, WMA)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu Ngarokore (FLAC, ALAC, WAV, AIFF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu ngaio (PCM, DSD, MQA)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu r\u0101rangip\u0101p\u0101ho (M3U, PLS, WPL)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-archive\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">H\u014dputu P\u016branga<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae e paihere ana i nga konae me nga k\u014dpaki maha ki roto i te ipu kotahi, i te nuinga o te waa me te taapiri hei whakaiti i te rahi o nga konae me nga whiringa whakamunatanga.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">P\u016branga noa (ZIP, RAR, 7Z, TAR)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">P\u016branga-motuhake (CAB, DMG, PKG)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Whakah\u014dputu whakaahua k\u014dpae (ISO, IMG, BIN)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">P\u016branga motuhake (PAR, SFX, UUE)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-database\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">H\u014dputu P\u0101tengi Raraunga<\/h3>\n                    <p class=\"category-text\">Ko nga whakatakotoranga konae e whakamahia ana ki te penapena i nga raraunga hanganga i roto i nga papaa raraunga, mai i nga papamahi papamahi ngawari ki nga punaha papaarangi taumata-hinonga.<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Papamahi papamahi (MDB, ACCDB, SQLite)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">K\u014dnae p\u0101tengi raraunga t\u016bmau (MDF, NDF, DBF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu p\u016brua (BAK, DMP, SQL)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">H\u014dputu whakawhiti raraunga (XML, JSON, CSV)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Document Formats Section -->\n    <section id=\"document-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">Tuhinga K\u014dnae H\u014dputu<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">Tukatuka Kupu<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga tukatuka kupu kua hangaia hei penapena tuhinga tuhinga me te whakah\u014dputu, whakaahua, ripanga, me etahi atu hu\u0101nga. Ka whakamahia enei whakatakotoranga mo te hanga reta, purongo, tuhinga, pukapuka, me etahi atu tuhinga-tuhi.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DOCX <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Tuhinga XML Tuwhera Microsoft Word, i whakaurua ki Word 2007. Ka whakamahia te k\u014dpeketanga ZIP me te XML ki te penapena tuhinga tuhinga, ka iti ake te rahi o nga konae ka whakaritea ki te whakatakotoranga DOC tawhito.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.wordprocessingml.document<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">ZIP<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te hanga tuhinga paerewa, nga tuhinga pakihi, te hototahi ki a Microsoft Office<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DOC <span class=\"format-badge\">Taonga tuku iho<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Tuhinga Microsoft Word tuku iho i whakamahia i mua i te Office 2007. He whakatakotoranga a-rua e pupuri ana i nga tuhinga kua whakah\u014dputuhia, nga whakaahua, me etahi atu hu\u0101nga tuhinga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/msword<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Aruarua rangatira<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko te hototahitanga whakamuri me nga putanga tawhito o Word me etahi atu tukatuka kupu<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODT <span class=\"format-badge\">Tuwhera Paerewa<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Tuhinga Kuputuhi OpenDocument, he paerewa tuwhera mo nga tuhinga tukatuka kupu. Koinei te whakatakotoranga taunoa mo te Kaituhi LibreOffice me etahi atu huinga tari puna tuwhera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">OASIS Tuwhera Tuhinga Tuwhera mo nga tono Tari<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.oasis.opendocument.text<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">ZIP<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tiritiri tuhinga-whakawhitiwhiti, te whakapuranga mo te wa roa, nga taiao tuwhera-puna<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RTF <span class=\"format-badge\">Wh\u0101nui<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Kuputuhi Taonga, he whakatakotoranga tuhinga tuhinga-whakawhiti e pupuri ana i te whakatakotoranga tuhinga. Kei te tautokohia e te nuinga o nga kaiwhakaputa kupu me te pupuri i te nuinga o nga hu\u0101nga whakatakotoranga taketake.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/rtf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Kore (kuputuhi noa me nga waehere mana)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga tuhinga taketake kua whakah\u014dputuhia me te tino hototahi puta noa i nga papaaho<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">H\u014dputu Ripanga<\/h3>\n            <p class=\"format-section-subtitle\">Pupuri ana nga whakatakotoranga ripanga i nga raraunga ripanga kua whakaritea ki nga rarangi me nga pou, me nga tauira, nga mahi, me nga t\u016btohi. Ka whakamahia enei whakatakotoranga mo te t\u0101tari putea, te whakahaere raraunga, te tatauranga, me nga tirohanga.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XLSX <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft Excel Open XML H\u014dputu Ripanga, i whakaurua ki Excel 2007. Ka whakamahia te k\u014dpeke ZIP me te XML, e taea ai nga ripanga nui ake me te maha atu o nga rarangi me nga pou i te whakatakotoranga XLS tawhito.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Ng\u0101 Haupae M\u014drahi:<\/span>\n                            <span class=\"property-value\">1,048,576<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te t\u0101tari putea, te whakahaere raraunga, nga tatauranga uaua<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XLS <span class=\"format-badge\">Taonga tuku iho<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga ripanga Microsoft Excel tuku iho i whakamahia i mua i te Excel 2007. He whakatakotoranga-rua me te herenga o te rahi o te ripanga me te maha o nga mahi ka whakaritea ki nga whakatakotoranga hou ake.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.ms-excel<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Ng\u0101 Haupae M\u014drahi:<\/span>\n                            <span class=\"property-value\">65,536<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te hototahi ki nga putanga me nga punaha Excel tawhito<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODS <span class=\"format-badge\">Tuwhera Paerewa<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Tuwhera Tuwhera, he paerewa tuwhera mo nga tuhinga ripanga. Koia te whakatakotoranga taunoa mo LibreOffice Calc me etahi atu tono ripanga puna tuwhera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">OASIS OpenDocument H\u014dputu<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.oasis.opendocument.spreadsheet<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hanganga:<\/span>\n                            <span class=\"property-value\">ZIP p\u016branga kei roto ng\u0101 k\u014dnae XML<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga ripanga-whakawhitiwhiti, nga taiao tuwhera-puna<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CSV <span class=\"format-badge\">Wh\u0101nui<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Uara Wehe-Waehe, he whakatakotoranga kupu ngawari e pupuri ana i nga raraunga ripanga. Ko ia raina he tohu haupae, ka wehea nga uara ki nga piko, ki etahi atu kaiwehe ranei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo:<\/span>\n                            <span class=\"property-value\">Kuputuhi Maama<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">kuputuhi\/csv<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">Karekau he whakah\u014dputu, he t\u0101tai, he rau maha ranei<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakawhiti raraunga i waenga i nga tono rereke, te rokiroki raraunga ngawari<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">H\u014dputu Whakaaturanga<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga whakaaturanga e rongoa ana i nga whakaatakiriata me nga tuhinga, whakaahua, pakiwaituhi, me nga hu\u0101nga rongorau. Ka whakamahia enei whakatakotoranga mo te hanga whakaaturanga mo nga huihuinga pakihi, huihuinga, matauranga, me etahi atu horopaki.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PPTX <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Whakaaturanga XML Whakatuwhera Microsoft PowerPoint, i whakaurua ki PowerPoint 2007. Ka whakamahia te kopeke ZIP me te XML ki te penapena i nga kiriata, nga whakatakotoranga, nga pakiwaituhi, me etahi atu waahanga whakaaturanga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.presentationml.presentation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Whakakorikori, whakawhiti, rongorau<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">He whakaaturanga pakihi, he kaupapa matauranga, he whakaatakiriata rongorau nui<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PPT <span class=\"format-badge\">Taonga tuku iho<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Whakaaturanga Microsoft PowerPoint tuku iho i whakamahia i mua i te PowerPoint 2007. He whakatakotoranga rua e pupuri ana i nga kiriata, nga whakairoiro, me nga pakiwaituhi mo nga whakaaturanga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.ms-powerpoint<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">Te rahi o te konae, he iti ake nga ahuatanga i te PPTX<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te hototahi ki nga putanga tawhito o PowerPoint<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODP <span class=\"format-badge\">Tuwhera Paerewa<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Whakaaturanga Tuwhera, he paerewa tuwhera mo nga tuhinga whakaaturanga. Koia te whakatakotoranga taunoa mo LibreOffice Impress me etahi atu tono whakaaturanga puna tuwhera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">OASIS OpenDocument H\u014dputu<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.oasis.opendocument.presentation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hanganga:<\/span>\n                            <span class=\"property-value\">ZIP p\u016branga kei roto ng\u0101 k\u014dnae XML<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga whakaaturanga whakawhiti-whakawhitinga, nga taiao tuwhera-puna<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.KEY <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Whakaaturanga Matua o Apple, te whakatakotoranga taketake mo te tono matua a Apple. Ka tukuna e ia nga ahuatanga h\u0101koritanga matatau me te whakauru piri ki etahi atu hua Apple.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">application\/vnd.apple.keynote<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">P\u016bhara:<\/span>\n                            <span class=\"property-value\">macOS, iOS, iCloud<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga whakaaturanga e arotahi ana ki te hoahoa, nga kaiwhakamahi rauropi a Apple<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakah\u014dputu Tuhinga Kawe<\/h3>\n            <p class=\"format-section-subtitle\">Kua hoahoatia nga whakatakotoranga tuhinga kawe kia rite tonu te ahua puta noa i nga papaaho me nga taputapu rereke. Ko enei whakatakotoranga ka pupuri i te tahora, momotuhi, whakaahua, me etahi atu hu\u0101nga kia rite ki ta te kaihanga.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PDF <span class=\"format-badge\">Paerewa<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Tuhinga Kawe, i whakawhanakehia hei whakaatu i nga tuhinga puta noa i nga papaaho katoa. Ka tiakina e PDF te whakah\u014dputu tuhinga, whakairoiro, me te whakatakotoranga ahakoa te tono me te punaha whakahaere e whakamahia ana hei tiro.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Adobe Systems (paerewa ISO inaianei)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/pdf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Puka, waitohu matihiko, whakamunatanga<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tohatoha tuhinga, te penapena, nga puka, nga tuhinga ture<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XPS <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Whakatakotoranga Pepa XML, he rereke a Microsoft ki te PDF. He korero tuwhera mo te reo whakaahuatanga wharangi me te whakatakotoranga tuhinga-umau, i runga i te XML.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/oxps, tono\/vnd.ms-xpsdocument<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hanganga:<\/span>\n                            <span class=\"property-value\">ZIP p\u016branga kei roto XML, rauemi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Tirihanga tuhinga motuhake mo Windows, nga punaha ta<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.EPUB <span class=\"format-badge\">eBook<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Whakaputa Hiko, he paerewa tuwhera mo nga pukapuka-e i hangaia e te International Digital Publishing Forum. Ka taea e nga ihirangi reflowable ki te urutau ki nga rahi mata rereke.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Huinga Whakaputa Mamati Mamati (IDPF)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/epub+zip<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Kuputuhi tuku, momotuhi whakauru, whakaahua<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga pukapuka-e, nga tuhinga matihiko, nga ihirangi ka taea te rere<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MOBI <span class=\"format-badge\">eBook<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga eBook MobiPocket, i whakawhanakehia mo te MobiPocket Reader a muri ake ka whakamahia e Amazon Kindle e-readers. Ka tautokohia nga tohu tohu, tuhipoka me nga whakatikatika.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">MobiPocket (Amazon)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-mobipocket-ebook<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">He iti ake nga whiringa whakah\u014dputu i te EPUB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Amazon Kindle rauwiringa kaiao, nga e-panui tawhito<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Image Formats Section -->\n    <section id=\"image-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">Whakah\u014dputu K\u014dnae Atahanga<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">Whakah\u014dputu Atahanga Raster<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga whakaahua Raster e rongoa ana i nga raraunga atahanga hei matiti o nga pika takitahi. Kei ia pika nga korero tae, a ko te kounga o nga whakaahua raster e whakawhirinaki ana ki o raatau taumira me te hohonutanga moka.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.JPEG \/ .JPG <span class=\"format-badge\">K\u014dpeke<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga a te Roopu Tohunga Whakaahua, he whakatakotoranga koretake mo nga whakaahua matihiko. Ko te JPEG ka kopiri i nga raraunga atahanga ma te whakakore i etahi korero, he pai mo nga whakaahua me nga whakaahua uaua.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Roopu Tohunga Whakaahua Huitahi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/jpeg<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Ngaronga (kounga ka taea te whirihora)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">He whakaahua, he whakaahua tukutuku, he r\u014dnaki tae matatini<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PNG <span class=\"format-badge\">Ngarokore<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Whakairoiro Whatunga Kawe, he h\u014dputu k\u014dpeketanga korekore e tautoko ana i te marama. I hangaia te PNG hei whakakapinga pai ake, kore-patent mo GIF.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">R\u014dp\u016b Whakawhanake PNG<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/png<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Te marama o te Arepa, te koretake o te koretake<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">He whakairoiro tukutuku, he waitohu, he whakaahua marama<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.GIF <span class=\"format-badge\">H\u0101koritanga<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Whakawhitiwhiti Whakairoiro, he whakatakotoranga whakaahua maheremoka e tautoko ana i nga pakiwaituhi me te whakamahi i te papatae tae atu ki te 256 tae. Ko te GIF e whakamahi ana i te pupuhi korekore, ka whakamahia nuitia mo nga pakiwaituhi ngawari.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">CompuServe<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/gif<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">256 nga tae mo ia anga<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga pakiwaituhi ngawari, nga tohu, nga whakairoiro he iti nga tae<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.Tukutuku <span class=\"format-badge\">Hou<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Pikitia Tukutuku, i hangaia e Google hei whakakapi mo JPEG, PNG, me GIF. E whakarato ana i te pai ake o te korekore me te ngoikore o nga whakaahua mo nga whakaahua paetukutuku me te tautoko i te h\u0101koritanga me te marama.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Google<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/webp<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Ko nga whiringa ngaro me te korekore<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga whakaahua paetukutuku, he iti ake te rahi o nga konae me te pupuri i te kounga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TIFF \/ .TIF <span class=\"format-badge\">Ngaio<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu K\u014dnae Atahanga Tagged, he whakatakotoranga ahua raster ngawari e whakamahia nuitia ana i roto i te whakaputanga, te whakaahua, me te whakaputa ngaio. E tautoko ana i nga waahi tae maha me nga tikanga taapiri.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Aldus Corporation (Adobe inaianei)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/tiff<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga paparanga, nga wharangi maha, nga momo whiringa taapiri<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga whakaahua ngaio, te whakaputa tuhinga, te whakapuranga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BMP <span class=\"format-badge\">Taketake<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga K\u014dnae Atahanga Maheremoka, he whakatakotoranga whakairoiro raster ngawari e whakamahia ana e te punaha whakahaere Windows. Pupuri ana i te pika raraunga whakaahua ma te pika me te kore e pupuhi i te nuinga o nga keehi.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/bmp<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Kore, RLE ranei (kare e whakamahia)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakairoiro ngawari, tono Windows, hototahi<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakah\u014dputu Atahanga Vector<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga atahanga Vector e rongoa ana i nga raraunga atahanga hei tauira pangarau, kaua ko nga pika. Ma tenei ka taea e nga whakaahua vector te whakaheke ki te rahi me te kore e ngaro te kounga, ka pai mo nga tohu, tohu me nga whakaahua.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.SVG <span class=\"format-badge\">Paerewa Tukutuku<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Whakairoiro Vector Tauineine, he whakatakotoranga whakaahua vector e h\u0101ngai ana ki te XML mo te paetukutuku. Ka tautuhia e SVG nga whakairoiro i roto i te whakatakotoranga XML, ka taea te rapu, te tohu, te tuhi, me te kopiri.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Huinga Tukutuku Ao Wh\u0101nui (W3C)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/svg+xml<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Hakoritanga, tauwhitiwhiti ma CSS me JavaScript<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakairoiro Tukutuku, hoahoa whakautu, tohu, pakiwaituhi<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AI <span class=\"format-badge\">Adobe<\/span><\/h4>\n                    <p class=\"format-description\">Adobe Illustrator Artwork format, te whakatakotoranga konae taketake e whakamahia ana e Adobe Illustrator. He whakatakotoranga rangatira mo te hanga me te penapena whakairoiro vector me nga ahuatanga matatau.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Adobe Systems<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono \/ tuhinga tuhi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">I runga i:<\/span>\n                            <span class=\"property-value\">PDF (mai i te Whakaahua 9)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">He hoahoa whakairoiro ngaio, he waitohu, he whakaahua<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.EPS <span class=\"format-badge\">Te whakaputa<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga PostScript kua kapi, he whakatakotoranga konae whakairoiro i runga i te reo PostScript. Ka whakamahia nuitia i roto i nga rerenga mahi mo te whakaputa ngaio me te whakaputa.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Adobe Systems<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono \/ tuhinga tuhi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Arokite atahanga, Waehere PostScript, hototahi whanui<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te t\u0101nga ngaio, te hototahitanga whakawhiti-tono<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CDR <span class=\"format-badge\">CorelDRAW<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga CorelDRAW, te whakatakotoranga konae taketake mo CorelDRAW Graphics Suite. He whakatakotoranga whakairoiro vector whai mana me te tautoko mo nga wharangi maha me nga paparanga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Corel Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-cdr<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga wharangi maha, nga paparanga, nga paanga<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Hoahoa ngaio i roto i te rauwiringa kaiao CorelDRAW<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakaahua Whakaahua me nga Whakaahua Paparanga<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga ahua paparanga e tautoko ana i nga paparanga maha o nga raraunga whakaahua, ka taea te hangai uaua me te whakatika kore-whakangaro. Ko enei whakatakotoranga e tino whakamahia ana ki te whakatika whakaahua ngaio me te hoahoa whakairoiro.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PSD <span class=\"format-badge\">Adobe<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Tuhinga Photoshop, te h\u014dputu k\u014dnae taketake o Adobe Photoshop. Ka tiakina e ia nga paparanga katoa, kopare, tuhinga, me etahi atu waahanga whakatika mo te whakatika tonu.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Adobe Systems<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">image\/vnd.adobe.photoshop<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Paparanga, kopare, papa whakatikatika, taonga atamai<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakatika whakaahua ngaio, te hoahoa whakairoiro, te tito<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XCF <span class=\"format-badge\">GIMP<\/span><\/h4>\n                    <p class=\"format-description\">te whakatakotoranga Whakataunga Rorohiko, te whakatakotoranga konae taketake o te \u0113tita whakaahua GIMP. Ka tiakina e ia nga paparanga, nga hongere, nga huarahi, me etahi atu korero whakatika.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Ko te roopu GIMP<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/x-xcf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Paparanga, hongere, ara, marama<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakatika whakaahua i roto i te GIMP, nga rerengamahi puna-tuwhera<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.KRA <span class=\"format-badge\">Krita<\/span><\/h4>\n                    <p class=\"format-description\">Te whakatakotoranga Tuhinga Krita, te whakatakotoranga konae taketake o te tono peita matihiko a Krita. Ka tiakina e ia nga paparanga, kopare, t\u0101tari, me nga hu\u0101nga vector.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Krita Foundation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-krita<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga roopu paparanga, nga paparanga vector, nga kopare t\u0101tari<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te peita matihiko, te whakaahua, te hanga kakano<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakah\u014dputu Raw Camera<\/h3>\n            <p class=\"format-section-subtitle\">Kei roto i nga whakatakotoranga mata o te kamera he raraunga tukatuka iti mai i te pukoro whakaahua o te kamera mamati. Ko enei whakatakotoranga e pupuri ana i nga raraunga ahua taketake katoa, kia pai ake ai te mahi i muri i te tukatuka.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RAW <span class=\"format-badge\">Whakanuia<\/span><\/h4>\n                    <p class=\"format-description\">He kupu whanui mo nga momo ahua ahua mata mai i nga kamera mamati. Kei ia kaihanga kamera tana ake whakatakotoranga mata.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Nga momo kaihanga kamera<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">whakaahua\/x-raw<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Raraunga p\u016boko kare ano i tukatia, te hohonu moka katoa<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakaahua ngaio, he ngawari ki te whakatika<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DNG <span class=\"format-badge\">Adobe<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Mamati Negative, he whakatakotoranga atahanga mata tuwhera i hangaia e Adobe. I hangaia hei whakarato i te whakatakotoranga paerewa mo nga konae mata kamera mai i nga kaihanga rereke.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Adobe Systems<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">image\/x-adobe-dng<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">metadata paerewa, arokite kua mau<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Puranga mo te wa roa o nga whakaahua mata, te hototahitanga whakawhiti-tono<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CR2\/CR3 <span class=\"format-badge\">Canon<\/span><\/h4>\n                    <p class=\"format-description\">Canon Raw putanga 2\/3 whakah\u014dputu, nga whakah\u014dputu atahanga taketake e whakamahia ana e nga kamera mamati a Canon. Kei roto i nga raraunga atahanga kare ano i tukatia mai i te pukoro o te kamera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Canon Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">image\/x-canon-cr2, image\/x-canon-cr3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">I runga i:<\/span>\n                            <span class=\"property-value\">TIFF (CR2), H\u014dputu K\u014dnae P\u0101p\u0101ho ISO (CR3)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ko nga whakaahua ngaio me nga kamera Canon<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.NEF <span class=\"format-badge\">Nikon<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Hiko Nikon, te whakatakotoranga whakaahua mata e whakamahia ana e nga kamera mamati Nikon. Kei roto nga raraunga kaore ano kia tukatukahia mai i te pukoro whakaahua o te kamera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Nikon Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">image\/x-nikon-nef<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">I runga i:<\/span>\n                            <span class=\"property-value\">Tiff\/EP paerewa<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakaahua ngaio me nga kamera Nikon<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Video Formats Section -->\n    <section id=\"video-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">H\u014dputu K\u014dnae Ataata<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">Ng\u0101 H\u014dputu Ipu Ataata noa<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga ipu ataata e whakararangi ana i nga raraunga ataata, nga riu ororongo, nga kupu hauraro, me nga metadata ki te konae kotahi. Ko nga ipu rereke e tautoko ana i nga momo kot\u0113k\u0113 me nga ahuatanga mo nga keehi whakamahi rereke.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MP4 <span class=\"format-badge\">Wh\u0101nui<\/span><\/h4>\n                    <p class=\"format-description\">MPEG-4 W\u0101hanga 14 h\u014dputu ipu, tetahi o nga h\u014dputu ataata tino tautokona. Kei roto pea he ataata, ororongo, hauraro, me etahi atu metadata, he hototahi ki te nuinga o nga taputapu.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Roopu Tohunga Pikitia Nuku (ISO\/IEC)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/mp4<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kot\u0113k\u0113 noa:<\/span>\n                            <span class=\"property-value\">H.264, H.265 (ataata), AAC (ororongo)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ataata tukutuku, taputapu p\u016bkoro, tohatoha whanui<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MKV <span class=\"format-badge\">He maha nga mahi<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga ipu Ataata Matroska, he paerewa tuwhera, he ngawari te whakatakotoranga ipu ka taea te pupuri i te maha o nga riipene ataata, ororongo, pikitia, taitararoto ranei i roto i te konae kotahi.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Ko te roopu kaupapa Matroska<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/x-matroska<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">He maha nga riu oro, kupu hauraro, upoko<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Pupuri ataata-kounga teitei, he maha nga riipene ororongo\/taitararoto<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AVI <span class=\"format-badge\">Taonga tuku iho<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Whakawhiti Ataata Ororongo, i hangaia e Microsoft. He whakatakotoranga ipu ka mau nga raraunga ororongo me te riipene ataata i roto i te ipu konae ka taea te purei oro-a-ataata tukutahi.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/x-msvideo<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">He iti te tautoko metadata, he here rahi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te hototahi ki nga punaha tawhito, te rokiroki ataata ngawari<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MOV <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Kiriata QuickTime, i whakawhanakehia e Apple. He whakatakotoranga ipu kei roto he ataata, ororongo, paanga, me nga ihirangi tauwhitiwhiti, i whakamahia tuatahitia i roto i te punaha rauropi a Apple.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/w\u0101 tere<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga upoko, te waehere, te ihirangi 3D<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Apple rauwiringa kaiao, whakatika ataata ngaio<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TukutukuM <span class=\"format-badge\">Tukutuku<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu P\u0101p\u0101ho Tukutuku, he h\u014dputu k\u014dnae p\u0101p\u0101ho t\u016bwhera, kore rangatira i hangaia m\u014d te tukutuku. He waahanga iti o te whakatakotoranga ipu Matroska me te ataata VP8\/VP9 me nga kot\u0113k\u0113 ororongo Vorbis\/Opus.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Google<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/webm<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kot\u0113k\u0113:<\/span>\n                            <span class=\"property-value\">VP8, VP9, AV1 (ataata), Vorbis, Opus (ororongo)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ataata Tukutuku, te purei ataata HTML5, te roma<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TS <span class=\"format-badge\">Paoho<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga MPEG Transport Stream, i hangaia mo te haapurororaa ataata mamati me te ororongo. Ka whakamahia mo te tuku ororongo, ataata, me nga raraunga i runga i nga purongo kore pono.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Roopu Tohunga Pikitia Nuku (ISO\/IEC)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ataata\/mp2t<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Te whakatika hapa, te kaha roma<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Mamati TV haapurororaa, roma, DVD<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Nga H\u014dputu Ataata Ngaio<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga ataata ngaio kua hoahoatia mo te hanga ataata kounga teitei, te whakatika, me te tohatoha. Ko enei whakatakotoranga he mea nui te kounga i runga i te rahi o te konae me te tautoko i nga ahuatanga matatau.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MXF <span class=\"format-badge\">Paoho<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Whakawhiti Rauemi, he whakatakotoranga ipu mo te ataata mamati ngaio me te ihirangi oro. I hoahoatia mo te whakawhiti i nga rawa oro-ataata me nga raraunga me nga raraunga meta.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Society of Motion Picture and Television Engineers (SMPTE)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/mxf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">metadata whai rawa, maha nga tauira whakahaere<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te ahumahi p\u00e4p\u00e4ho, te hanga ataata ngaio<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DNxHR\/DNxHD <span class=\"format-badge\">Kaing\u0101kau<\/span><\/h4>\n                    <p class=\"format-description\">Mamati Korerangi Whakawhanui Whakanuia Te Whakataunga Nui\/Whakaahua Teitei, he kot\u0113k\u0113 ataata-kounga teitei i hangaia e Avid Technology mo te maha-taumira, nga rerengamahi HD k\u014dpeke.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Hangarau Avid<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Ipu:<\/span>\n                            <span class=\"property-value\">MXF, MOV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Taumata Kounga:<\/span>\n                            <span class=\"property-value\">LB, SQ, HQ, HQX, 444<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakatika ataata ngaio, Kaitito Kaitoha Media<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ProRes <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">Ko Apple ProRes, he whanau o te kounga teitei, nga kot\u0113k\u0113 ataata korekore i hangaia e Apple mo nga rerenga mahi i muri i te whakaputa. He maha nga taumata kounga mo nga keehi whakamahi rereke.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Ipu:<\/span>\n                            <span class=\"property-value\">MOV, MXF<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Nga momo rereke:<\/span>\n                            <span class=\"property-value\">422 Takawaenga, 422 LT, 422, 422 HQ, 4444, 4444 XQ<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakatika ataata ngaio, Apple Final Cut Pro<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BRAW <span class=\"format-badge\">Blackmagic<\/span><\/h4>\n                    <p class=\"format-description\">Blackmagic RAW, he whakatakotoranga ataata mata kua oti te hanga e Blackmagic Design. Ka whakakotahihia e ia te ngawari o te tukatuka mata me te mahi o nga whakatakotoranga ataata taapiri.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Hoahoa Blackmagic<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Kounga Tonu, Auau Moka Tonu ranei<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Tautuhinga Kounga:<\/span>\n                            <span class=\"property-value\">3:1, 5:1, 8:1, 12:1, Q0, Q1, Q3, Q5<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te hanga kiriata ngaio, nga kamera Blackmagic<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Audio Formats Section -->\n    <section id=\"audio-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">H\u014dputu K\u014dnae Ororongo<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">H\u014dputu Ororongo K\u014dpeke<\/h3>\n            <p class=\"format-section-subtitle\">Ka whakamahia e nga whakatakotoranga ororongo nga momo h\u0101tepe hei whakaiti i te rahi o te konae me te pupuri i te kounga ororongo pai. Ka whakamahia enei whakatakotoranga mo te tohatoha waiata, te roma, me nga taputapu kawe.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MP3 <span class=\"format-badge\">noa<\/span><\/h4>\n                    <p class=\"format-description\">MPEG-1 Ororongo Apa III, he whakatakotoranga whakakopeke ororongo ngaro i hangaia hei whakaiti i te rahi o te konae me te pupuri i te kounga oro. Ka noho hei paerewa mo te tohatoha waiata me te purei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Roopu Tohunga Pikitia Nuku<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/mpeg<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Reiti Moka:<\/span>\n                            <span class=\"property-value\">8-320 kbps, VBR, CBR<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tohatoha waiata, nga taputapu kawe, te whakarongo whanui<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AAC <span class=\"format-badge\">Hou<\/span><\/h4>\n                    <p class=\"format-description\">Whakawaehere Ororongo Ar\u0101 Atu An\u014d, he h\u014dputu k\u014dpeketanga ororongo ngaro i hangaia hei whakakapi mo MP3. Ko te tikanga ka pai ake te kounga oro i te MP3 i te reiti moka kotahi.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Roopu Tohunga Pikitia Nuku<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/aac<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Tautoko maha, pai ake te pai o te kopeke<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Haapurororaa ororongo mamati, romaroma, Apple rauwiringa kaiao<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.OGG <span class=\"format-badge\">Tuwhera<\/span><\/h4>\n                    <p class=\"format-description\">Ogg Vorbis, he whakatakotoranga whakawaehere ororongo koreutu me te puna tuwhera me te ipu. E whakarato ana i te pai o te oro oro i te wa e mau tonu ana te patent-kore me te tuwhera.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Xiph.Org Foundation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/ogg<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kot\u0113k\u0113:<\/span>\n                            <span class=\"property-value\">Vorbis (noa), Opus, FLAC<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Kaupapa tuwhera-puna, petipeti, ororongo tukutuku<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WMA <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Windows Media Audio, he h\u014dputu k\u014dnae ororongo k\u014dpeke i whakawhanakehia e Microsoft. Ka tae mai i roto i nga momo rereke mo nga keehi whakamahi rereke, tae atu ki te koretake koretake.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/x-ms-wma<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Nga momo rereke:<\/span>\n                            <span class=\"property-value\">WMA Paerewa, Pro, Ngarokore, Reo<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Windows rauwiringa kaiao, hototahi ki nga hua Microsoft<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Nga Ngarokore Whakah\u014dputu Ororongo<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga oro korekore ka kopiri i nga raraunga oro me te kore e ngaro te kounga. He pai enei whakatakotoranga mo te hunga whakarongo, te purongo puoro, me te hanga ororongo ngaio.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.FLAC <span class=\"format-badge\">Ngarokore<\/span><\/h4>\n                    <p class=\"format-description\">Kot\u0113k\u0113 Ororongo Ngarokore Koreutu, he whakatakotoranga k\u014dpeketanga ororongo kore-tuwhera. Ka whakaitihia te rahi o te konae ma te 40-50% i te wa e mau tonu ana te kounga ororongo moka-tino ka whakaritea ki te ororongo kore.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Xiph.Org Foundation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/flac<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Ngarokore, 30-50% iti ake i te WAV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakarongo ororongo, te purongo puoro, te ororongo kounga teitei<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ALAC <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">Apple Ngarokore Ororongo Kot\u0113k\u0113, he h\u014dputu k\u014dpeketanga oro korekore i whakawhanakehia e Apple. Ka whakarato ororongo kounga-CD i roto i te haurua o te waahi o te ororongo kore-kore.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Ipu:<\/span>\n                            <span class=\"property-value\">M4A<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">Ngarokore, he rite ki te FLAC<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Apple rauwiringa kaiao, iTunes, nga taputapu iOS<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WAV <span class=\"format-badge\">Kore i k\u014dpeke<\/span><\/h4>\n                    <p class=\"format-description\">Waveform Audio File Format, he whakatakotoranga ororongo paerewa i hangaia e Microsoft me IBM. Kei roto i te nuinga o te waa he ororongo PCM kaore ano kia whakakopekehia, ka puta he rahi nga konae engari he tino pai te kounga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft me IBM<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/wav<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Rahi:<\/span>\n                            <span class=\"property-value\">10 MB ia meneti (kounga CD)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tuhi ororongo, te whakaputa, te whakamahi ngaio<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AIFF <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu K\u014dnae Whakawhiti Ororongo, he whakatakotoranga k\u014dnae ororongo korekore i hangaia e Apple. He rite ki te WAV, he pai te kounga ororongo engari he rahi nga konae.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/aiff<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Rahi:<\/span>\n                            <span class=\"property-value\">He rite ki te WAV (10 MB\/meneti)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Ororongo ngaio i roto i nga taiao Mac<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">H\u014dputu Ororongo Ngaio<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga ororongo ngaio kua hangaia mo te hanga ororongo teitei, te tohungatanga, me te whakapuranga. Ko enei whakatakotoranga he pai ake te kounga, tautoko hongere maha, me nga ahuatanga motuhake.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DSD <span class=\"format-badge\">Audiophile<\/span><\/h4>\n                    <p class=\"format-description\">Direct Stream Digital, he h\u014dputu ororongo taumira teitei e whakamahia ana mo nga CD Super Audio (SACD). He rereke te huarahi ki te ororongo matihiko i te PCM, ma te whakamahi i te reiti tauira tino teitei o nga uara moka-tahi.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Sony me Philips<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Reiti Tauira:<\/span>\n                            <span class=\"property-value\">2.8224 MHz, 5.6448 MHz (DSD128)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hohonu Moka:<\/span>\n                            <span class=\"property-value\">1-bit (whakarereketanga kiato puhoi)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga rekoata ororongo, te rangatira o te SACD<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BWF <span class=\"format-badge\">Paoho<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Ngaru Paoho, he toronga o te whakatakotoranga WAV kei roto etahi atu metadata mo te whakamahi ngaio i roto i te haapurororaa me te hanga ororongo.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Te Uniana Paoho \u016aropi (EBU)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">I runga i:<\/span>\n                            <span class=\"property-value\">h\u014dputu WAV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Waehere wa, whakaahuatanga, korero mo te takenga mai<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Paoho, hanga ororongo ngaio<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PCM <span class=\"format-badge\">Matau<\/span><\/h4>\n                    <p class=\"format-description\">Pulse Code Modulation, he tikanga e whakamahia ana hei tohu mamati i nga tohu tairitenga. Kei roto i nga konae PCM he raraunga ororongo mata kore he pane, he raraunga meta ranei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo:<\/span>\n                            <span class=\"property-value\">H\u014dputu raraunga ororongo mata<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">ororongo\/L16 (mo te 16-bit PCM)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">Karekau he metadata, me whai korero moka reiti\/moka hohonu<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga taputapu ororongo ngaio, nga tono motuhake<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Archive Formats Section -->\n    <section id=\"archive-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">P\u016branga me te K\u014dpeketanga H\u014dputu<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">H\u014dputu P\u016branga noa<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga puranga he paihere i nga konae me nga k\u014dpaki maha ki roto i te konae ipu kotahi, he maha nga wa me te taapiri hei whakaiti i te rahi o nga konae. Ka whakamahia enei whakatakotoranga mo te tohatoha k\u014dnae, te taapiri, me te rokiroki.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ZIP <span class=\"format-badge\">Wh\u0101nui<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu p\u016branga ZIP, te h\u014dputu k\u014dpeketanga me te whakatakotoranga p\u016branga e tino tautokona ana. He maha nga konae me nga k\u014dpaki me te whakamunatanga whiriwhiri.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">PKWARE, Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/zip<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Parenga kupuhipa, k\u014dwhiringa k\u014dpeke totoka<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Whakapuranga kaupapa whanui, hototahi-whakawhitiwhiti<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RAR <span class=\"format-badge\">Kaipupuri<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu P\u016branga Roshal, he whakatakotoranga p\u016branga rangatira me te kaha k\u014dpeketanga, te whakaora hapa, me te kaha ki te hora i te konae. I te nuinga o te waa ka pai ake te pai ake o nga owehenga taapiri i te ZIP.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Eugene Roshal<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/vnd.rar<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Te whakamunatanga kaha, nga rekoata whakaora, te whanui o te r\u014drahi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">He nui ake nga hiahia o te taapiri, nga waahanga maha-maha<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.7Z <span class=\"format-badge\">Ar\u0101 atu<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu 7-Zip, he whakatakotoranga puna tuwhera me te \u014dwehenga k\u014dpeke teitei. E tautoko ana i nga tikanga taapiri maha me te whakamunatanga AES-256 kaha.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Igor Pavlov<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-7z-k\u014dpeke<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dpeketanga:<\/span>\n                            <span class=\"property-value\">LZMA, LZMA2, PPMd, BZip2<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">K\u014dpeketanga m\u014drahi, p\u016branga nui<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TAR <span class=\"format-badge\">Unix<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu R\u012bpene P\u016branga, i hangaia i te tuatahi mo te taapiri r\u012bpene. Ko te TAR ake karekau e whakarato i te kopeketanga engari he maha nga wa ka honoa ki nga taputapu whakakope penei i te gzip me te bzip2.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Taketake:<\/span>\n                            <span class=\"property-value\">Nga punaha Unix\/Linux<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-tar<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Nga toronga noa:<\/span>\n                            <span class=\"property-value\">.tar.gz, .tar.bz2, .tar.xz<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga punaha Unix\/Linux, e pupuri ana i nga whakaaetanga konae<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakah\u014dputu Atahanga K\u014dpae<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga atahanga k\u014dpae e rongoa ana i nga kape katoa o nga k\u014dpae, wehewehenga k\u014dpae ranei, tae atu ki nga raraunga me nga korero hanganga. Ka whakamahia enei whakatakotoranga mo nga taapiri, te tohatoha o nga punaha, me te whakaora punaha.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ISO <span class=\"format-badge\">Paerewa<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Atahanga ISO, he whakatakotoranga whakaahua k\u014dpae kei roto he kape katoa o te k\u014dpae CD, DVD, Blu-ray ranei. Ko te ISO kei runga i te paerewa punaha konae ISO 9660 mo nga k\u014dpae whatu.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Paerewa:<\/span>\n                            <span class=\"property-value\">ISO 9660<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-iso9660-whakaahua<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Ripeka-turanga, tautoko k\u014dpae bootable<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tohatoha rorohiko, te whakaurunga punaha whakahaere<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DMG <span class=\"format-badge\">Aporo<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Atahanga K\u014dpae, te whakatakotoranga whakaahua k\u014dpae rangatira a Apple mo te macOS. Ka taea te whakamuna, te k\u014dpeke, ka whakairihia hei k\u014dpae mariko i runga i nga punaha macOS.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Apple Inc.<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-apple-diskimage<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">K\u014dpeketanga, whakamunatanga, arowhai<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te tohatoha rorohiko mo te macOS, nga taapiri Mac<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.VHD\/.VHDX <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu K\u014dpae M\u0101r\u014d Mariko, h\u014dputu k\u014dpae mariko a Microsoft m\u014d Windows. Ka whakamahia e nga hangarau mariko Microsoft penei i a Hyper-V ka taea te penapena i nga punaha whakahaere katoa.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-virtualbox-vhd<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Kopae hihiko, k\u014dpae rerekee, te rahi kua whakaritea<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Mariko mariko Windows, p\u016brua p\u016bnaha<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.IMG <span class=\"format-badge\">Whakanuia<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Atahanga K\u014dpae, he kupu wh\u0101nui m\u014d ng\u0101 k\u014dnae atahanga k\u014dpae mata. Kei roto i nga konae IMG he kape-a-waahanga o te k\u014dpae, te wehewehe k\u014dpae ranei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo:<\/span>\n                            <span class=\"property-value\">Atahanga k\u014dpae whanui<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono \/ octet-stream<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hanganga:<\/span>\n                            <span class=\"property-value\">Ko te kape o te r\u00e4ngai-a-r\u00e4ngai<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Atahanga k\u014dpae p\u012bngore, p\u016brua k\u014dpae m\u0101m\u0101<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Database Formats Section -->\n    <section id=\"database-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">H\u014dputu K\u014dnae P\u0101tengi Raraunga<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">Papamahi Raraunga Raraunga H\u014dputu<\/h3>\n            <p class=\"format-section-subtitle\">Ko nga whakatakotoranga papamahi papamahi kua hangaia mo te rokiroki me te whakahaere o nga raraunga hanganga. Ka whakamahia enei whakatakotoranga i roto i nga tono iti ki te reo-rahi me nga kaupapa whaiaro.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MDB <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Te whakatakotoranga Raraunga Raraunga Microsoft Access, te whakatakotoranga konae taketake mo nga papaa raraunga Microsoft Access i mua i te Access 2007. He whakatakotoranga motuhake mo nga papaa papamahi hononga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-msaccess<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Tepe Rahi:<\/span>\n                            <span class=\"property-value\">2 GB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga paataka pakihi iti, nga tono papamahi<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ACCDB <span class=\"format-badge\">Microsoft<\/span><\/h4>\n                    <p class=\"format-description\">Ko te whakatakotoranga Raraunga Raraunga Microsoft Access i whakauruhia ki Access 2007. He pai ake te haumarutanga, nga momo raraunga, me nga ahuatanga ka whakaritea ki te whakatakotoranga MDB tawhito ake.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/msaccess<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Tepe Rahi:<\/span>\n                            <span class=\"property-value\">2 GB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga tono uru o naianei, nga papaa raraunga iti<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.SQLite <span class=\"format-badge\">Kua mau<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu P\u0101tengi Raraunga SQLite, he p\u016bkaha p\u0101tengi raraunga whirihoranga-kore-whaiaro, kore-t\u016bmau. Ka penapenahia nga papaaarangi SQLite hei konae kotahi kei roto te raupapatanga raraunga me nga raraunga katoa.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">D. Richard Hipp<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/vnd.sqlite3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Tepe Rahi:<\/span>\n                            <span class=\"property-value\">140 TB (whakaaro)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">P\u016bnaha t\u0101mau, taup\u0101nga p\u016bkoro, rokiroki \u0101-rohe<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.FDB <span class=\"format-badge\">Manu ahi<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu P\u0101tengi Raraunga Firebird, te whakatakotoranga k\u014dnae m\u014d te p\u0101tengi raraunga Firebird SQL. He p\u0101tengi raraunga hononga puna tuwhera ka taea te whakahaere i runga i te konae kotahi me te tautoko i te nuinga o nga ahuatanga SQL.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Kaupapa Firebird<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/x-firebird<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga whakawhitinga, nga tikanga rongoa, nga keu<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga tono pakihi iti ki waenga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">K\u014dnae Raraunga Raraunga T\u016bmau<\/h3>\n            <p class=\"format-section-subtitle\">Ka whakamahia nga konae raraunga raraunga e nga punaha whakahaere raraunga umanga ki te penapena raraunga, taurangi, me nga korero whirihoranga. Ko enei whakatakotoranga i hangaia mo te urunga maha-kaiwhakamahi me te mahi nui.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MDF\/.LDF <span class=\"format-badge\">T\u016bmau SQL<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft SQL Server Database me nga konae Rangitaki. Kei roto i a MDF nga raraunga tuatahi ko te LDF kei roto i nga raarangi tauwhitinga mo te whakaora raraunga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Kaihanga:<\/span>\n                            <span class=\"property-value\">Microsoft Corporation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/octet-stream<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Tepe Rahi:<\/span>\n                            <span class=\"property-value\">524,272 TB (whakaaro)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga tono hinonga, Microsoft rauropi<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DBF <span class=\"format-badge\">dBase<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu K\u014dnae P\u0101tengi Raraunga, i ahu mai i te p\u016bnaha whakahaere p\u0101tengi raraunga dBase. Ahakoa te pakeke, kei te whakamahia tonu i roto i nga momo tono me te tautoko e te maha o nga taputapu papaa raraunga.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Taketake:<\/span>\n                            <span class=\"property-value\">dBase (Ashton-Tate)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/dbase<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">2GB te rahi, 255 mara mo ia rekoata<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Nga tono tuku iho, te rokiroki raraunga ngawari<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.IBD <span class=\"format-badge\">MySQL<\/span><\/h4>\n                    <p class=\"format-description\">Ko te konae Raraunga Raraunga InnoDB, nga konae rokiroki e whakamahia ana e te miihini rokiroki InnoDB i MySQL. Kei ia k\u014dnae IBD he raraunga, he tohu, me etahi atu korero mo nga ripanga MySQL.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahia e:<\/span>\n                            <span class=\"property-value\">MySQL\/MariaDB me te miihini InnoDB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Tautukunga ACID, raka taumata haupae<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">K\u014dnae ia:<\/span>\n                            <span class=\"property-value\">Ripanga mokowhiti ranei<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Tono Tukutuku, hinonga MySQL deployments<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">H\u014dputu Whakawhiti Raraunga<\/h3>\n            <p class=\"format-section-subtitle\">Ka whakamahia nga whakatakotoranga whakawhiti raraunga hei whakawhiti i nga raraunga hanganga i waenga i nga tono rereke me nga punaha. Ko enei whakatakotoranga i te nuinga o te waa he tuhinga-tuhi me te panui-tangata, he pai mo nga whakaurunga me nga API.<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CSV <span class=\"format-badge\">Wh\u0101nui<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Uara Wehe-Waea, he whakatakotoranga kupu ngawari hei tohu i nga raraunga ripanga. Ko ia raina he tohu haupae, ka wehea nga uara ki nga piko, ki etahi atu kaiwehe ranei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo:<\/span>\n                            <span class=\"property-value\">I runga i te kuputuhi<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">kuputuhi\/csv<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Te herenga:<\/span>\n                            <span class=\"property-value\">Kaore he momo raraunga, kaore he hononga<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakawhiti raraunga ngawari, te ripanga kawemai \/ kaweake<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XML <span class=\"format-badge\">Hangaia<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Reo Tohu Whakawh\u0101nui, he reo tohu e tautuhi ana i nga ture mo te whakawaehere tuhinga i roto i te whakatakotoranga ka taea e te tangata te panui me te panui miihini.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Paerewa:<\/span>\n                            <span class=\"property-value\">W3C XML<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/xml<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Te whakamana kaupapa, mokow\u0101ingoa, hurihanga<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">Te whakawhiti raraunga matatini, nga konae whirihoranga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.JSON <span class=\"format-badge\">Hou<\/span><\/h4>\n                    <p class=\"format-description\">H\u014dputu Tuhituhi Ahanoa JavaScript, he whakatakotoranga whakawhiti raraunga mama i runga i te wetereo ahanoa JavaScript. He ngawari ki te tangata te panui me te tuhi, me nga miihini ki te tarai me te whakaputa.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/json<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Hanganga:<\/span>\n                            <span class=\"property-value\">Ahanoa, hu\u0101nga, takirua matua-uara<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">He reo motuhake, he ngawari te poroporoaki<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">API Tukutuku, whirihoranga, whakawhiti raraunga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.YAML <span class=\"format-badge\">He pai ki te tangata<\/span><\/h4>\n                    <p class=\"format-description\">Ehara te YAML i te Reo Tohu, he paerewa rangat\u016b raraunga ratarata-tangata. E whakamahia nuitia ana mo nga konae whirihora me nga tono kei te penapena raraunga, ka tukuna ranei.<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Momo MIME:<\/span>\n                            <span class=\"property-value\">tono\/yaml<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u0100huatanga:<\/span>\n                            <span class=\"property-value\">Nga korero, nga tohutoro, nga hanganga uaua<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Nuku:<\/span>\n                            <span class=\"property-value\">Hiranga (whakamahi waahi mo te hanganga)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">Whakamahinga Pai:<\/span>\n                            <span class=\"property-value\">K\u014dnae whirihoranga, raupapa raraunga<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Format Comparison Section -->\n    <section class=\"comparison-section\">\n        <h2 class=\"section-title\">Aratohu Whakataurite Whakah\u014dputu<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">Tuhinga Whakatauritenga<\/h3>\n            <p class=\"format-section-subtitle\">Te whakatairite i nga ahuatanga matua me nga kaha o nga whakatakotoranga tuhinga noa hei awhina i a koe ki te whiriwhiri i te whakatakotoranga tika mo o hiahia.<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u0100huahira<\/th>\n                            <th>PDF<\/th>\n                            <th>DOCX<\/th>\n                            <th>ODT<\/th>\n                            <th>RTF<\/th>\n                            <th>HTML<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Ka tiakina te Tahora Tika<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Hewari ki te Whakatika<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Puka me nga Huanga Tauwhitiwhiti<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Waitohu Mamati<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Whakahototahi Whakawhitiwhiti<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tuwhera Paerewa<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tirohanga Tukutuku<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakataurite H\u014dputu Atahanga<\/h3>\n            <p class=\"format-section-subtitle\">Te whakatairite i nga ahuatanga matua me nga kaha o nga whakatakotoranga ahua noa hei awhina i a koe ki te whiriwhiri i te whakatakotoranga tika mo to keehi whakamahi motuhake.<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u0100huahira<\/th>\n                            <th>JPEG<\/th>\n                            <th>PNG<\/th>\n                            <th>GIF<\/th>\n                            <th>TukutukuP<\/th>\n                            <th>SVG<\/th>\n                            <th>TIFF<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Tautoko Puataata<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tautoko Animation<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Kopeke Ngarokore<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>He pai mo nga Whakaahua<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>He pai mo nga Whakairoiro<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Rahi K\u014dnae Iti<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tautoko P\u016btirotiro Tukutuku<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Ka taea te tauine me te kore ngaro<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Whakataurite H\u014dputu Ataata<\/h3>\n            <p class=\"format-section-subtitle\">Te whakatairite i nga ahuatanga matua me nga kaha o nga whakatakotoranga ataata noa hei awhina i a koe ki te whiriwhiri i te whakatakotoranga tika mo to ihirangi ataata.<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u0100huahira<\/th>\n                            <th>MP4<\/th>\n                            <th>MKV<\/th>\n                            <th>AVI<\/th>\n                            <th>MOV<\/th>\n                            <th>TukutukuM<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Tukutuku Hototahi<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Riu Ororongo Maha<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tautoko Taitararoto<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tautoko Upoko<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tautoko P\u016brere Wh\u0101nui<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Whakatuwhera H\u014dputu<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Rere-Friendly<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Format Selection Guide Section -->\n    <section id=\"guide\" class=\"guide-section\">\n        <h2 class=\"section-title\">Me pehea te whiriwhiri i te whakatakotoranga konae tika<\/h2>\n        \n        <div class=\"guide-container\">\n            <p class=\"format-section-subtitle\">Ko te kowhiri i te whakatakotoranga konae e tika ana he mea nui hei whakarite i te hototahitanga, te kounga me te pai. A pee i tenei aratohu taahiraa-i-te-taahiraa ki te whiriwhiri tika mo o hiahia motuhake.<\/p>\n            \n            <div class=\"steps-container\">\n                <div class=\"step-card\">\n                    <div class=\"step-number\">1<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Tautuhia to Puhi Whakamahi Tuatahi<\/h3>\n                        <p class=\"step-text\">Me timata ma te whakatau i te kaupapa matua o to konae. Kei te hanga ihirangi koe mo te paetukutuku, te tuhi, te whakatika ngaio, te whakapuranga, te tiri ranei? He rereke nga whakaritenga whakatakotoranga o nga keehi whakamahi rereke. Mo te ihirangi tukutuku, whakarite i nga whakatakotoranga me te tautoko tirotiro whanui me te rahi o nga konae. Mo te ta, whiriwhiria nga whakatakotoranga e pupuri ana i te taumira teitei me te tika o te tae. Mo te whakatika ngaio, tohua nga whakatakotoranga e pupuri ana i te kounga me te tautoko i nga ahuatanga e hiahiatia ana e koe.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">2<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Whakaarohia nga Whakaritenga Kounga<\/h3>\n                        <p class=\"step-text\">Arom\u0101taihia te hiranga o te kounga mo to take whakamahi motuhake. Mena ka hiahia koe ki te kounga teitei kaore he ngaronga raraunga, whiriwhiria nga whakatakotoranga korekore penei i te PNG mo nga whakaahua, FLAC mo te ororongo, ProRes ranei mo te ataata. Mena he mea nui ake te rahi o te konae me te pai te ngaronga o te kounga, ka pai ake pea nga whakatakotoranga kopeke penei JPEG, MP3, MP4 ranei. Kia mahara he rereke nga hiahia o te kounga i runga i te momo ihirangi\u2014ka whai hua nga whakaahua mai i nga whakatakotoranga rereke i te toi raina, tuhinga ranei.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">3<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Aromatawai Hiahia Hototahitanga<\/h3>\n                        <p class=\"step-text\">Whakatauhia ko nga punaha, tono, taputapu ranei ka uru ki o konae. Mena he mea nui te hototahitanga whanui, whiriwhiria nga whakatakotoranga whanui me te tautoko whanui puta noa i nga papaaho me nga tono. Mo nga rerengamahi motuhake ake, ka hiahia pea koe ki te whakamahi i nga whakatakotoranga paerewa-ahumahi ahakoa he iti te tautoko whanui. Whakam\u0101tauria i ng\u0101 w\u0101 katoa t\u014d whakatakotoranga i k\u014dwhiria i runga i ng\u0101 p\u016bnaha i wh\u0101ia i mua i te mahi ki te hurihanga nui-nui, ki te mahi hangahanga ranei.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">4<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Arom\u0101taihia nga Whakaritenga Whakaaturanga<\/h3>\n                        <p class=\"step-text\">Tautuhia nga ahuatanga motuhake e hiahia ana koe ki to whakatakotoranga konae. Kei te hiahia tautoko koe mo nga paparanga, te marama, te pakiwaituhi ranei? Kei te hiahia koe kia maha nga riipene ororongo, hauraro ranei? Kei te rapu koe mo te whakatika ngawari, nga ahuatanga haumarutanga penei i te whakamunatanga, i nga waitohu mamati ranei? Hangaia he rarangi o nga waahanga me whai hei whakawh\u0101iti i o whiringa whakatakotoranga. Ko nga whakatakotoranga rereke i roto i te waahanga kotahi ka tautoko i nga huinga ahuatanga rereke.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">5<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Whakaarohia nga Rahi K\u014dnae<\/h3>\n                        <p class=\"step-text\">Aromatawai i nga herenga mo te rahi o te konae mo to keehi whakamahi. Mena kei te tohatoha koe i nga konae ki runga ipurangi, te tukuake ki nga papaaho motuhake, kei te penapena raraunga nui ranei, ka noho nui te rahi o te konae. He maha nga momo whakatakotoranga ka tuku i nga momo tikanga whakakope, mai i te kopeke korekore e pupuri ana i nga raraunga katoa ki te kopeke ngaro e whakaiti ana i te rahi o nga konae ma te whakakore i etahi korero. Ko te rapu i te toenga tika i waenga i te kounga me te rahi he mea matua ki te whiriwhiri i te whakatakotoranga tino pai.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">6<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">Whakaarohia nga hiahia mo te heke mai<\/h3>\n                        <p class=\"step-text\">Whakaarohia mehemea me uru to whiringa whakatakotoranga ki te whakatika, te hurihanga, te whakapuranga ranei. Mo nga konae puna ka whakatika ano, whiriwhiria nga whakatakotoranga e pupuri ana i te kounga me te ngawari. Mo nga kaupapa puranga, tohua nga whakatakotoranga me te roa me te tautoko whanui. I etahi wa ko te pupuri i nga putanga maha\u2014he konae matua kei roto i te whakatakotoranga o te kounga teitei me nga p\u00e4r\u00f6naki i roto i nga whakatakotoranga ngawari ake\u2014koinei te huarahi pai mo te whakataurite i nga hiahia o naianei me nga mea kei te heke mai.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- FAQ Section -->\n    <section class=\"faq-section\">\n        <h2 class=\"section-title\">Nga Patapatai Auau mo nga Whakah\u014dputu K\u014dnae<\/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 rerek\u0113tanga i waenga i te k\u014dpeketanga ngaro me te korekore?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Ka whakaitihia te rahi o te konae i te wa e pupuri ana i nga raraunga taketake katoa. Ina wetewetehia, he rite tonu te konae ki te taketake i mua i te paheketanga. Ko etahi tauira ko te PNG mo nga whakaahua, FLAC mo te ororongo, me te ZIP mo nga konae whanui. Ka tangohia tonutia e te kopeketanga ngaro etahi raraunga kia iti ake te rahi o nga konae. Ko te tohu o te mate o te kounga ka whakawhirinaki ki te taumata whakakopeke. Ko etahi tauira ko JPEG mo nga whakaahua, MP3 mo te ororongo, me te MP4 me te H.264 mo te ataata. He iti ake te ahua o nga whakatakotoranga ngaro engari he pai rawa atu, engari ko nga whakatakotoranga korekore ka pupuri i te kounga engari ka nui ake nga konae.<\/p>\n                <\/div>\n            <\/div>\n            \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 taku k\u014dnae karekau e tuwhera ki tetahi tono?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Kare pea nga konae e tuwhera ki etahi tono mo etahi take: kaore pea te tono e tautoko i taua whakatakotoranga konae; kua kino, kua kore ranei te konae; kei te whakamahi te konae i tetahi putanga hou ake o te whakatakotoranga i ta te tono tautoko; karekau pea te toronga konae e rite ki te whakatakotoranga tuuturu o te konae. Hei whakatau i tenei take, ngana ki te whakamahi i tetahi taputapu whakawhiti konae hei huri ki te whakatakotoranga hototahi, whakahou i to tono ki te putanga hou, ka whakamahi ranei i tetahi atu tono e tautoko ana i te whakatakotoranga. Mo nga whakatakotoranga rangatira, ka hiahia pea koe ki te rorohiko motuhake mai i te kaiwhakawhanake o te whakatakotoranga.<\/p>\n                <\/div>\n            <\/div>\n            \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 whakatakotoranga konae me whakamahi mo te whakapuranga mo te wa roa?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Mo te whakapuranga mo te wa roa, whiriwhiria nga whakatakotoranga e tautokona nuitia ana, kua whakatauritea, me te kore e tawhitotia. Mo nga tuhinga, whakaarohia te PDF\/A, he putanga motuhake o te PDF i hangaia mo te puranga. Mo nga whakaahua, TIFF, DNG ranei (mo nga kino mamati) he pai nga whiringa. Mo te ororongo, ko te WAV, te FLAC ranei, ka kore e pai te kounga. Mo te ataata, whakaarohia nga ipu MKV me nga kot\u0113k\u0113 tautoko whanui me nga whakatakotoranga putunga-motuhake penei i te FFV1. Whakaritea i nga wa katoa nga whakatakotoranga tuwhera, kua tuhia ki runga ake i nga mea rangatira, me te whakaaro ki te hanga kape maha ki nga whakatakotoranga rereke mo nga raraunga whakahirahira. Heke i o puranga ki nga whakatakotoranga hou i te wa e whanake ana nga paerewa.<\/p>\n                <\/div>\n            <\/div>\n            \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 huri i waenga i nga momo momo konae?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Ka taea e koe te huri i waenga i nga whakatakotoranga konae ma te whakamahi i nga raupaparorohiko whakahuri motuhake, nga ratonga whakawhiti ipurangi, me nga waahanga whakauru i roto i nga momo tono. Mo nga whakatakotoranga tuhinga, ko Microsoft Office, LibreOffice, me Google Docs katoa e whakarato ana i nga whiringa kaweake ki nga whakatakotoranga rereke. Mo nga whakaahua, ko nga taputapu penei i te Adobe Photoshop, GIMP, me IrfanView e tuku ana i nga kaha whakawhiti. Mo te ororongo me te ataata, ko nga tono penei i te HandBrake, FFmpeg, me Audacity he whiringa kaha. He maha nga ratonga ipurangi koreutu kei te noho mo nga huringa ngawari, ahakoa kia tupato ki te tuku korero tairongo. I te wa e huri ana, kia mohio kei te ngaro te kounga, te ngaro ranei o nga ahuatanga, ina koa ka huri mai i te whakatakotoranga kaha ake ki te ahua ngawari.<\/p>\n                <\/div>\n            <\/div>\n            \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 pirau ai nga konae me pehea e taea ai e au te aukati?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Ka puta te pirau o nga konae mo nga take maha tae atu ki te kati kore tika, te rahunga o nga taputapu, nga pepeke rorohiko, nga mate huaketo, nga whakawhitinga haukotia, te kino o te papap\u0101ho rokiroki. Hei aukati i te pirau o nga konae, whakamahia enei tikanga: whakamahia te &#8220;tango haumaru&#8221; i nga wa katoa mo nga puku o waho; kia whakahoutia to punaha whakahaere me nga tono; whakamahi p\u016bmanawa wheori; karohia te haukoti i nga mahi konae penei i te penapena, te kape ranei; whakatinana i te rautaki taapiri auau me nga kape maha; whakamahi taputapu manatoko konae hei tirotiro i te pono o nga raraunga; me whakaaro ki te whakamahi i nga punaha konae me te whakatika hapa i roto. Mena kei a koe nga konae hirahira, tirohia i nga wa katoa to raatau pono me te heke ki nga purongo rokiroki hou ia tau.<\/p>\n                <\/div>\n            <\/div>\n            \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 whakatakotoranga ipu me pehea te rereke mai i nga kot\u0113k\u0113?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>Ko nga whakatakotoranga ipu (penei i te MP4, MKV, AVI) he takai e pupuri ana i nga awa raraunga maha penei i te ataata, ororongo, hauraro, me te metadata i roto i te konae kotahi. Ka tautuhia me pehea te whakariterite o enei hu\u0101nga engari kaua e pehea te whakawaehere i nga ihirangi. Ko nga Codecs (p\u0113nei i te H.264, VP9, \u200b\u200bAAC, MP3) ko nga hangarau e whakawaehere ana me te wetewete i nga rerenga raraunga ororongo, ataata ataata ranei, e whakatau ana i te tikanga me te kounga. Ka taea e te whakatakotoranga ipu kotahi te tautoko i nga kot\u0113k\u0113 rerek\u0113 maha, \u0101, ka taea te whakamahi i taua k\u014dt\u0113ke ki ng\u0101 momo ipu rerek\u0113. Ma te mohio ki tenei wehewehenga ka awhina koe ki te rapu raruraru hototahi, na te mea me tautoko te ipu me te kot\u0113k\u0113 e to taputapu purei, rorohiko ranei.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\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\">Tirotiro He Rauemi Whakah\u014dputu K\u014dnae An\u014d<\/h2>\n            <p class=\"cta-text\">Whakahonuhia to maaramatanga ki nga whakatakotoranga konae me o maatau kaiarahi matawh\u0101nui, taputapu hurihanga, me nga mohiotanga tohunga. Ahakoa he tohunga koe, he akonga, he tangata whakangawari ranei, he mea nui te kowhiri i te whakatakotoranga konae tika mo to ihirangi mamati.<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#categories\" class=\"btn btn-primary\">Tirotiro Ng\u0101 K\u0101wai Katoa<\/a>\n                <a href=\"#guide\" class=\"btn btn-secondary\">Aratohu Whiriwhiringa<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n","protected":false},"excerpt":{"rendered":"<p>Whakaotia te whakatakotoranga K\u014dnae Te Matatini Aratohu matawh\u0101nui ki nga whakatakotoranga konae katoa puta noa i nga waahanga rereke tae [&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-3603","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 whakatakotoranga K\u014dnae Te Matatini Aratohu matawh\u0101nui ki nga whakatakotoranga konae katoa puta noa i nga waahanga rereke tae [&hellip;]","_links":{"self":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/3603","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=3603"}],"version-history":[{"count":0,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/3603\/revisions"}],"wp:attachment":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/media?parent=3603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}