@jjlmoya/utils-audiovisual 1.18.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,205 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+ import type { VideoMergerUI, VideoMergerLocaleContent } from '../index';
4
+
5
+ const slug = 'fusionner-videos-en-ligne';
6
+ const title = 'Fusionner des vidéos en ligne : Joignez plusieurs vidéos gratuitement et rapidement';
7
+ const description = 'Fusionnez et concaténez plusieurs vidéos en une seule, gratuitement, en ligne et localement. Sans filigrane, sans téléchargement, 100% privé dans votre navigateur.';
8
+
9
+ const ui: VideoMergerUI = {
10
+ uploadTitle: "Téléchargez vos fichiers vidéo",
11
+ uploadFormats: "Glissez-déposez plusieurs vidéos ou cliquez pour les sélectionner",
12
+ privacyNote: "Vos vidéos sont traitées 100% localement. Rien n'est téléchargé sur Internet.",
13
+ addMoreBtn: "Ajouter d'autres vidéos",
14
+ mergeBtn: "Fusionner les vidéos maintenant",
15
+ mergingStatus: "Fusion des vidéos en cours...",
16
+ downloadBtn: "Télécharger la vidéo fusionnée",
17
+ resetBtn: "Recommencer",
18
+ emptyList: "Glissez ou sélectionnez des vidéos pour commencer à les fusionner.",
19
+ listTitle: "Ordre des vidéos à fusionner",
20
+ optionsTitle: "Paramètres de sortie",
21
+ optionResolution: "Résolution",
22
+ optionFps: "Images par seconde (FPS)",
23
+ optionsQualityNote: "La résolution finale sera ajustée en conservant le format d'origine avec des bandes noires (letterbox) si les vidéos ont des dimensions différentes.",
24
+ faqTitle: "Foire aux questions sur la fusion de vidéos",
25
+ bibliographyTitle: "Bibliographie & Références",
26
+ resolutionWarning: "Attention : Certaines vidéos ont des résolutions différentes et seront automatiquement adaptées."
27
+ };
28
+
29
+ const faq: VideoMergerLocaleContent['faq'] = [
30
+ {
31
+ question: "Est-il sûr de télécharger mes vidéos sur cet outil ?",
32
+ answer: "Oui, c'est totalement sûr. L'outil fonctionne 100% localement dans votre navigateur. Vos vidéos ne sont jamais transmises sur Internet ni enregistrées sur un serveur.",
33
+ },
34
+ {
35
+ question: "Que se passe-t-il si mes vidéos ont des dimensions différentes ?",
36
+ answer: "Notre outil met automatiquement à l'échelle les vidéos pour les adapter à la résolution de sortie choisie. Pour les proportions qui ne correspondent pas exactement, des marges noires (letterboxing) seront ajoutées pour préserver le format d'origine.",
37
+ },
38
+ {
39
+ question: "L'audio des vidéos est-il conservé lors de la fusion ?",
40
+ answer: "Oui. Les pistes audio de chaque vidéo sont capturées et mixées de manière séquentielle, en parfaite synchronisation avec chaque segment d'image.",
41
+ },
42
+ ];
43
+
44
+ const howTo: VideoMergerLocaleContent['howTo'] = [
45
+ {
46
+ name: "Sélectionnez ou glissez vos vidéos",
47
+ text: "Chargez tous les fichiers vidéo que vous souhaitez fusionner directement depuis votre ordinateur ou votre mobile.",
48
+ },
49
+ {
50
+ name: "Organisez l'ordre",
51
+ text: "Ordonnez les vidéos téléchargées à l'aide des boutons haut et bas de la liste pour décider de la séquence de lecture.",
52
+ },
53
+ {
54
+ name: "Ajustez les options",
55
+ text: "Choisissez la résolution de sortie et les images par seconde (FPS) de la vidéo fusionnée.",
56
+ },
57
+ {
58
+ name: "Fusionner et exporter",
59
+ text: "Appuyez sur le bouton de fusion. Attendez que le traitement en temps réel se termine et téléchargez le fichier résultant.",
60
+ },
61
+ ];
62
+
63
+ const seo: VideoMergerLocaleContent['seo'] = [
64
+ {
65
+ type: 'summary',
66
+ title: 'Fusion professionnelle de vidéos 100% locale',
67
+ items: [
68
+ 'Traitement en temps réel directement dans votre navigateur',
69
+ 'Prend en charge plusieurs vidéos de tailles et de formats différents (MP4, WEBM, MOV)',
70
+ 'Résolution de sortie sélectionnable (720p, 1080p, 2K, 4K)',
71
+ 'Pistes audio combinées de manière parfaitement séquentielle'
72
+ ]
73
+ },
74
+ { type: 'title', text: 'Fusionner des vidéos en ligne gratuitement : Simplicité et confidentialité sans limites', level: 2 },
75
+ { type: 'paragraph', html: 'Vous vous demandez <strong>comment fusionner deux vidéos en une seule</strong> sans complications ? Vous n\'avez plus besoin de télécharger des logiciels lourds ou des applications payantes. Notre outil pour <strong>fusionner des vidéos en ligne gratuitement</strong> vous permet de concaténer et de joindre tous les clips dont vous avez besoin en quelques secondes. En fonctionnant 100% localement, vous n\'avez pas besoin de télécharger vos fichiers sur un serveur, ce qui garantit une confidentialité absolue et vous permet de <strong>fusionner des vidéos lourdes</strong> sans temps d\'attente de téléchargement.' },
76
+
77
+ { type: 'title', text: 'Joindre des vidéos sans filigrane', level: 3 },
78
+ { type: 'paragraph', html: 'L\'un des plus grands inconvénients des autres applications est qu\'elles gâchent votre contenu. Avec nous, vous pouvez <strong>joindre des vidéos en ligne sans filigrane</strong>. Le fichier que vous téléchargez sera exactement votre création, propre, professionnelle et prête à être partagée sur YouTube, Instagram, TikTok ou pour un usage personnel.' },
79
+
80
+ { type: 'stats', items: [
81
+ { value: '100%', label: 'Privé et Local', icon: 'mdi:shield-check' },
82
+ { value: '0MB', label: 'Aucune donnée de téléchargement', icon: 'mdi:upload-off' },
83
+ { value: '4K', label: 'Résolution maximale', icon: 'mdi:video-high-definition' }
84
+ ], columns: 3 },
85
+
86
+ { type: 'title', text: 'Cas d\'utilisation courants pour la fusion de vidéos', level: 3 },
87
+ { type: 'comparative', items: [
88
+ {
89
+ title: 'Réseaux Sociaux',
90
+ description: 'Fusion rapide de stories, TikToks ou reels en une seule vidéo',
91
+ icon: 'mdi:instagram',
92
+ points: [
93
+ 'Joindre de petits clips enregistrés avec le mobile',
94
+ 'Préparer du contenu séquentiel pour Instagram ou YouTube',
95
+ 'Fusion sans filigranes gênants'
96
+ ]
97
+ },
98
+ {
99
+ title: 'Présentations',
100
+ description: 'Joindre des introductions et des enregistrements de démonstration',
101
+ icon: 'mdi:presentation',
102
+ points: [
103
+ 'Fusionner une intro animée avec le corps de la présentation',
104
+ 'Joindre de courtes démos de logiciels',
105
+ 'Exportation propre au format standard MP4/WEBM'
106
+ ],
107
+ highlight: true
108
+ },
109
+ {
110
+ title: 'Compilations familiales',
111
+ description: 'Fusionner plusieurs vidéos de vacances ou de célébrations',
112
+ icon: 'mdi:home-heart',
113
+ points: [
114
+ 'Créer une seule vidéo avec tous les moments de la fête',
115
+ 'Regrouper les souvenirs de voyage chronologiquement',
116
+ 'Facile à partager en un seul fichier'
117
+ ]
118
+ },
119
+ {
120
+ title: 'Vidéos éducatives',
121
+ description: 'Concaténer de courts chapitres ou leçons',
122
+ icon: 'mdi:school',
123
+ points: [
124
+ 'Regrouper de petits tutoriels indépendants',
125
+ 'Ajouter un clip de clôture à vos leçons',
126
+ 'Structurer votre cours de manière professionnelle'
127
+ ]
128
+ }
129
+ ], columns: 2 },
130
+
131
+ { type: 'title', text: 'La meilleure application pour fusionner des vidéos depuis le navigateur', level: 2 },
132
+ { type: 'paragraph', html: 'Ce n\'est pas juste une autre page web ; c\'est une véritable <strong>application pour fusionner des vidéos</strong> qui fonctionne directement depuis votre navigateur grâce aux API vidéo modernes HTML5. Vous pouvez <strong>fusionner des vidéos MP4</strong>, WEBM et plus encore, en mélangeant les résolutions (notre système applique un letterboxing automatique si les dimensions varient) et en choisissant les images par seconde (FPS) de votre exportation finale.' },
133
+
134
+ { type: 'title', text: 'Comparaison des approches de fusion', level: 3 },
135
+ { type: 'table', headers: ['Caractéristiques', 'Notre outil local', 'Convertisseurs en ligne classiques', 'Éditeurs professionnels'], rows: [
136
+ ['Confidentialité', 'Totale (Traitement sur votre appareil)', 'Faible (Nécessite le téléchargement de fichiers)', 'Totale (Installé sur votre appareil)'],
137
+ ['Consommation réseau', 'Zéro (Pas de téléchargement de gigaoctets)', 'Très élevée (Téléchargement de fichiers)', 'Zéro'],
138
+ ['Filigrane', 'NON (100% propre)', 'Oui (Dans les versions gratuites)', 'NON (Si vous achetez la licence)'],
139
+ ['Prix', '100% Gratuit', 'Gratuit avec limites ou abonnement', 'Généralement coûteux'],
140
+ ['Courbe d\'apprentissage', 'Très faible (Glisser, ordonner et fusionner)', 'Faible', 'Très élevée (Nécessite une formation technique)']
141
+ ] },
142
+
143
+ { type: 'proscons', items: [
144
+ {
145
+ pro: 'Confidentialité garantie : Sécurité maximale car aucun fichier ne quitte votre appareil',
146
+ con: 'La vitesse de fusion de vidéos lourdes dépend de la RAM et du processeur de votre ordinateur local'
147
+ },
148
+ {
149
+ pro: 'Résultats professionnels : 100% gratuit, sans inscription et sans filigrane',
150
+ con: 'Lors de la fusion de vidéos aux dimensions disparates (vertical vs horizontal), des marges noires seront appliquées'
151
+ },
152
+ {
153
+ pro: 'Polyvalence : Exportation rapide avec encodage efficace optimisé pour le web et les réseaux sociaux',
154
+ con: 'Ne permet pas d\'ajouter des transitions complexes (fondus 3D) ou des effets visuels cinématographiques'
155
+ }
156
+ ], title: 'Avantages et considérations' },
157
+
158
+ { type: 'title', text: 'Commencez à fusionner vos vidéos dès aujourd\'hui', level: 2 },
159
+ { type: 'paragraph', html: 'Il n\'y a plus d\'excuses pour avoir des centaines de fragments vidéo désorganisés. Téléchargez vos fichiers, placez-les dans l\'ordre souhaité et appuyez sur le bouton. Découvrez le moyen le plus rapide, le plus sûr et le plus privé de <strong>fusionner des vidéos en ligne</strong>.' }
160
+ ];
161
+
162
+ const faqSchema: WithContext<FAQPage> = {
163
+ '@context': 'https://schema.org',
164
+ '@type': 'FAQPage',
165
+ mainEntity: faq.map((item) => ({
166
+ '@type': 'Question',
167
+ name: item.question,
168
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
169
+ })),
170
+ };
171
+
172
+ const howToSchema: WithContext<HowTo> = {
173
+ '@context': 'https://schema.org',
174
+ '@type': 'HowTo',
175
+ name: title,
176
+ description,
177
+ step: howTo.map((step) => ({
178
+ '@type': 'HowToStep',
179
+ name: step.name,
180
+ text: step.text,
181
+ })),
182
+ };
183
+
184
+ const appSchema: WithContext<SoftwareApplication> = {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'SoftwareApplication',
187
+ name: title,
188
+ description,
189
+ applicationCategory: 'UtilitiesApplication',
190
+ operatingSystem: 'Web',
191
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
192
+ inLanguage: 'fr',
193
+ };
194
+
195
+ export const content: VideoMergerLocaleContent = {
196
+ slug,
197
+ title,
198
+ description,
199
+ ui,
200
+ seo,
201
+ faq,
202
+ bibliography,
203
+ howTo,
204
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
205
+ };
@@ -0,0 +1,205 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+ import type { VideoMergerUI, VideoMergerLocaleContent } from '../index';
4
+
5
+ const slug = 'gabung-video-online';
6
+ const title = 'Gabung Video Online: Satukan banyak video dengan cepat dan gratis';
7
+ const description = 'Gabungkan dan satukan banyak video menjadi satu secara gratis, online, dan lokal. Tanpa watermark, tanpa unggah, 100% pribadi di browser Anda.';
8
+
9
+ const ui: VideoMergerUI = {
10
+ uploadTitle: "Unggah file video Anda",
11
+ uploadFormats: "Seret dan lepas beberapa video atau klik untuk memilihnya",
12
+ privacyNote: "Video Anda diproses 100% secara lokal. Tidak ada yang diunggah ke internet.",
13
+ addMoreBtn: "Tambah video lagi",
14
+ mergeBtn: "Gabungkan video sekarang",
15
+ mergingStatus: "Menggabungkan video...",
16
+ downloadBtn: "Unduh video gabungan",
17
+ resetBtn: "Mulai dari awal",
18
+ emptyList: "Seret atau pilih video untuk mulai menggabungkannya.",
19
+ listTitle: "Urutan video untuk digabungkan",
20
+ optionsTitle: "Pengaturan keluaran",
21
+ optionResolution: "Resolusi",
22
+ optionFps: "Bingkai per detik (FPS)",
23
+ optionsQualityNote: "Resolusi akhir akan disesuaikan dengan tetap menjaga rasio aspek asli menggunakan format letterbox jika video memiliki dimensi yang berbeda.",
24
+ faqTitle: "Pertanyaan yang Sering Diajukan tentang Penggabungan Video",
25
+ bibliographyTitle: "Bibliografi & Referensi",
26
+ resolutionWarning: "Peringatan: Beberapa video memiliki resolusi berbeda dan akan disesuaikan secara otomatis."
27
+ };
28
+
29
+ const faq: VideoMergerLocaleContent['faq'] = [
30
+ {
31
+ question: "Apakah aman mengunggah video saya ke alat ini?",
32
+ answer: "Ya, ini sepenuhnya aman. Alat ini bekerja 100% secara lokal di browser Anda. Video Anda tidak pernah dikirimkan melalui internet atau disimpan di server mana pun.",
33
+ },
34
+ {
35
+ question: "Apa yang terjadi jika video saya memiliki dimensi yang berbeda?",
36
+ answer: "Alat kami secara otomatis mengubah ukuran video agar sesuai dengan resolusi keluaran yang Anda pilih. Untuk proporsi yang tidak sama persis, margin hitam (letterboxing) akan ditambahkan untuk mempertahankan rasio aspek asli.",
37
+ },
38
+ {
39
+ question: "Apakah audio dari video dipertahankan saat digabungkan?",
40
+ answer: "Ya. Trek audio dari setiap video ditangkap dan digabungkan secara berurutan dalam sinkronisasi sempurna dengan setiap segmen gambar.",
41
+ },
42
+ ];
43
+
44
+ const howTo: VideoMergerLocaleContent['howTo'] = [
45
+ {
46
+ name: "Pilih atau seret video Anda",
47
+ text: "Muat semua file video yang ingin Anda gabungkan langsung dari komputer atau ponsel Anda.",
48
+ },
49
+ {
50
+ name: "Atur urutan",
51
+ text: "Urutkan video yang diunggah menggunakan tombol atas atau bawah dalam daftar untuk menentukan urutan pemutaran.",
52
+ },
53
+ {
54
+ name: "Sesuaikan opsi",
55
+ text: "Pilih resolusi keluaran dan bingkai per detik (FPS) dari video yang digabungkan.",
56
+ },
57
+ {
58
+ name: "Gabung dan ekspor",
59
+ text: "Tekan tombol gabung. Tunggu hingga pemrosesan waktu nyata selesai dan unduh file yang dihasilkan.",
60
+ },
61
+ ];
62
+
63
+ const seo: VideoMergerLocaleContent['seo'] = [
64
+ {
65
+ type: 'summary',
66
+ title: 'Penggabungan Video Profesional 100% Lokal',
67
+ items: [
68
+ 'Pemrosesan waktu nyata langsung di browser Anda',
69
+ 'Mendukung beberapa video dengan berbagai ukuran dan format (MP4, WEBM, MOV)',
70
+ 'Resolusi keluaran yang dapat dipilih (720p, 1080p, 2K, 4K)',
71
+ 'Trek audio digabungkan secara berurutan dengan sempurna'
72
+ ]
73
+ },
74
+ { type: 'title', text: 'Gabungkan Video Online Gratis: Kesederhanaan dan Privasi Tanpa Batas', level: 2 },
75
+ { type: 'paragraph', html: 'Bertanya-tanya <strong>bagaimana cara menggabungkan dua video menjadi satu</strong> tanpa kerumitan? Anda tidak perlu lagi mengunduh perangkat lunak berat atau aplikasi berbayar. Alat kami untuk <strong>menggabungkan video online secara gratis</strong> memungkinkan Anda menyambung dan menggabungkan semua klip yang Anda perlukan dalam hitungan detik. Dengan bekerja 100% secara lokal, Anda tidak perlu mengunggah file ke server mana pun, menjamin privasi mutlak dan memungkinkan Anda <strong>menggabungkan video berukuran besar</strong> tanpa waktu tunggu untuk mengunggah.' },
76
+
77
+ { type: 'title', text: 'Gabung Video Tanpa Watermark', level: 3 },
78
+ { type: 'paragraph', html: 'Salah satu kelemahan terbesar dari aplikasi lain adalah mereka mengacaukan konten Anda. Bersama kami, Anda dapat <strong>menggabungkan video online tanpa watermark</strong>. File yang Anda unduh akan menjadi kreasi Anda sepenuhnya, bersih, profesional, dan siap dibagikan di YouTube, Instagram, TikTok, atau untuk penggunaan pribadi.' },
79
+
80
+ { type: 'stats', items: [
81
+ { value: '100%', label: 'Pribadi dan Lokal', icon: 'mdi:shield-check' },
82
+ { value: '0MB', label: 'Tanpa Data Unggahan', icon: 'mdi:upload-off' },
83
+ { value: '4K', label: 'Resolusi Maksimal', icon: 'mdi:video-high-definition' }
84
+ ], columns: 3 },
85
+
86
+ { type: 'title', text: 'Kasus Penggunaan Umum untuk Menggabungkan Video', level: 3 },
87
+ { type: 'comparative', items: [
88
+ {
89
+ title: 'Media Sosial',
90
+ description: 'Penggabungan cepat stories, TikTok, atau reel menjadi satu video',
91
+ icon: 'mdi:instagram',
92
+ points: [
93
+ 'Gabungkan klip kecil yang direkam dengan ponsel Anda',
94
+ 'Siapkan konten berurutan untuk Instagram atau YouTube',
95
+ 'Penggabungan tanpa watermark yang mengganggu'
96
+ ]
97
+ },
98
+ {
99
+ title: 'Presentasi',
100
+ description: 'Gabungkan perkenalan dan rekaman demo menjadi satu file',
101
+ icon: 'mdi:presentation',
102
+ points: [
103
+ 'Gabungkan intro animasi dengan badan presentasi',
104
+ 'Gabungkan demo perangkat lunak pendek',
105
+ 'Ekspor bersih dalam format standar MP4/WEBM'
106
+ ],
107
+ highlight: true
108
+ },
109
+ {
110
+ title: 'Kompilasi Keluarga',
111
+ description: 'Gabungkan beberapa video dari liburan atau perayaan Anda',
112
+ icon: 'mdi:home-heart',
113
+ points: [
114
+ 'Buat satu video dengan semua momen pesta',
115
+ 'Kelompokkan kenangan perjalanan secara kronologis',
116
+ 'Mudah dibagikan karena berada dalam satu file'
117
+ ]
118
+ },
119
+ {
120
+ title: 'Video Edukasi',
121
+ description: 'Sambung bab pelatihan atau pelajaran singkat',
122
+ icon: 'mdi:school',
123
+ points: [
124
+ 'Kelompokkan tutorial kecil yang independen',
125
+ 'Tambahkan klip penutup ke pelajaran Anda',
126
+ 'Susun kursus Anda secara profesional'
127
+ ]
128
+ }
129
+ ], columns: 2 },
130
+
131
+ { type: 'title', text: 'Aplikasi Terbaik untuk Menggabungkan Video dari Browser', level: 2 },
132
+ { type: 'paragraph', html: 'Ini bukan sekadar halaman web biasa; ini adalah <strong>aplikasi sejati untuk menggabungkan video</strong> yang beroperasi langsung dari browser Anda berkat API video HTML5 modern. Anda dapat <strong>menggabungkan video MP4</strong>, WEBM, dan lainnya, mencampur resolusi (sistem kami menerapkan letterboxing secara otomatis jika dimensi bervariasi) dan memilih bingkai per detik (FPS) dari ekspor akhir Anda.' },
133
+
134
+ { type: 'title', text: 'Perbandingan Pendekatan Penggabungan', level: 3 },
135
+ { type: 'table', headers: ['Fitur', 'Alat Lokal Kami', 'Konverter Online Klasik', 'Editor Profesional'], rows: [
136
+ ['Privasi', 'Total (Diproses di perangkat Anda)', 'Rendah (Harus mengunggah file ke server)', 'Total (Diinstal di perangkat Anda)'],
137
+ ['Konsumsi Jaringan', 'Nol (Tidak ada unggahan gigabyte)', 'Sangat tinggi (Unggah dan unduh)', 'Nol'],
138
+ ['Watermark', 'TIDAK (100% bersih)', 'Ya (Dalam versi gratis)', 'TIDAK (Jika Anda membeli lisensi)'],
139
+ ['Harga', '100% Gratis', 'Gratis dengan batasan atau langganan', 'Biasanya mahal'],
140
+ ['Kurva Pembelajaran', 'Sangat rendah (Seret, urutkan, dan gabung)', 'Rendah', 'Sangat tinggi (Membutuhkan pelatihan teknis)']
141
+ ] },
142
+
143
+ { type: 'proscons', items: [
144
+ {
145
+ pro: 'Privasi terjamin: Keamanan maksimum karena tidak ada file yang keluar dari perangkat Anda',
146
+ con: 'Kecepatan penggabungan video berukuran besar bergantung pada RAM dan prosesor komputer lokal Anda'
147
+ },
148
+ {
149
+ pro: 'Hasil profesional: 100% gratis, tanpa registrasi, dan tanpa watermark',
150
+ con: 'Saat menggabungkan video dengan dimensi berbeda (vertikal vs horizontal), margin hitam (letterboxing) akan diterapkan'
151
+ },
152
+ {
153
+ pro: 'Keserbagunaan: Ekspor cepat dengan pengkodean efisien yang dioptimalkan untuk penggunaan web dan media sosial',
154
+ con: 'Tidak memungkinkan penambahan transisi yang kompleks (fade 3D) atau efek visual sinematik di antara klip'
155
+ }
156
+ ], title: 'Keuntungan dan Pertimbangan' },
157
+
158
+ { type: 'title', text: 'Mulai Menggabungkan Video Anda Hari Ini', level: 2 },
159
+ { type: 'paragraph', html: 'Tidak ada lagi alasan untuk memiliki ratusan fragmen video yang tidak terorganisir. Unggah file Anda, letakkan dalam urutan yang diinginkan, dan tekan tombol. Temukan cara tercepat, teraman, dan paling pribadi untuk <strong>menggabungkan video secara online</strong>.' }
160
+ ];
161
+
162
+ const faqSchema: WithContext<FAQPage> = {
163
+ '@context': 'https://schema.org',
164
+ '@type': 'FAQPage',
165
+ mainEntity: faq.map((item) => ({
166
+ '@type': 'Question',
167
+ name: item.question,
168
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
169
+ })),
170
+ };
171
+
172
+ const howToSchema: WithContext<HowTo> = {
173
+ '@context': 'https://schema.org',
174
+ '@type': 'HowTo',
175
+ name: title,
176
+ description,
177
+ step: howTo.map((step) => ({
178
+ '@type': 'HowToStep',
179
+ name: step.name,
180
+ text: step.text,
181
+ })),
182
+ };
183
+
184
+ const appSchema: WithContext<SoftwareApplication> = {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'SoftwareApplication',
187
+ name: title,
188
+ description,
189
+ applicationCategory: 'UtilitiesApplication',
190
+ operatingSystem: 'Web',
191
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
192
+ inLanguage: 'id',
193
+ };
194
+
195
+ export const content: VideoMergerLocaleContent = {
196
+ slug,
197
+ title,
198
+ description,
199
+ ui,
200
+ seo,
201
+ faq,
202
+ bibliography,
203
+ howTo,
204
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
205
+ };
@@ -0,0 +1,205 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+ import type { VideoMergerUI, VideoMergerLocaleContent } from '../index';
4
+
5
+ const slug = 'unire-video-online';
6
+ const title = 'Unire Video Online: Unisci più video gratis e velocemente';
7
+ const description = 'Unisci e concatena più video in uno solo gratuitamente, online e localmente. Nessun watermark, nessun caricamento, 100% privato nel tuo browser.';
8
+
9
+ const ui: VideoMergerUI = {
10
+ uploadTitle: "Carica i tuoi file video",
11
+ uploadFormats: "Trascina più video o fai clic per selezionarli",
12
+ privacyNote: "I tuoi video vengono elaborati al 100% localmente. Nulla viene caricato su Internet.",
13
+ addMoreBtn: "Aggiungi altri video",
14
+ mergeBtn: "Unisci i video ora",
15
+ mergingStatus: "Unione dei video in corso...",
16
+ downloadBtn: "Scarica il video unito",
17
+ resetBtn: "Ricomincia",
18
+ emptyList: "Trascina o seleziona i video per iniziare a unirli.",
19
+ listTitle: "Ordine dei video da unire",
20
+ optionsTitle: "Impostazioni di output",
21
+ optionResolution: "Risoluzione",
22
+ optionFps: "Fotogrammi al secondo (FPS)",
23
+ optionsQualityNote: "La risoluzione finale verrà regolata mantenendo le proporzioni originali nel formato letterbox se i video hanno dimensioni diverse.",
24
+ faqTitle: "Domande frequenti sull'unione di video",
25
+ bibliographyTitle: "Bibliografia e Riferimenti",
26
+ resolutionWarning: "Attenzione: Alcuni video hanno risoluzioni diverse e verranno adattati automaticamente."
27
+ };
28
+
29
+ const faq: VideoMergerLocaleContent['faq'] = [
30
+ {
31
+ question: "È sicuro caricare i miei video in questo strumento?",
32
+ answer: "Sì, è completamente sicuro. Lo strumento funziona al 100% localmente nel tuo browser. I tuoi video non vengono mai trasmessi su Internet o salvati su alcun server.",
33
+ },
34
+ {
35
+ question: "Cosa succede se i miei video hanno dimensioni diverse?",
36
+ answer: "Il nostro strumento ridimensiona automaticamente i video per adattarli alla risoluzione di output scelta. Per le proporzioni che non corrispondono esattamente, verranno aggiunti margini neri (letterboxing) per preservare le proporzioni originali.",
37
+ },
38
+ {
39
+ question: "L'audio dei video viene preservato durante l'unione?",
40
+ answer: "Sì. Le tracce audio di ogni video vengono acquisite e mixate in sequenza in perfetta sincronizzazione con ogni segmento di immagine.",
41
+ },
42
+ ];
43
+
44
+ const howTo: VideoMergerLocaleContent['howTo'] = [
45
+ {
46
+ name: "Seleziona o trascina i tuoi video",
47
+ text: "Carica tutti i file video che desideri unire direttamente dal tuo computer o dispositivo mobile.",
48
+ },
49
+ {
50
+ name: "Organizza l'ordine",
51
+ text: "Ordina i video caricati utilizzando i pulsanti su e giù nell'elenco per decidere la sequenza di riproduzione.",
52
+ },
53
+ {
54
+ name: "Regola le opzioni",
55
+ text: "Scegli la risoluzione di output e i fotogrammi al secondo (FPS) del video unito.",
56
+ },
57
+ {
58
+ name: "Unisci ed esporta",
59
+ text: "Premi il pulsante unisci. Attendi il completamento dell'elaborazione in tempo reale e scarica il file risultante.",
60
+ },
61
+ ];
62
+
63
+ const seo: VideoMergerLocaleContent['seo'] = [
64
+ {
65
+ type: 'summary',
66
+ title: 'Unione professionale di video 100% locale',
67
+ items: [
68
+ 'Elaborazione in tempo reale direttamente nel tuo browser',
69
+ 'Supporta più video di dimensioni e formati diversi (MP4, WEBM, MOV)',
70
+ 'Risoluzione di output selezionabile (720p, 1080p, 2K, 4K)',
71
+ 'Tracce audio combinate in modo perfettamente sequenziale'
72
+ ]
73
+ },
74
+ { type: 'title', text: 'Unire video online gratis: Semplicità e privacy senza limiti', level: 2 },
75
+ { type: 'paragraph', html: 'Ti chiedi <strong>come unire due video in uno solo</strong> senza complicazioni? Non è più necessario scaricare software pesanti o applicazioni a pagamento. Il nostro strumento per <strong>unire video online gratis</strong> ti consente di concatenare e unire tutti i clip di cui hai bisogno in pochi secondi. Funzionando al 100% localmente, non devi caricare i tuoi file su alcun server, garantendo assoluta privacy e permettendoti di <strong>unire video pesanti</strong> senza tempi di attesa per il caricamento.' },
76
+
77
+ { type: 'title', text: 'Unire video senza watermark', level: 3 },
78
+ { type: 'paragraph', html: 'Uno dei maggiori svantaggi di altre applicazioni è che rovinano i tuoi contenuti. Con noi, puoi <strong>unire video online senza watermark</strong>. Il file che scaricherai sarà esattamente la tua creazione, pulita, professionale e pronta da condividere su YouTube, Instagram, TikTok o per uso personale.' },
79
+
80
+ { type: 'stats', items: [
81
+ { value: '100%', label: 'Privato e Locale', icon: 'mdi:shield-check' },
82
+ { value: '0MB', label: 'Nessun dato di caricamento', icon: 'mdi:upload-off' },
83
+ { value: '4K', label: 'Risoluzione massima', icon: 'mdi:video-high-definition' }
84
+ ], columns: 3 },
85
+
86
+ { type: 'title', text: 'Casi d\'uso comuni per l\'unione di video', level: 3 },
87
+ { type: 'comparative', items: [
88
+ {
89
+ title: 'Social Media',
90
+ description: 'Unione rapida di storie, TikTok o reel in un unico video',
91
+ icon: 'mdi:instagram',
92
+ points: [
93
+ 'Unisci piccoli clip registrati con il cellulare',
94
+ 'Prepara contenuti sequenziali per Instagram o YouTube',
95
+ 'Unione senza fastidiosi watermark'
96
+ ]
97
+ },
98
+ {
99
+ title: 'Presentazioni',
100
+ description: 'Unisci introduzioni e registrazioni dimostrative',
101
+ icon: 'mdi:presentation',
102
+ points: [
103
+ 'Unisci un\'introduzione animata al corpo della presentazione',
104
+ 'Unisci brevi demo software',
105
+ 'Esportazione pulita in formato standard MP4/WEBM'
106
+ ],
107
+ highlight: true
108
+ },
109
+ {
110
+ title: 'Compilation familiari',
111
+ description: 'Unisci più video delle tue vacanze o feste',
112
+ icon: 'mdi:home-heart',
113
+ points: [
114
+ 'Crea un unico video con tutti i momenti della festa',
115
+ 'Raggruppa i ricordi di viaggio cronologicamente',
116
+ 'Facile da condividere in un unico file'
117
+ ]
118
+ },
119
+ {
120
+ title: 'Video educativi',
121
+ description: 'Concatena brevi capitoli di formazione o lezioni',
122
+ icon: 'mdi:school',
123
+ points: [
124
+ 'Raggruppa piccoli tutorial indipendenti',
125
+ 'Aggiungi un clip di chiusura alle tue lezioni',
126
+ 'Struttura il tuo corso in modo professionale'
127
+ ]
128
+ }
129
+ ], columns: 2 },
130
+
131
+ { type: 'title', text: 'La migliore app per unire video dal browser', level: 2 },
132
+ { type: 'paragraph', html: 'Questa non è solo un\'altra pagina web; è una vera e propria <strong>app per unire video</strong> che opera direttamente dal tuo browser grazie alle moderne API video HTML5. Puoi <strong>fusionare video MP4</strong>, WEBM e altro ancora, miscelando risoluzioni (il nostro sistema applica automaticamente il letterboxing se le dimensioni variano) e scegliendo i fotogrammi al secondo (FPS) della tua esportazione finale.' },
133
+
134
+ { type: 'title', text: 'Confronto degli approcci di unione', level: 3 },
135
+ { type: 'table', headers: ['Caratteristiche', 'Il nostro strumento locale', 'Convertitori online classici', 'Editor professionali'], rows: [
136
+ ['Privacy', 'Totale (Elaborato sul tuo dispositivo)', 'Bassa (Richiede il caricamento su server)', 'Totale (Installato sul tuo dispositivo)'],
137
+ ['Consumo di rete', 'Zero (Nessun caricamento di gigabyte)', 'Molto alto (Caricamento e download)', 'Zero'],
138
+ ['Watermark', 'NO (100% pulito)', 'Sì (Nelle versioni gratuite)', 'NO (Se acquisti la licenza)'],
139
+ ['Prezzo', '100% Gratis', 'Gratis con limiti o abbonamento', 'Di solito costosi'],
140
+ ['Curva di apprendimento', 'Molto bassa (Trascina, ordina e unisci)', 'Bassa', 'Molto alta (Richiede formazione)']
141
+ ] },
142
+
143
+ { type: 'proscons', items: [
144
+ {
145
+ pro: 'Privacy garantita: Massima sicurezza poiché nessun file lascia il tuo dispositivo',
146
+ con: 'La velocità di unione di video pesanti dipende dalla RAM e dal processore del tuo computer locale'
147
+ },
148
+ {
149
+ pro: 'Risultati professionali: 100% gratuito, senza registrazione e senza watermark',
150
+ con: 'Quando si uniscono video con dimensioni diverse (verticali vs orizzontali), verranno applicati margini neri'
151
+ },
152
+ {
153
+ pro: 'Versatilità: Esportazione rapida con codifica efficiente ottimizzata per web e social media',
154
+ con: 'Non consente di aggiungere transizioni complesse (dissolvenze 3D) o effetti visivi cinematografici'
155
+ }
156
+ ], title: 'Vantaggi e considerazioni' },
157
+
158
+ { type: 'title', text: 'Inizia a unire i tuoi video oggi', level: 2 },
159
+ { type: 'paragraph', html: 'Non ci sono più scuse per avere centinaia di frammenti video disorganizzati. Carica i tuoi file, posizionali nell\'ordine desiderato e premi il pulsante. Scopri il modo più veloce, sicuro e privato per <strong>unire video online</strong>.' }
160
+ ];
161
+
162
+ const faqSchema: WithContext<FAQPage> = {
163
+ '@context': 'https://schema.org',
164
+ '@type': 'FAQPage',
165
+ mainEntity: faq.map((item) => ({
166
+ '@type': 'Question',
167
+ name: item.question,
168
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
169
+ })),
170
+ };
171
+
172
+ const howToSchema: WithContext<HowTo> = {
173
+ '@context': 'https://schema.org',
174
+ '@type': 'HowTo',
175
+ name: title,
176
+ description,
177
+ step: howTo.map((step) => ({
178
+ '@type': 'HowToStep',
179
+ name: step.name,
180
+ text: step.text,
181
+ })),
182
+ };
183
+
184
+ const appSchema: WithContext<SoftwareApplication> = {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'SoftwareApplication',
187
+ name: title,
188
+ description,
189
+ applicationCategory: 'UtilitiesApplication',
190
+ operatingSystem: 'Web',
191
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
192
+ inLanguage: 'it',
193
+ };
194
+
195
+ export const content: VideoMergerLocaleContent = {
196
+ slug,
197
+ title,
198
+ description,
199
+ ui,
200
+ seo,
201
+ faq,
202
+ bibliography,
203
+ howTo,
204
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
205
+ };