@jjlmoya/utils-audiovisual 1.7.0 → 1.8.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.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +198 -0
- package/src/category/i18n/id.ts +198 -0
- package/src/category/i18n/it.ts +198 -0
- package/src/category/i18n/ja.ts +198 -0
- package/src/category/i18n/ko.ts +198 -0
- package/src/category/i18n/nl.ts +198 -0
- package/src/category/i18n/pl.ts +198 -0
- package/src/category/i18n/pt.ts +198 -0
- package/src/category/i18n/ru.ts +198 -0
- package/src/category/i18n/sv.ts +198 -0
- package/src/category/i18n/tr.ts +198 -0
- package/src/category/i18n/zh.ts +198 -0
- package/src/category/index.ts +31 -3
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tool/chromaticLens/i18n/de.ts +246 -0
- package/src/tool/chromaticLens/i18n/id.ts +246 -0
- package/src/tool/chromaticLens/i18n/it.ts +246 -0
- package/src/tool/chromaticLens/i18n/ja.ts +246 -0
- package/src/tool/chromaticLens/i18n/ko.ts +246 -0
- package/src/tool/chromaticLens/i18n/nl.ts +246 -0
- package/src/tool/chromaticLens/i18n/pl.ts +246 -0
- package/src/tool/chromaticLens/i18n/pt.ts +246 -0
- package/src/tool/chromaticLens/i18n/ru.ts +246 -0
- package/src/tool/chromaticLens/i18n/sv.ts +246 -0
- package/src/tool/chromaticLens/i18n/tr.ts +246 -0
- package/src/tool/chromaticLens/i18n/zh.ts +246 -0
- package/src/tool/chromaticLens/index.ts +15 -7
- package/src/tool/collageMaker/i18n/de.ts +233 -0
- package/src/tool/collageMaker/i18n/id.ts +233 -0
- package/src/tool/collageMaker/i18n/it.ts +233 -0
- package/src/tool/collageMaker/i18n/ja.ts +233 -0
- package/src/tool/collageMaker/i18n/ko.ts +233 -0
- package/src/tool/collageMaker/i18n/nl.ts +233 -0
- package/src/tool/collageMaker/i18n/pl.ts +233 -0
- package/src/tool/collageMaker/i18n/pt.ts +233 -0
- package/src/tool/collageMaker/i18n/ru.ts +233 -0
- package/src/tool/collageMaker/i18n/sv.ts +233 -0
- package/src/tool/collageMaker/i18n/tr.ts +233 -0
- package/src/tool/collageMaker/i18n/zh.ts +233 -0
- package/src/tool/collageMaker/index.ts +15 -6
- package/src/tool/exifCleaner/i18n/de.ts +277 -0
- package/src/tool/exifCleaner/i18n/fr.ts +1 -1
- package/src/tool/exifCleaner/i18n/id.ts +277 -0
- package/src/tool/exifCleaner/i18n/it.ts +277 -0
- package/src/tool/exifCleaner/i18n/ja.ts +277 -0
- package/src/tool/exifCleaner/i18n/ko.ts +277 -0
- package/src/tool/exifCleaner/i18n/nl.ts +277 -0
- package/src/tool/exifCleaner/i18n/pl.ts +277 -0
- package/src/tool/exifCleaner/i18n/pt.ts +277 -0
- package/src/tool/exifCleaner/i18n/ru.ts +277 -0
- package/src/tool/exifCleaner/i18n/sv.ts +277 -0
- package/src/tool/exifCleaner/i18n/tr.ts +277 -0
- package/src/tool/exifCleaner/i18n/zh.ts +277 -0
- package/src/tool/exifCleaner/index.ts +16 -8
- package/src/tool/imageCompressor/i18n/de.ts +242 -0
- package/src/tool/imageCompressor/i18n/en.ts +1 -1
- package/src/tool/imageCompressor/i18n/es.ts +1 -1
- package/src/tool/imageCompressor/i18n/id.ts +242 -0
- package/src/tool/imageCompressor/i18n/it.ts +242 -0
- package/src/tool/imageCompressor/i18n/ja.ts +242 -0
- package/src/tool/imageCompressor/i18n/ko.ts +242 -0
- package/src/tool/imageCompressor/i18n/nl.ts +242 -0
- package/src/tool/imageCompressor/i18n/pl.ts +242 -0
- package/src/tool/imageCompressor/i18n/pt.ts +242 -0
- package/src/tool/imageCompressor/i18n/ru.ts +242 -0
- package/src/tool/imageCompressor/i18n/sv.ts +242 -0
- package/src/tool/imageCompressor/i18n/tr.ts +242 -0
- package/src/tool/imageCompressor/i18n/zh.ts +244 -0
- package/src/tool/imageCompressor/index.ts +15 -7
- package/src/tool/printQualityCalculator/i18n/de.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/fr.ts +1 -1
- package/src/tool/printQualityCalculator/i18n/id.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/it.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ja.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ko.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/nl.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/pl.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/pt.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ru.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/sv.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/tr.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/zh.ts +261 -0
- package/src/tool/printQualityCalculator/index.ts +15 -7
- package/src/tool/privacyBlur/i18n/de.ts +238 -0
- package/src/tool/privacyBlur/i18n/id.ts +238 -0
- package/src/tool/privacyBlur/i18n/it.ts +238 -0
- package/src/tool/privacyBlur/i18n/ja.ts +238 -0
- package/src/tool/privacyBlur/i18n/ko.ts +238 -0
- package/src/tool/privacyBlur/i18n/nl.ts +238 -0
- package/src/tool/privacyBlur/i18n/pl.ts +238 -0
- package/src/tool/privacyBlur/i18n/pt.ts +238 -0
- package/src/tool/privacyBlur/i18n/ru.ts +238 -0
- package/src/tool/privacyBlur/i18n/sv.ts +238 -0
- package/src/tool/privacyBlur/i18n/tr.ts +238 -0
- package/src/tool/privacyBlur/i18n/zh.ts +238 -0
- package/src/tool/privacyBlur/index.ts +15 -7
- package/src/tool/subtitleSync/i18n/de.ts +241 -0
- package/src/tool/subtitleSync/i18n/fr.ts +5 -5
- package/src/tool/subtitleSync/i18n/id.ts +241 -0
- package/src/tool/subtitleSync/i18n/it.ts +241 -0
- package/src/tool/subtitleSync/i18n/ja.ts +241 -0
- package/src/tool/subtitleSync/i18n/ko.ts +241 -0
- package/src/tool/subtitleSync/i18n/nl.ts +241 -0
- package/src/tool/subtitleSync/i18n/pl.ts +241 -0
- package/src/tool/subtitleSync/i18n/pt.ts +241 -0
- package/src/tool/subtitleSync/i18n/ru.ts +241 -0
- package/src/tool/subtitleSync/i18n/sv.ts +241 -0
- package/src/tool/subtitleSync/i18n/tr.ts +241 -0
- package/src/tool/subtitleSync/i18n/zh.ts +241 -0
- package/src/tool/subtitleSync/index.ts +15 -7
- package/src/tool/timelapseCalculator/i18n/de.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/fr.ts +2 -2
- package/src/tool/timelapseCalculator/i18n/id.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/it.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ja.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ko.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/nl.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/pl.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/pt.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ru.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/sv.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/tr.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/zh.ts +169 -0
- package/src/tool/timelapseCalculator/index.ts +16 -8
- package/src/tool/tvDistance/i18n/de.ts +223 -0
- package/src/tool/tvDistance/i18n/id.ts +223 -0
- package/src/tool/tvDistance/i18n/it.ts +223 -0
- package/src/tool/tvDistance/i18n/ja.ts +223 -0
- package/src/tool/tvDistance/i18n/ko.ts +223 -0
- package/src/tool/tvDistance/i18n/nl.ts +223 -0
- package/src/tool/tvDistance/i18n/pl.ts +223 -0
- package/src/tool/tvDistance/i18n/pt.ts +223 -0
- package/src/tool/tvDistance/i18n/ru.ts +223 -0
- package/src/tool/tvDistance/i18n/sv.ts +223 -0
- package/src/tool/tvDistance/i18n/tr.ts +223 -0
- package/src/tool/tvDistance/i18n/zh.ts +223 -0
- package/src/tool/tvDistance/index.ts +15 -7
- package/src/tool/videoFrameExtractor/i18n/de.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/id.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/it.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ja.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ko.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/nl.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/pl.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/pt.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ru.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/sv.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/tr.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/zh.ts +235 -0
- package/src/tool/videoFrameExtractor/index.ts +16 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jjlmoya/utils-audiovisual",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@iconify-json/mdi": "^1.2.3",
|
|
40
|
+
"@jjlmoya/prompagate": "^1.1.0",
|
|
40
41
|
"@jjlmoya/utils-shared": "1.2.0",
|
|
41
42
|
"astro": "^6.1.2",
|
|
42
43
|
"astro-icon": "^1.1.0"
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'audiovisuell-fotografie',
|
|
5
|
+
title: 'Audiovisuelle und Fotografie Tools',
|
|
6
|
+
description: 'Professionelle Tools und Rechner für Filmemacher, Fotografen und Ersteller digitaler audiovisueller Inhalte.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Professionelle audiovisuelle Tools',
|
|
11
|
+
items: [
|
|
12
|
+
'Intelligente Rechner für Timelapses, Effekte und Komposition.',
|
|
13
|
+
'Privacy-Tools zum Bereinigen von EXIF-Metadaten.',
|
|
14
|
+
'Untertitelsynchronisierung und Timing-Bearbeitung.',
|
|
15
|
+
'Auflösungsanalyse, Druckqualität und optimaler Betrachtungsabstand.'
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
type: 'title',
|
|
20
|
+
text: 'Professionelle Toolbox für die audiovisuelle Produktion',
|
|
21
|
+
level: 2,
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: 'paragraph',
|
|
25
|
+
html: 'Unsere umfassende Suite von Dienstprogrammen löst die gängigsten technischen Herausforderungen in jeder Phase der audiovisuellen Produktion. Von präzisen Intervallberechnungen für cineastische Zeitraffer bis hin zum Datenschutz durch die Bereinigung von EXIF-Metadaten in Ihren Multimediadateien.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'stats',
|
|
29
|
+
items: [
|
|
30
|
+
{
|
|
31
|
+
value: '12+',
|
|
32
|
+
label: 'Spezialisierte Tools',
|
|
33
|
+
icon: 'mdi:cog'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
value: '100%',
|
|
37
|
+
label: 'Präzise Berechnungen',
|
|
38
|
+
icon: 'mdi:chart-line'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
value: '0%',
|
|
42
|
+
label: 'Daten auf Server gespeichert',
|
|
43
|
+
icon: 'mdi:shield-check'
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
columns: 3
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Tool Kategorien',
|
|
51
|
+
level: 3,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'comparative',
|
|
55
|
+
items: [
|
|
56
|
+
{
|
|
57
|
+
title: 'Timelapse und Cineastik',
|
|
58
|
+
description: 'Berechnen Sie Intervalle, Gesamtdauer und Bildraten für Ihre Filmaufnahmen.',
|
|
59
|
+
icon: 'mdi:film',
|
|
60
|
+
points: [
|
|
61
|
+
'Berechnung der benötigten Bilder',
|
|
62
|
+
'Dauer in Sekunden/Minuten',
|
|
63
|
+
'Variable Wiedergabegeschwindigkeit'
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: 'Datenschutz und Metadaten',
|
|
68
|
+
description: 'Schützen Sie Ihre Privatsphäre, indem Sie EXIF-Daten und sensible Metadaten aus Ihren Dateien entfernen.',
|
|
69
|
+
icon: 'mdi:lock',
|
|
70
|
+
points: [
|
|
71
|
+
'Analyse von EXIF-Daten',
|
|
72
|
+
'Bereinigung von Standort-Metadaten',
|
|
73
|
+
'Entfernung von Geräteinformationen'
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
title: 'Untertitel Bearbeitung',
|
|
78
|
+
description: 'Synchronisieren, justieren und bearbeiten Sie Untertitel mit Millisekunden-Präzision.',
|
|
79
|
+
icon: 'mdi:text',
|
|
80
|
+
points: [
|
|
81
|
+
'Echtzeit-Synchronisierung',
|
|
82
|
+
'Bearbeitung der Ein- und Ausgangszeiten',
|
|
83
|
+
'Globale Verzögerungsanpassung'
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
title: 'Bildanalyse',
|
|
88
|
+
description: 'Berechnen Sie technische Parameter für Auflösung, Druck und Betrachtungsabstand.',
|
|
89
|
+
icon: 'mdi:image',
|
|
90
|
+
points: [
|
|
91
|
+
'DPI- und Auflösungsberechnung',
|
|
92
|
+
'Empfohlener Betrachtungsabstand',
|
|
93
|
+
'Druckqualitätsanalyse'
|
|
94
|
+
],
|
|
95
|
+
highlight: true
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
columns: 2
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Warum unsere Tools?',
|
|
103
|
+
level: 3,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'proscons',
|
|
107
|
+
items: [
|
|
108
|
+
{
|
|
109
|
+
pro: '100% browserbasierte Verarbeitung – Ihre Daten werden niemals auf Server hochgeladen',
|
|
110
|
+
con: 'Erfordert einen modernen Browser mit JavaScript-Unterstützung'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
pro: 'Mathematische Präzision bei allen audiovisuellen Berechnungen',
|
|
114
|
+
con: 'Sehr spezifische Fälle können eine manuelle Validierung erfordern'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
pro: 'Intuitive Benutzeroberfläche für Branchenprofis',
|
|
118
|
+
con: 'Beste Erfahrung auf Desktop- oder Tablet-Bildschirmen'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
pro: 'Völlig kostenlose Tools ohne Nutzungseinschränkungen',
|
|
122
|
+
con: 'Kein dedizierter Premium-Support (Community verfügbar)'
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
proTitle: 'Vorteile',
|
|
126
|
+
conTitle: 'Zu beachten'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Schnellstart Anleitung',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'Wählen Sie das Tool aus, das Sie für Ihr Projekt benötigen',
|
|
137
|
+
'Geben Sie die technischen Parameter ein (Bilder, Auflösung, Zeiten usw.)',
|
|
138
|
+
'Erhalten Sie sofortige Berechnungen und präzise Ergebnisse',
|
|
139
|
+
'Exportieren oder wenden Sie die Ergebnisse auf Ihren Workflow an',
|
|
140
|
+
'Wiederholen Sie den Vorgang für mehrere Projekte ohne Limits'
|
|
141
|
+
],
|
|
142
|
+
icon: 'mdi:arrow-right'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
title: 'Pro Tipp',
|
|
147
|
+
html: 'Für die Arbeit mit mehreren Clips oder Sequenzen empfehlen wir, Ihre wichtigsten Parameter (Kameraauflösung, übliche Bildrate, Untertitelsprache) in einem Dokument zu speichern. So können Sie schnell darauf zugreifen, ohne jedes Mal neu rechnen zu müssen.'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'glossary',
|
|
151
|
+
items: [
|
|
152
|
+
{
|
|
153
|
+
term: 'EXIF',
|
|
154
|
+
definition: 'Dateiformat, das Metadaten in digitalen Bildern speichert (Datum, Kamera, GPS-Standort usw.). Es kann ein Datenschutzrisiko darstellen.'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
term: 'FPS (Bilder pro Sekunde)',
|
|
158
|
+
definition: 'Anzahl der pro Sekunde abgespielten Einzelbilder. Gängige Werte: 24 fps (Kino), 25 fps (PAL), 30 fps (NTSC), 60 fps (flüssiges Video).'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
term: 'DPI (Punkte pro Zoll)',
|
|
162
|
+
definition: 'Maß für die Auflösung im Druck. Höheres DPI = bessere Qualität. Für professionelle Fotografie wird ein Minimum von 300 DPI empfohlen.'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
term: 'Timelapse (Zeitraffer)',
|
|
166
|
+
definition: 'Kinematografische Technik, die die Zeit beschleunigt, indem sie Bilder in regelmäßigen Abständen aufnimmt, um einen Effekt schneller Bewegung zu erzeugen.'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
term: 'Untertitelsynchronisierung',
|
|
170
|
+
definition: 'Prozess der zeitlichen Abstimmung von Start- und Endzeit der Untertitel mit dem Audio und Video von Filmen oder Serien.'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
term: 'Metadaten',
|
|
174
|
+
definition: 'Versteckte Informationen in Mediendateien, die den Inhalt beschreiben (Autor, Erstellungsdatum, verwendetes Gerät, Standort usw.).'
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'diagnostic',
|
|
180
|
+
variant: 'info',
|
|
181
|
+
title: 'So wählen Sie das richtige Tool',
|
|
182
|
+
icon: 'mdi:help-circle',
|
|
183
|
+
badge: 'Auswahlhilfe',
|
|
184
|
+
html: '<strong>Erstellen Sie einen Zeitraffer?</strong> -> Nutzen Sie den Timelapse-Rechner.<br><strong>Müssen Sie Ihre Privatsphäre schützen?</strong> -> Metadaten-Bereinigungs-Tool.<br><strong>Arbeiten Sie mit Untertiteln?</strong> -> Untertitel-Sync und Editor.<br><strong>Müssen Sie ein Bild optimieren?</strong> -> Auflösungs- und Betrachtungsabstands-Rechner.'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'card',
|
|
188
|
+
title: 'Kernfunktionalität',
|
|
189
|
+
html: 'Alle unsere Tools funktionieren <strong>zu 100% lokal</strong> in Ihrem Browser. Das bedeutet maximalen Datenschutz, sofortige Geschwindigkeit und Offline-Zugriff (nach dem ersten Laden).'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'message',
|
|
193
|
+
title: 'Datenschutz',
|
|
194
|
+
ariaLabel: 'Informationen über Datenschutz und Datenspeicherung',
|
|
195
|
+
html: 'Wir speichern, verarbeiten oder teilen Ihre audiovisuellen Daten nicht. Alle Berechnungen und Metadaten-Bereinigungen erfolgen ausschließlich auf Ihrem Gerät. Sie haben die volle Kontrolle über Ihre Inhalte.'
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
};
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'audiovisual-fotografi',
|
|
5
|
+
title: 'Alat Audiovisual dan Fotografi',
|
|
6
|
+
description: 'Alat dan kalkulator profesional untuk pembuat film, fotografer, dan pembuat konten audiovisual digital.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Alat Audiovisual Profesional',
|
|
11
|
+
items: [
|
|
12
|
+
'Kalkulator pintar untuk timelapse, efek, dan komposisi.',
|
|
13
|
+
'Alat privasi untuk membersihkan metadata EXIF.',
|
|
14
|
+
'Sinkronisasi subtitel dan pengeditan timing.',
|
|
15
|
+
'Analisis resolusi, kualitas cetak, dan jarak pandang optimal.'
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
type: 'title',
|
|
20
|
+
text: 'Kotak Peralatan Profesional untuk Produksi Audiovisual',
|
|
21
|
+
level: 2,
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: 'paragraph',
|
|
25
|
+
html: 'Suite utilitas komprehensif kami menyelesaikan tantangan teknis yang paling umum di setiap tahap produksi audiovisual. Mulai dari perhitungan interval yang tepat untuk timelapse sinematik hingga perlindungan privasi melalui pembersihan metadata EXIF pada file multimedia Anda.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'stats',
|
|
29
|
+
items: [
|
|
30
|
+
{
|
|
31
|
+
value: '12+',
|
|
32
|
+
label: 'Alat khusus',
|
|
33
|
+
icon: 'mdi:cog'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
value: '100%',
|
|
37
|
+
label: 'Perhitungan tepat',
|
|
38
|
+
icon: 'mdi:chart-line'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
value: '0%',
|
|
42
|
+
label: 'Data disimpan di server',
|
|
43
|
+
icon: 'mdi:shield-check'
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
columns: 3
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Kategori Alat',
|
|
51
|
+
level: 3,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'comparative',
|
|
55
|
+
items: [
|
|
56
|
+
{
|
|
57
|
+
title: 'Timelapse dan Sinematik',
|
|
58
|
+
description: 'Hitung interval, durasi total, dan frame rate untuk bidikan sinematik Anda.',
|
|
59
|
+
icon: 'mdi:film',
|
|
60
|
+
points: [
|
|
61
|
+
'Perhitungan frame yang dibutuhkan',
|
|
62
|
+
'Durasi dalam detik/menit',
|
|
63
|
+
'Kecepatan pemutaran variabel'
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: 'Privasi dan Metadata',
|
|
68
|
+
description: 'Lindungi privasi Anda dengan menghapus data EXIF dan metadata sensitif dari file Anda.',
|
|
69
|
+
icon: 'mdi:lock',
|
|
70
|
+
points: [
|
|
71
|
+
'Analisis data EXIF',
|
|
72
|
+
'Pembersihan metadata lokasi',
|
|
73
|
+
'Penghapusan informasi perangkat'
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
title: 'Pengeditan Subtitel',
|
|
78
|
+
description: 'Sinkronkan, sesuaikan, dan edit subtitel dengan presisi milidetik.',
|
|
79
|
+
icon: 'mdi:text',
|
|
80
|
+
points: [
|
|
81
|
+
'Sinkronisasi real-time',
|
|
82
|
+
'Pengeditan waktu masuk/keluar',
|
|
83
|
+
'Penyesuaian delay global'
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
title: 'Analisis Gambar',
|
|
88
|
+
description: 'Hitung parameter teknis untuk resolusi, pencetakan, dan jarak pandang.',
|
|
89
|
+
icon: 'mdi:image',
|
|
90
|
+
points: [
|
|
91
|
+
'Perhitungan DPI dan resolusi',
|
|
92
|
+
'Jarak pandang yang disarankan',
|
|
93
|
+
'Analisis kualitas cetak'
|
|
94
|
+
],
|
|
95
|
+
highlight: true
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
columns: 2
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Mengapa Memilih Alat Kami',
|
|
103
|
+
level: 3,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'proscons',
|
|
107
|
+
items: [
|
|
108
|
+
{
|
|
109
|
+
pro: 'Pemrosesan berbasis browser 100% - data Anda tidak pernah diunggah ke server',
|
|
110
|
+
con: 'Memerlukan browser modern dengan dukungan JavaScript'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
pro: 'Presisi matematis dalam semua perhitungan audiovisual',
|
|
114
|
+
con: 'Kasus yang sangat spesifik mungkin memerlukan validasi manual'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
pro: 'Antarmuka intuitif yang dirancang untuk para profesional industri',
|
|
118
|
+
con: 'Pengalaman terbaik di layar desktop/tablet'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
pro: 'Alat gratis sepenuhnya tanpa batas penggunaan',
|
|
122
|
+
con: 'Tidak ada dukungan premium khusus (komunitas tersedia)'
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
proTitle: 'Keunggulan',
|
|
126
|
+
conTitle: 'Pertimbangan'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Panduan Memulai Cepat',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'Pilih alat yang Anda butuhkan berdasarkan jenis proyek Anda',
|
|
137
|
+
'Masukkan parameter teknis (frame, resolusi, waktu, dll.)',
|
|
138
|
+
'Dapatkan perhitungan instan dan hasil yang tepat',
|
|
139
|
+
'Ekspor atau terapkan hasil ke alur kerja Anda',
|
|
140
|
+
'Ulangi proses untuk beberapa proyek tanpa batas'
|
|
141
|
+
],
|
|
142
|
+
icon: 'mdi:arrow-right'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
title: 'Tips Pro',
|
|
147
|
+
html: 'Untuk mengerjakan beberapa klip atau urutan, kami sarankan untuk menyimpan parameter utama Anda (resolusi kamera, frame rate biasa, bahasa subtitel) dalam sebuah dokumen. Dengan cara ini Anda dapat mengaksesnya dengan cepat tanpa perlu menghitung ulang setiap saat.'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'glossary',
|
|
151
|
+
items: [
|
|
152
|
+
{
|
|
153
|
+
term: 'EXIF',
|
|
154
|
+
definition: 'Format file yang menyimpan metadata dalam gambar digital (tanggal, kamera, lokasi GPS, dll.). Ini bisa menjadi risiko privasi.'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
term: 'FPS (Frame Per Second)',
|
|
158
|
+
definition: 'Jumlah frame yang diputar setiap detik. Nilai umum: 24 fps (bioskop), 25 fps (PAL), 30 fps (NTSC), 60 fps (video mulus).'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
term: 'DPI (Dots Per Inch)',
|
|
162
|
+
definition: 'Ukuran resolusi dalam pencetakan. DPI yang lebih tinggi = kualitas yang lebih baik. Untuk fotografi profesional, disarankan minimal 300 DPI.'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
term: 'Timelapse',
|
|
166
|
+
definition: 'Teknik sinematografi yang mempercepat waktu dengan menangkap frame pada interval reguler untuk menciptakan efek gerak cepat.'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
term: 'Sinkronisasi Subtitel',
|
|
170
|
+
definition: 'Proses menyelaraskan waktu mulai/selesai subtitel dengan audio dan video film atau serial.'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
term: 'Metadata',
|
|
174
|
+
definition: 'Informasi tersembunyi dalam file media yang mendeskripsikan konten (penulis, tanggal pembuatan, perangkat yang digunakan, lokasi, dll.).'
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'diagnostic',
|
|
180
|
+
variant: 'info',
|
|
181
|
+
title: 'Cara Memilih Alat yang Tepat',
|
|
182
|
+
icon: 'mdi:help-circle',
|
|
183
|
+
badge: 'Panduan Pemilihan',
|
|
184
|
+
html: '<strong>Membuat timelapse?</strong> -> Gunakan kalkulator timelapse.<br><strong>Perlu melindungi privasi?</strong> -> Alat pembersihan metadata.<br><strong>Bekerja dengan subtitel?</strong> -> Sinkronisasi dan editor subtitel.<br><strong>Perlu mengoptimalkan gambar?</strong> -> Kalkulator resolusi dan jarak pandang.'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'card',
|
|
188
|
+
title: 'Fungsionalitas Utama',
|
|
189
|
+
html: 'Semua alat kami bekerja <strong>100% secara lokal</strong> di browser Anda. Ini berarti privasi maksimal, kecepatan instan, dan akses offline (setelah pemuatan awal).'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'message',
|
|
193
|
+
title: 'Perlindungan Privasi',
|
|
194
|
+
ariaLabel: 'Informasi tentang privasi dan penyimpanan data',
|
|
195
|
+
html: 'Kami tidak menyimpan, memproses, atau membagikan data audiovisual Anda. Semua perhitungan dan pembersihan metadata terjadi secara eksklusif di perangkat Anda. Anda memiliki kendali penuh atas konten Anda.'
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
};
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'audiovisivo-fotografia',
|
|
5
|
+
title: 'Strumenti Audiovisivi e Fotografici',
|
|
6
|
+
description: 'Strumenti professionali e calcolatori per registi, fotografi e creatori di contenuti audiovisivi digitali.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Strumenti Audiovisivi Professionali',
|
|
11
|
+
items: [
|
|
12
|
+
'Calcolatori intelligenti per timelapse, effetti e composizione.',
|
|
13
|
+
'Strumenti di privacy per pulire i metadati EXIF.',
|
|
14
|
+
'Sincronizzazione dei sottotitoli e modifica dei tempi.',
|
|
15
|
+
'Analisi della risoluzione, qualità di stampa e distanza di visione ottimale.'
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
type: 'title',
|
|
20
|
+
text: 'Toolbox Professionale per la Produzione Audiovisiva',
|
|
21
|
+
level: 2,
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: 'paragraph',
|
|
25
|
+
html: 'La nostra suite completa di utility risolve le sfide tecniche più comuni in ogni fase della produzione audiovisiva. Dai calcoli precisi degli intervalli per timelapse cinematografici alla protezione della privacy tramite la pulizia dei metadati EXIF nei file multimediali.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'stats',
|
|
29
|
+
items: [
|
|
30
|
+
{
|
|
31
|
+
value: '12+',
|
|
32
|
+
label: 'Strumenti specializzati',
|
|
33
|
+
icon: 'mdi:cog'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
value: '100%',
|
|
37
|
+
label: 'Calcoli precisi',
|
|
38
|
+
icon: 'mdi:chart-line'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
value: '0%',
|
|
42
|
+
label: 'Dati memorizzati sul server',
|
|
43
|
+
icon: 'mdi:shield-check'
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
columns: 3
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Categorie di Strumenti',
|
|
51
|
+
level: 3,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'comparative',
|
|
55
|
+
items: [
|
|
56
|
+
{
|
|
57
|
+
title: 'Timelapse e Cinematografica',
|
|
58
|
+
description: 'Calcola intervalli, durata totale e frame rate per i tuoi scatti cinematografici.',
|
|
59
|
+
icon: 'mdi:film',
|
|
60
|
+
points: [
|
|
61
|
+
'Calcolo dei fotogrammi necessari',
|
|
62
|
+
'Durata in secondi/minuti',
|
|
63
|
+
'Velocità di riproduzione variabile'
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: 'Privacy e Metadati',
|
|
68
|
+
description: 'Proteggi la tua privacy rimuovendo i dati EXIF e i metadati sensibili dai tuoi file.',
|
|
69
|
+
icon: 'mdi:lock',
|
|
70
|
+
points: [
|
|
71
|
+
'Analisi dei dati EXIF',
|
|
72
|
+
'Pulizia dei metadati di posizione',
|
|
73
|
+
'Rimozione delle informazioni sul dispositivo'
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
title: 'Modifica Sottotitoli',
|
|
78
|
+
description: 'Sincronizza, regola e modifica i sottotitoli con precisione al millisecondo.',
|
|
79
|
+
icon: 'mdi:text',
|
|
80
|
+
points: [
|
|
81
|
+
'Sincronizzazione in tempo reale',
|
|
82
|
+
'Modifica dei tempi di inizio/fine',
|
|
83
|
+
'Regolazione globale del ritardo'
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
title: 'Analisi Immagine',
|
|
88
|
+
description: 'Calcola i parametri tecnici per risoluzione, stampa e distanza di visione.',
|
|
89
|
+
icon: 'mdi:image',
|
|
90
|
+
points: [
|
|
91
|
+
'Calcolo DPI e risoluzione',
|
|
92
|
+
'Distanza di visione consigliata',
|
|
93
|
+
'Analisi della qualità di stampa'
|
|
94
|
+
],
|
|
95
|
+
highlight: true
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
columns: 2
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'title',
|
|
102
|
+
text: 'Perché scegliere i nostri strumenti',
|
|
103
|
+
level: 3,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'proscons',
|
|
107
|
+
items: [
|
|
108
|
+
{
|
|
109
|
+
pro: 'Elaborazione 100% via browser: i tuoi dati non vengono mai caricati sui server',
|
|
110
|
+
con: 'Richiede un browser moderno con supporto JavaScript'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
pro: 'Precisione matematica in tutti i calcoli audiovisivi',
|
|
114
|
+
con: 'Casi molto specifici potrebbero richiedere una convalida manuale'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
pro: 'Interfaccia intuitiva progettata per i professionisti del settore',
|
|
118
|
+
con: 'Esperienza migliore su schermi desktop/tablet'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
pro: 'Strumenti completamente gratuiti senza limiti d\'uso',
|
|
122
|
+
con: 'Nessun supporto premium dedicato (comunità disponibile)'
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
proTitle: 'Vantaggi',
|
|
126
|
+
conTitle: 'Considerazioni'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Guida Rapida',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'list',
|
|
135
|
+
items: [
|
|
136
|
+
'Seleziona lo strumento necessario in base al tipo di progetto',
|
|
137
|
+
'Inserisci i parametri tecnici (fotogrammi, risoluzione, tempi, ecc.)',
|
|
138
|
+
'Ottieni calcoli istantanei e risultati precisi',
|
|
139
|
+
'Esporta o applica i risultati al tuo flusso di lavoro',
|
|
140
|
+
'Ripeti il processo per più progetti senza limiti'
|
|
141
|
+
],
|
|
142
|
+
icon: 'mdi:arrow-right'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'tip',
|
|
146
|
+
title: 'Consiglio Pro',
|
|
147
|
+
html: 'Per lavori con clip o sequenze multiple, consigliamo di salvare i parametri chiave (risoluzione camera, frame rate abituale, lingua sottotitoli) in un documento. In questo modo potrai accedervi rapidamente senza dover ricalcolare ogni volta.'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'glossary',
|
|
151
|
+
items: [
|
|
152
|
+
{
|
|
153
|
+
term: 'EXIF',
|
|
154
|
+
definition: 'Formato file che memorizza metadati nelle immagini digitali (data, fotocamera, posizione GPS, ecc.). Può essere un rischio per la privacy.'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
term: 'FPS (Fotogrammi per secondo)',
|
|
158
|
+
definition: 'Numero di fotogrammi riprodotti al secondo. Valori comuni: 24 fps (cinema), 25 fps (PAL), 30 fps (NTSC), 60 fps (video fluido).'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
term: 'DPI (Punti per pollice)',
|
|
162
|
+
definition: 'Misura della risoluzione in stampa. DPI più elevato = migliore qualità. Per la fotografia professionale, è consigliato un minimo di 300 DPI.'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
term: 'Timelapse',
|
|
166
|
+
definition: 'Tecnica cinematografica che accelera il tempo catturando fotogrammi a intervalli regolari per creare un effetto di movimento rapido.'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
term: 'Sincronizzazione Sottotitoli',
|
|
170
|
+
definition: 'Processo di allineamento dei tempi di inizio/fine dei sottotitoli con l\'audio e il video di film o serie.'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
term: 'Metadati',
|
|
174
|
+
definition: 'Informazioni nascoste nei file multimediali che descrivono il contenuto (autore, data di creazione, dispositivo utilizzato, posizione, ecc.).'
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'diagnostic',
|
|
180
|
+
variant: 'info',
|
|
181
|
+
title: 'Come scegliere lo strumento giusto',
|
|
182
|
+
icon: 'mdi:help-circle',
|
|
183
|
+
badge: 'Guida alla Scelta',
|
|
184
|
+
html: '<strong>Creazione di un timelapse?</strong> -> Usa il calcolatore di timelapse.<br><strong>Devi proteggere la privacy?</strong> -> Strumento di pulizia dei metadati.<br><strong>Lavori con i sottotitoli?</strong> -> Sincronizzatore ed editor di sottotitoli.<br><strong>Devi ottimizzare un\'immagine?</strong> -> Calcolatore di risoluzione e distanza di visione.'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'card',
|
|
188
|
+
title: 'Funzionalità Chiave',
|
|
189
|
+
html: 'Tutti i nostri strumenti funzionano <strong>al 100% localmente</strong> nel tuo browser. Ciò significa massima privacy, velocità istantanea e accesso offline (dopo il caricamento iniziale).'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'message',
|
|
193
|
+
title: 'Protezione della Privacy',
|
|
194
|
+
ariaLabel: 'Informazioni sulla privacy e la conservazione dei dati',
|
|
195
|
+
html: 'Non memorizziamo, elaboriamo o condividiamo i tuoi dati audiovisivi. Tutti i calcoli e la pulizia dei metadati avvengono esclusivamente sul tuo dispositivo. Hai il pieno controllo dei tuoi contenuti.'
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
};
|