@jjlmoya/utils-audiovisual 1.6.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.
Files changed (175) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +198 -0
  3. package/src/category/i18n/fr.ts +1 -1
  4. package/src/category/i18n/id.ts +198 -0
  5. package/src/category/i18n/it.ts +198 -0
  6. package/src/category/i18n/ja.ts +198 -0
  7. package/src/category/i18n/ko.ts +198 -0
  8. package/src/category/i18n/nl.ts +198 -0
  9. package/src/category/i18n/pl.ts +198 -0
  10. package/src/category/i18n/pt.ts +198 -0
  11. package/src/category/i18n/ru.ts +198 -0
  12. package/src/category/i18n/sv.ts +198 -0
  13. package/src/category/i18n/tr.ts +198 -0
  14. package/src/category/i18n/zh.ts +198 -0
  15. package/src/category/index.ts +31 -3
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/schemas_fulfillment.test.ts +23 -0
  18. package/src/tests/title_quality.test.ts +55 -0
  19. package/src/tool/chromaticLens/i18n/de.ts +246 -0
  20. package/src/tool/chromaticLens/i18n/en.ts +1 -1
  21. package/src/tool/chromaticLens/i18n/es.ts +1 -1
  22. package/src/tool/chromaticLens/i18n/fr.ts +1 -1
  23. package/src/tool/chromaticLens/i18n/id.ts +246 -0
  24. package/src/tool/chromaticLens/i18n/it.ts +246 -0
  25. package/src/tool/chromaticLens/i18n/ja.ts +246 -0
  26. package/src/tool/chromaticLens/i18n/ko.ts +246 -0
  27. package/src/tool/chromaticLens/i18n/nl.ts +246 -0
  28. package/src/tool/chromaticLens/i18n/pl.ts +246 -0
  29. package/src/tool/chromaticLens/i18n/pt.ts +246 -0
  30. package/src/tool/chromaticLens/i18n/ru.ts +246 -0
  31. package/src/tool/chromaticLens/i18n/sv.ts +246 -0
  32. package/src/tool/chromaticLens/i18n/tr.ts +246 -0
  33. package/src/tool/chromaticLens/i18n/zh.ts +246 -0
  34. package/src/tool/chromaticLens/index.ts +15 -7
  35. package/src/tool/collageMaker/i18n/de.ts +233 -0
  36. package/src/tool/collageMaker/i18n/en.ts +1 -1
  37. package/src/tool/collageMaker/i18n/es.ts +1 -1
  38. package/src/tool/collageMaker/i18n/fr.ts +1 -1
  39. package/src/tool/collageMaker/i18n/id.ts +233 -0
  40. package/src/tool/collageMaker/i18n/it.ts +233 -0
  41. package/src/tool/collageMaker/i18n/ja.ts +233 -0
  42. package/src/tool/collageMaker/i18n/ko.ts +233 -0
  43. package/src/tool/collageMaker/i18n/nl.ts +233 -0
  44. package/src/tool/collageMaker/i18n/pl.ts +233 -0
  45. package/src/tool/collageMaker/i18n/pt.ts +233 -0
  46. package/src/tool/collageMaker/i18n/ru.ts +233 -0
  47. package/src/tool/collageMaker/i18n/sv.ts +233 -0
  48. package/src/tool/collageMaker/i18n/tr.ts +233 -0
  49. package/src/tool/collageMaker/i18n/zh.ts +233 -0
  50. package/src/tool/collageMaker/index.ts +15 -6
  51. package/src/tool/exifCleaner/i18n/de.ts +277 -0
  52. package/src/tool/exifCleaner/i18n/en.ts +2 -2
  53. package/src/tool/exifCleaner/i18n/es.ts +2 -2
  54. package/src/tool/exifCleaner/i18n/fr.ts +4 -4
  55. package/src/tool/exifCleaner/i18n/id.ts +277 -0
  56. package/src/tool/exifCleaner/i18n/it.ts +277 -0
  57. package/src/tool/exifCleaner/i18n/ja.ts +277 -0
  58. package/src/tool/exifCleaner/i18n/ko.ts +277 -0
  59. package/src/tool/exifCleaner/i18n/nl.ts +277 -0
  60. package/src/tool/exifCleaner/i18n/pl.ts +277 -0
  61. package/src/tool/exifCleaner/i18n/pt.ts +277 -0
  62. package/src/tool/exifCleaner/i18n/ru.ts +277 -0
  63. package/src/tool/exifCleaner/i18n/sv.ts +277 -0
  64. package/src/tool/exifCleaner/i18n/tr.ts +277 -0
  65. package/src/tool/exifCleaner/i18n/zh.ts +277 -0
  66. package/src/tool/exifCleaner/index.ts +16 -8
  67. package/src/tool/imageCompressor/i18n/de.ts +242 -0
  68. package/src/tool/imageCompressor/i18n/en.ts +2 -2
  69. package/src/tool/imageCompressor/i18n/es.ts +2 -2
  70. package/src/tool/imageCompressor/i18n/id.ts +242 -0
  71. package/src/tool/imageCompressor/i18n/it.ts +242 -0
  72. package/src/tool/imageCompressor/i18n/ja.ts +242 -0
  73. package/src/tool/imageCompressor/i18n/ko.ts +242 -0
  74. package/src/tool/imageCompressor/i18n/nl.ts +242 -0
  75. package/src/tool/imageCompressor/i18n/pl.ts +242 -0
  76. package/src/tool/imageCompressor/i18n/pt.ts +242 -0
  77. package/src/tool/imageCompressor/i18n/ru.ts +242 -0
  78. package/src/tool/imageCompressor/i18n/sv.ts +242 -0
  79. package/src/tool/imageCompressor/i18n/tr.ts +242 -0
  80. package/src/tool/imageCompressor/i18n/zh.ts +244 -0
  81. package/src/tool/imageCompressor/index.ts +15 -7
  82. package/src/tool/printQualityCalculator/i18n/de.ts +261 -0
  83. package/src/tool/printQualityCalculator/i18n/en.ts +2 -2
  84. package/src/tool/printQualityCalculator/i18n/es.ts +3 -3
  85. package/src/tool/printQualityCalculator/i18n/fr.ts +3 -3
  86. package/src/tool/printQualityCalculator/i18n/id.ts +261 -0
  87. package/src/tool/printQualityCalculator/i18n/it.ts +261 -0
  88. package/src/tool/printQualityCalculator/i18n/ja.ts +261 -0
  89. package/src/tool/printQualityCalculator/i18n/ko.ts +261 -0
  90. package/src/tool/printQualityCalculator/i18n/nl.ts +261 -0
  91. package/src/tool/printQualityCalculator/i18n/pl.ts +261 -0
  92. package/src/tool/printQualityCalculator/i18n/pt.ts +261 -0
  93. package/src/tool/printQualityCalculator/i18n/ru.ts +261 -0
  94. package/src/tool/printQualityCalculator/i18n/sv.ts +261 -0
  95. package/src/tool/printQualityCalculator/i18n/tr.ts +261 -0
  96. package/src/tool/printQualityCalculator/i18n/zh.ts +261 -0
  97. package/src/tool/printQualityCalculator/index.ts +15 -7
  98. package/src/tool/privacyBlur/i18n/de.ts +238 -0
  99. package/src/tool/privacyBlur/i18n/en.ts +1 -1
  100. package/src/tool/privacyBlur/i18n/es.ts +1 -1
  101. package/src/tool/privacyBlur/i18n/fr.ts +1 -1
  102. package/src/tool/privacyBlur/i18n/id.ts +238 -0
  103. package/src/tool/privacyBlur/i18n/it.ts +238 -0
  104. package/src/tool/privacyBlur/i18n/ja.ts +238 -0
  105. package/src/tool/privacyBlur/i18n/ko.ts +238 -0
  106. package/src/tool/privacyBlur/i18n/nl.ts +238 -0
  107. package/src/tool/privacyBlur/i18n/pl.ts +238 -0
  108. package/src/tool/privacyBlur/i18n/pt.ts +238 -0
  109. package/src/tool/privacyBlur/i18n/ru.ts +238 -0
  110. package/src/tool/privacyBlur/i18n/sv.ts +238 -0
  111. package/src/tool/privacyBlur/i18n/tr.ts +238 -0
  112. package/src/tool/privacyBlur/i18n/zh.ts +238 -0
  113. package/src/tool/privacyBlur/index.ts +15 -7
  114. package/src/tool/subtitleSync/i18n/de.ts +241 -0
  115. package/src/tool/subtitleSync/i18n/en.ts +1 -1
  116. package/src/tool/subtitleSync/i18n/es.ts +1 -1
  117. package/src/tool/subtitleSync/i18n/fr.ts +8 -8
  118. package/src/tool/subtitleSync/i18n/id.ts +241 -0
  119. package/src/tool/subtitleSync/i18n/it.ts +241 -0
  120. package/src/tool/subtitleSync/i18n/ja.ts +241 -0
  121. package/src/tool/subtitleSync/i18n/ko.ts +241 -0
  122. package/src/tool/subtitleSync/i18n/nl.ts +241 -0
  123. package/src/tool/subtitleSync/i18n/pl.ts +241 -0
  124. package/src/tool/subtitleSync/i18n/pt.ts +241 -0
  125. package/src/tool/subtitleSync/i18n/ru.ts +241 -0
  126. package/src/tool/subtitleSync/i18n/sv.ts +241 -0
  127. package/src/tool/subtitleSync/i18n/tr.ts +241 -0
  128. package/src/tool/subtitleSync/i18n/zh.ts +241 -0
  129. package/src/tool/subtitleSync/index.ts +15 -7
  130. package/src/tool/timelapseCalculator/i18n/de.ts +169 -0
  131. package/src/tool/timelapseCalculator/i18n/fr.ts +2 -2
  132. package/src/tool/timelapseCalculator/i18n/id.ts +169 -0
  133. package/src/tool/timelapseCalculator/i18n/it.ts +169 -0
  134. package/src/tool/timelapseCalculator/i18n/ja.ts +169 -0
  135. package/src/tool/timelapseCalculator/i18n/ko.ts +169 -0
  136. package/src/tool/timelapseCalculator/i18n/nl.ts +169 -0
  137. package/src/tool/timelapseCalculator/i18n/pl.ts +169 -0
  138. package/src/tool/timelapseCalculator/i18n/pt.ts +169 -0
  139. package/src/tool/timelapseCalculator/i18n/ru.ts +169 -0
  140. package/src/tool/timelapseCalculator/i18n/sv.ts +169 -0
  141. package/src/tool/timelapseCalculator/i18n/tr.ts +169 -0
  142. package/src/tool/timelapseCalculator/i18n/zh.ts +169 -0
  143. package/src/tool/timelapseCalculator/index.ts +16 -8
  144. package/src/tool/tvDistance/i18n/de.ts +223 -0
  145. package/src/tool/tvDistance/i18n/en.ts +1 -1
  146. package/src/tool/tvDistance/i18n/es.ts +1 -1
  147. package/src/tool/tvDistance/i18n/fr.ts +1 -1
  148. package/src/tool/tvDistance/i18n/id.ts +223 -0
  149. package/src/tool/tvDistance/i18n/it.ts +223 -0
  150. package/src/tool/tvDistance/i18n/ja.ts +223 -0
  151. package/src/tool/tvDistance/i18n/ko.ts +223 -0
  152. package/src/tool/tvDistance/i18n/nl.ts +223 -0
  153. package/src/tool/tvDistance/i18n/pl.ts +223 -0
  154. package/src/tool/tvDistance/i18n/pt.ts +223 -0
  155. package/src/tool/tvDistance/i18n/ru.ts +223 -0
  156. package/src/tool/tvDistance/i18n/sv.ts +223 -0
  157. package/src/tool/tvDistance/i18n/tr.ts +223 -0
  158. package/src/tool/tvDistance/i18n/zh.ts +223 -0
  159. package/src/tool/tvDistance/index.ts +15 -7
  160. package/src/tool/videoFrameExtractor/i18n/de.ts +235 -0
  161. package/src/tool/videoFrameExtractor/i18n/en.ts +1 -1
  162. package/src/tool/videoFrameExtractor/i18n/es.ts +1 -1
  163. package/src/tool/videoFrameExtractor/i18n/fr.ts +1 -1
  164. package/src/tool/videoFrameExtractor/i18n/id.ts +235 -0
  165. package/src/tool/videoFrameExtractor/i18n/it.ts +235 -0
  166. package/src/tool/videoFrameExtractor/i18n/ja.ts +235 -0
  167. package/src/tool/videoFrameExtractor/i18n/ko.ts +235 -0
  168. package/src/tool/videoFrameExtractor/i18n/nl.ts +235 -0
  169. package/src/tool/videoFrameExtractor/i18n/pl.ts +235 -0
  170. package/src/tool/videoFrameExtractor/i18n/pt.ts +235 -0
  171. package/src/tool/videoFrameExtractor/i18n/ru.ts +235 -0
  172. package/src/tool/videoFrameExtractor/i18n/sv.ts +235 -0
  173. package/src/tool/videoFrameExtractor/i18n/tr.ts +235 -0
  174. package/src/tool/videoFrameExtractor/i18n/zh.ts +235 -0
  175. package/src/tool/videoFrameExtractor/index.ts +16 -8
@@ -0,0 +1,198 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'audiovisueel-fotografie',
5
+ title: 'Audiovisuele en Fotografie Tools',
6
+ description: 'Professionele tools en calculators voor filmmakers, fotografen en makers van digitale audiovisuele content.',
7
+ seo: [
8
+ {
9
+ type: 'summary',
10
+ title: 'Professionele Audiovisuele Tools',
11
+ items: [
12
+ 'Slimme calculators voor timelapses, effecten en compositie.',
13
+ 'Privacytools om EXIF-metadata op te schonen.',
14
+ 'Ondertitelsynchronisatie en timingbewerking.',
15
+ 'Resolutieanalyse, printkwaliteit en optimale kijkafstand.'
16
+ ],
17
+ },
18
+ {
19
+ type: 'title',
20
+ text: 'Professionele Toolbox voor Audiovisuele Productie',
21
+ level: 2,
22
+ },
23
+ {
24
+ type: 'paragraph',
25
+ html: 'Onze uitgebreide suite aan hulpmiddelen lost de meest voorkomende technische uitdagingen op in elke fase van de audiovisuele productie. Van nauwkeurige intervalberekeningen voor cinematografische timelapses tot privacybescherming via het opschonen van EXIF-metadata in uw multimediabestanden.',
26
+ },
27
+ {
28
+ type: 'stats',
29
+ items: [
30
+ {
31
+ value: '12+',
32
+ label: 'Specialistische tools',
33
+ icon: 'mdi:cog'
34
+ },
35
+ {
36
+ value: '100%',
37
+ label: 'Nauwkeurige berekeningen',
38
+ icon: 'mdi:chart-line'
39
+ },
40
+ {
41
+ value: '0%',
42
+ label: 'Data opgeslagen op server',
43
+ icon: 'mdi:shield-check'
44
+ }
45
+ ],
46
+ columns: 3
47
+ },
48
+ {
49
+ type: 'title',
50
+ text: 'Tool categorieën',
51
+ level: 3,
52
+ },
53
+ {
54
+ type: 'comparative',
55
+ items: [
56
+ {
57
+ title: 'Timelapse en Cinematic',
58
+ description: 'Bereken intervallen, totale duur en framesnelheden voor uw cinematografische beelden.',
59
+ icon: 'mdi:film',
60
+ points: [
61
+ 'Berekening van benodigde frames',
62
+ 'Duur in seconden/minuten',
63
+ 'Variabele afspeelsnelheid'
64
+ ]
65
+ },
66
+ {
67
+ title: 'Privacy en Metadata',
68
+ description: 'Bescherm uw privacy door EXIF-data en gevoelige metadata uit uw bestanden te verwijderen.',
69
+ icon: 'mdi:lock',
70
+ points: [
71
+ 'Analyse van EXIF-data',
72
+ 'Opschonen van locatie-metadata',
73
+ 'Verwijderen van apparaatinformatie'
74
+ ]
75
+ },
76
+ {
77
+ title: 'Ondertiteling Bewerken',
78
+ description: 'Synchroniseer, pas aan en bewerk ondertitels met precisie op de milliseconde.',
79
+ icon: 'mdi:text',
80
+ points: [
81
+ 'Real-time synchronisatie',
82
+ 'Bewerken van begin- en eindtijden',
83
+ 'Globale vertragingsaanpassing'
84
+ ]
85
+ },
86
+ {
87
+ title: 'Beeldanalyse',
88
+ description: 'Bereken technische parameters voor resolutie, printen en kijkafstand.',
89
+ icon: 'mdi:image',
90
+ points: [
91
+ 'DPI- en resolutieberekening',
92
+ 'Aanbevolen kijkafstand',
93
+ 'Analyse van printkwaliteit'
94
+ ],
95
+ highlight: true
96
+ }
97
+ ],
98
+ columns: 2
99
+ },
100
+ {
101
+ type: 'title',
102
+ text: 'Waarom Kiezen Voor Onze Tools',
103
+ level: 3,
104
+ },
105
+ {
106
+ type: 'proscons',
107
+ items: [
108
+ {
109
+ pro: '100% browser-gebaseerde verwerking - uw data wordt nooit naar servers geüpload',
110
+ con: 'Vereist een moderne browser met JavaScript-ondersteuning'
111
+ },
112
+ {
113
+ pro: 'Mathematische precisie in alle audiovisuele berekeningen',
114
+ con: 'Zeer specifieke gevallen kunnen handmatige validatie vereisen'
115
+ },
116
+ {
117
+ pro: 'Intuïtieve interface ontworpen voor professionals uit de sector',
118
+ con: 'Beste ervaring op desktop/tablet schermen'
119
+ },
120
+ {
121
+ pro: 'Volledig gratis tools zonder gebruikslimieten',
122
+ con: 'Geen toegewijde premium ondersteuning (community beschikbaar)'
123
+ }
124
+ ],
125
+ proTitle: 'Voordelen',
126
+ conTitle: 'Overwegingen'
127
+ },
128
+ {
129
+ type: 'title',
130
+ text: 'Snelstartgids',
131
+ level: 3,
132
+ },
133
+ {
134
+ type: 'list',
135
+ items: [
136
+ 'Selecteer de tool die u nodig heeft op basis van uw projecttype',
137
+ 'Voer technische parameters in (frames, resolutie, tijden, etc.)',
138
+ 'Krijg direct berekeningen en nauwkeurige resultaten',
139
+ 'Exporteer of pas resultaten toe op uw workflow',
140
+ 'Herhaal het proces voor meerdere projecten zonder limieten'
141
+ ],
142
+ icon: 'mdi:arrow-right'
143
+ },
144
+ {
145
+ type: 'tip',
146
+ title: 'Pro Tip',
147
+ html: 'Voor werk met meerdere clips of sequenties raden we aan om uw belangrijkste parameters (cameraresolutie, gebruikelijke framesnelheid, taal van de ondertiteling) in een document op te slaan. Zo heeft u er snel toegang toe zonder alles elke keer opnieuw te hoeven berekenen.'
148
+ },
149
+ {
150
+ type: 'glossary',
151
+ items: [
152
+ {
153
+ term: 'EXIF',
154
+ definition: 'Bestandsformaat dat metadata opslaat in digitale afbeeldingen (datum, camera, GPS-locatie, etc.). Het kan een privacyrisico vormen.'
155
+ },
156
+ {
157
+ term: 'FPS (Frames Per Seconde)',
158
+ definition: 'Aantal frames dat per seconde wordt afgespeeld. Veelvoorkomende waarden: 24 fps (bioscoop), 25 fps (PAL), 30 fps (NTSC), 60 fps (vloeiende video).'
159
+ },
160
+ {
161
+ term: 'DPI (Dots Per Inch)',
162
+ definition: 'Maatstaf voor resolutie bij het printen. Hogere DPI = betere kwaliteit. Voor professionele fotografie wordt minimaal 300 DPI aanbevolen.'
163
+ },
164
+ {
165
+ term: 'Timelapse',
166
+ definition: 'Cinematografische techniek die de tijd versnelt door beelden met regelmatige tussenpozen vast te leggen om een effect van versnelde beweging te creëren.'
167
+ },
168
+ {
169
+ term: 'Ondertitelsynchronisatie',
170
+ definition: 'Proces waarbij de start- en eindtijd van ondertitels wordt afgestemd op de audio en video van een film of serie.'
171
+ },
172
+ {
173
+ term: 'Metadata',
174
+ definition: 'Verborgen informatie in mediabestanden die de inhoud beschrijft (auteur, aanmaakdatum, gebruikt apparaat, locatie, etc.).'
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ type: 'diagnostic',
180
+ variant: 'info',
181
+ title: 'Hoe de Juiste Tool Te Kiezen',
182
+ icon: 'mdi:help-circle',
183
+ badge: 'Selectiegids',
184
+ html: '<strong>Een timelapse maken?</strong> -> Gebruik de timelapse calculator.<br><strong>Privacy beschermen?</strong> -> Hulpprogramma voor het opschonen van metadata.<br><strong>Werken met ondertitels?</strong> -> Ondertitelsynchronisatie en editor.<br><strong>Beeld optimaliseren?</strong> -> Calculator voor resolutie en kijkafstand.'
185
+ },
186
+ {
187
+ type: 'card',
188
+ title: 'Kernfunctionaliteit',
189
+ html: 'Al onze tools werken <strong>100% lokaal</strong> in uw browser. Dit betekent maximale privacy, onmiddellijke snelheid en offline toegang (na de eerste keer laden).'
190
+ },
191
+ {
192
+ type: 'message',
193
+ title: 'Privacybescherming',
194
+ ariaLabel: 'Informatie over privacy en gegevensopslag',
195
+ html: 'Wij slaan uw audiovisuele gegevens niet op, verwerken ze niet en delen ze niet. Alle berekeningen en het opschonen van metadata vinden uitsluitend plaats op uw apparaat. U heeft de volledige controle over uw content.'
196
+ }
197
+ ],
198
+ };
@@ -0,0 +1,198 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'audiowizualne-fotografia',
5
+ title: 'Narzędzia Audiowizualne i Fotograficzne',
6
+ description: 'Profesjonalne narzędzia i kalkulatory dla filmowców, fotografów i twórców cyfrowych treści audiowizualnych.',
7
+ seo: [
8
+ {
9
+ type: 'summary',
10
+ title: 'Profesjonalne Narzędzia Audiowizualne',
11
+ items: [
12
+ 'Inteligentne kalkulatory do timelapsów, efektów i kompozycji.',
13
+ 'Narzędzia prywatności do czyszczenia metadanych EXIF.',
14
+ 'Synchronizacja napisów i edycja czasu.',
15
+ 'Analiza rozdzielczości, jakości druku i optymalnej odległości oglądania.'
16
+ ],
17
+ },
18
+ {
19
+ type: 'title',
20
+ text: 'Profesjonalny Przybornik do Produkcji Audiowizualnej',
21
+ level: 2,
22
+ },
23
+ {
24
+ type: 'paragraph',
25
+ html: 'Nasz kompleksowy zestaw narzędzi rozwiązuje najczęstsze wyzwania techniczne na każdym etapie produkcji audiowizualnej. Od precyzyjnych obliczeń interwałów dla kinowych timelapsów po ochronę prywatności poprzez czyszczenie metadanych EXIF w plikach multimedialnych.',
26
+ },
27
+ {
28
+ type: 'stats',
29
+ items: [
30
+ {
31
+ value: '12+',
32
+ label: 'Specjalistyczne narzędzia',
33
+ icon: 'mdi:cog'
34
+ },
35
+ {
36
+ value: '100%',
37
+ label: 'Precyzyjne obliczenia',
38
+ icon: 'mdi:chart-line'
39
+ },
40
+ {
41
+ value: '0%',
42
+ label: 'Dane zapisane na serwerze',
43
+ icon: 'mdi:shield-check'
44
+ }
45
+ ],
46
+ columns: 3
47
+ },
48
+ {
49
+ type: 'title',
50
+ text: 'Kategorie Narzędzi',
51
+ level: 3,
52
+ },
53
+ {
54
+ type: 'comparative',
55
+ items: [
56
+ {
57
+ title: 'Timelapse i Kinematografia',
58
+ description: 'Oblicz interwały, całkowity czas trwania i liczbę klatek na sekundę dla swoich ujęć kinowych.',
59
+ icon: 'mdi:film',
60
+ points: [
61
+ 'Obliczanie wymaganej liczby klatek',
62
+ 'Czas trwania w sekundach/minutach',
63
+ 'Zmienna prędkość odtwarzania'
64
+ ]
65
+ },
66
+ {
67
+ title: 'Prywatność i Metadane',
68
+ description: 'Chroń swoją prywatność, usuwając dane EXIF i wrażliwe metadane ze swoich plików.',
69
+ icon: 'mdi:lock',
70
+ points: [
71
+ 'Analiza danych EXIF',
72
+ 'Czyszczenie metadanych lokalizacji',
73
+ 'Usuwanie informacji o urządzeniu'
74
+ ]
75
+ },
76
+ {
77
+ title: 'Edycja Napisów',
78
+ description: 'Synchronizuj, dostosowuj i edytuj napisy z precyzją co do milisekundy.',
79
+ icon: 'mdi:text',
80
+ points: [
81
+ 'Synchronizacja w czasie rzeczywistym',
82
+ 'Edycja czasu wejścia/wyjścia',
83
+ 'Globalna regulacja opóźnienia'
84
+ ]
85
+ },
86
+ {
87
+ title: 'Analiza Obrazu',
88
+ description: 'Oblicz parametry techniczne dotyczące rozdzielczości, druku i odległości oglądania.',
89
+ icon: 'mdi:image',
90
+ points: [
91
+ 'Obliczanie DPI i rozdzielczości',
92
+ 'Zalecana odległość oglądania',
93
+ 'Analiza jakości druku'
94
+ ],
95
+ highlight: true
96
+ }
97
+ ],
98
+ columns: 2
99
+ },
100
+ {
101
+ type: 'title',
102
+ text: 'Dlaczego warto wybrać nasze narzędzia',
103
+ level: 3,
104
+ },
105
+ {
106
+ type: 'proscons',
107
+ items: [
108
+ {
109
+ pro: 'Przetwarzanie w 100% w przeglądarce - Twoje dane nigdy nie trafiają na serwery',
110
+ con: 'Wymaga nowoczesnej przeglądarki z obsługą JavaScript'
111
+ },
112
+ {
113
+ pro: 'Matematyczna precyzja we wszystkich obliczeniach audiowizualnych',
114
+ con: 'Bardzo specyficzne przypadki mogą wymagać ręcznej walidacji'
115
+ },
116
+ {
117
+ pro: 'Intuicyjny interfejs zaprojektowany dla profesjonalistów z branży',
118
+ con: 'Najlepsze doświadczenie na ekranach komputerów/tabletów'
119
+ },
120
+ {
121
+ pro: 'Całkowicie bezpłatne narzędzia bez limitów użycia',
122
+ con: 'Brak dedykowanego wsparcia premium (dostępna społeczność)'
123
+ }
124
+ ],
125
+ proTitle: 'Zalety',
126
+ conTitle: 'Uwagi'
127
+ },
128
+ {
129
+ type: 'title',
130
+ text: 'Szybki Start',
131
+ level: 3,
132
+ },
133
+ {
134
+ type: 'list',
135
+ items: [
136
+ 'Wybierz potrzebne narzędzie w zależności od typu projektu',
137
+ 'Wprowadź parametry techniczne (klatki, rozdzielczość, czasy itp.)',
138
+ 'Uzyskaj natychmiastowe obliczenia i precyzyjne wyniki',
139
+ 'Wyeksportuj lub zastosuj wyniki w swoim przepływie pracy',
140
+ 'Powtarzaj proces dla wielu projektów bez ograniczeń'
141
+ ],
142
+ icon: 'mdi:arrow-right'
143
+ },
144
+ {
145
+ type: 'tip',
146
+ title: 'Pro Tip',
147
+ html: 'Przy pracy z wieloma klipami lub sekwencjami zalecamy zapisanie kluczowych parametrów (rozdzielczość kamery, zwykła liczba klatek na sekundę, język napisów) w dokumencie. Dzięki temu szybko do nich wrócisz bez konieczności ponownego przeliczania za każdym razem.'
148
+ },
149
+ {
150
+ type: 'glossary',
151
+ items: [
152
+ {
153
+ term: 'EXIF',
154
+ definition: 'Format pliku przechowujący metadane w obrazach cyfrowych (data, aparat, lokalizacja GPS itp.). Może stanowić zagrożenie dla prywatności.'
155
+ },
156
+ {
157
+ term: 'FPS (Klatki na sekundę)',
158
+ definition: 'Liczba klatek wyświetlanych w każdej sekundzie. Typowe wartości: 24 fps (kino), 25 fps (PAL), 30 fps (NTSC), 60 fps (płynne wideo).'
159
+ },
160
+ {
161
+ term: 'DPI (Punkty na cal)',
162
+ definition: 'Miara rozdzielczości w druku. Wyższe DPI = lepsza jakość. Dla profesjonalnej fotografii zalecane jest minimum 300 DPI.'
163
+ },
164
+ {
165
+ term: 'Timelapse',
166
+ definition: 'Technika filmowa przyspieszająca czas poprzez rejestrowanie klatek w regularnych odstępach czasu, aby stworzyć efekt szybkiego ruchu.'
167
+ },
168
+ {
169
+ term: 'Synchronizacja Napisów',
170
+ definition: 'Proces dopasowania czasu rozpoczęcia i zakończenia wyświetlania napisów do dźwięku i obrazu filmu lub serialu.'
171
+ },
172
+ {
173
+ term: 'Metadane',
174
+ definition: 'Ukryte informacje w plikach multimedialnych opisujące zawartość (autor, data utworzenia, użyte urządzenie, lokalizacja itp.).'
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ type: 'diagnostic',
180
+ variant: 'info',
181
+ title: 'Jak wybrać właściwe narzędzie',
182
+ icon: 'mdi:help-circle',
183
+ badge: 'Przewodnik Wyboru',
184
+ html: '<strong>Tworzysz timelapse?</strong> -> Użyj kalkulatora timelapse.<br><strong>Musisz chronić prywatność?</strong> -> Narzędzie do czyszczenia metadanych.<br><strong>Pracujesz z napisami?</strong> -> Synchronizator i edytor napisów.<br><strong>Musisz zoptymalizować obraz?</strong> -> Kalkulator rozdzielczości i odległości oglądania.'
185
+ },
186
+ {
187
+ type: 'card',
188
+ title: 'Kluczowa Funkcjonalność',
189
+ html: 'Wszystkie nasze narzędzia działają <strong>w 100% lokalnie</strong> w Twojej przeglądarce. Oznacza to maksymalną prywatność, natychmiastową prędkość i dostęp offline (po wstępnym załadowaniu).'
190
+ },
191
+ {
192
+ type: 'message',
193
+ title: 'Ochrona Prywatności',
194
+ ariaLabel: 'Informacje o prywatności i przechowywaniu danych',
195
+ html: 'Nie przechowujemy, nie przetwarzamy ani nie udostępniamy Twoich danych audiowizualnych. Wszystkie obliczenia i czyszczenie metadanych odbywają się wyłącznie na Twoim urządzeniu. Masz pełną kontrolę nad swoimi treściami.'
196
+ }
197
+ ],
198
+ };
@@ -0,0 +1,198 @@
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'audiovisual-fotografia',
5
+ title: 'Ferramentas Audiovisuais e Fotografia',
6
+ description: 'Ferramentas profissionais e calculadoras para cineastas, fotógrafos e criadores de conteúdo audiovisual digital.',
7
+ seo: [
8
+ {
9
+ type: 'summary',
10
+ title: 'Ferramentas Audiovisuais Profissionais',
11
+ items: [
12
+ 'Calculadoras inteligentes para timelapses, efeitos e composição.',
13
+ 'Ferramentas de privacidade para limpar metadados EXIF.',
14
+ 'Sincronização de legendas e edição de tempo.',
15
+ 'Análise de resolução, qualidade de impressão e distância de visualização ideal.'
16
+ ],
17
+ },
18
+ {
19
+ type: 'title',
20
+ text: 'Toolbox Profissional para Produção Audiovisual',
21
+ level: 2,
22
+ },
23
+ {
24
+ type: 'paragraph',
25
+ html: 'A nossa suite abrangente de utilitários resolve os desafios técnicos mais comuns em todas as fases da produção audiovisual. Desde cálculos precisos de intervalos para timelapses cinematográficos até à proteção da privacidade através da limpeza de metadados EXIF nos seus ficheiros multimédia.',
26
+ },
27
+ {
28
+ type: 'stats',
29
+ items: [
30
+ {
31
+ value: '12+',
32
+ label: 'Ferramentas especializadas',
33
+ icon: 'mdi:cog'
34
+ },
35
+ {
36
+ value: '100%',
37
+ label: 'Cálculos precisos',
38
+ icon: 'mdi:chart-line'
39
+ },
40
+ {
41
+ value: '0%',
42
+ label: 'Dados armazenados no servidor',
43
+ icon: 'mdi:shield-check'
44
+ }
45
+ ],
46
+ columns: 3
47
+ },
48
+ {
49
+ type: 'title',
50
+ text: 'Categorias de Ferramentas',
51
+ level: 3,
52
+ },
53
+ {
54
+ type: 'comparative',
55
+ items: [
56
+ {
57
+ title: 'Timelapse e Cinemática',
58
+ description: 'Calcule intervalos, duração total e taxas de fotogramas para as suas filmagens.',
59
+ icon: 'mdi:film',
60
+ points: [
61
+ 'Cálculo de fotogramas necessários',
62
+ 'Duração em segundos/minutos',
63
+ 'Velocidade de reprodução variável'
64
+ ]
65
+ },
66
+ {
67
+ title: 'Privacidade e Metadados',
68
+ description: 'Proteja a sua privacidade removendo dados EXIF e metadados sensíveis dos seus ficheiros.',
69
+ icon: 'mdi:lock',
70
+ points: [
71
+ 'Análise de dados EXIF',
72
+ 'Limpeza de metadados de localização',
73
+ 'Remoção de informações do dispositivo'
74
+ ]
75
+ },
76
+ {
77
+ title: 'Edição de Legendas',
78
+ description: 'Sincronize, ajuste e edite legendas com precisão de milissegundos.',
79
+ icon: 'mdi:text',
80
+ points: [
81
+ 'Sincronização em tempo real',
82
+ 'Edição de tempos de entrada/saída',
83
+ 'Ajuste global de atraso'
84
+ ]
85
+ },
86
+ {
87
+ title: 'Análise de Imagem',
88
+ description: 'Calcule parâmetros técnicos para resolução, impressão e distância de visualização.',
89
+ icon: 'mdi:image',
90
+ points: [
91
+ 'Cálculo de DPI e resolução',
92
+ 'Distância de visualização recomendada',
93
+ 'Análise de qualidade de impressão'
94
+ ],
95
+ highlight: true
96
+ }
97
+ ],
98
+ columns: 2
99
+ },
100
+ {
101
+ type: 'title',
102
+ text: 'Porquê Escolher as Nossas Ferramentas',
103
+ level: 3,
104
+ },
105
+ {
106
+ type: 'proscons',
107
+ items: [
108
+ {
109
+ pro: 'Processamento 100% no navegador - os seus dados nunca são carregados para servidores',
110
+ con: 'Requer um navegador moderno com suporte para JavaScript'
111
+ },
112
+ {
113
+ pro: 'Precisão matemática em todos os cálculos audiovisuais',
114
+ con: 'Casos muito específicos podem exigir validação manual'
115
+ },
116
+ {
117
+ pro: 'Interface intuitiva concebida para profissionais da indústria',
118
+ con: 'Melhor experiência em ecrãs de desktop/tablet'
119
+ },
120
+ {
121
+ pro: 'Ferramentas completamente gratuitas sem limites de utilização',
122
+ con: 'Sem suporte premium dedicado (comunidade disponível)'
123
+ }
124
+ ],
125
+ proTitle: 'Vantagens',
126
+ conTitle: 'Considerações'
127
+ },
128
+ {
129
+ type: 'title',
130
+ text: 'Guia de Início Rápido',
131
+ level: 3,
132
+ },
133
+ {
134
+ type: 'list',
135
+ items: [
136
+ 'Selecione a ferramenta que necessita com base no seu tipo de projeto',
137
+ 'Introduza os parâmetros técnicos (fotogramas, resolução, tempos, etc.)',
138
+ 'Obtenha cálculos instantâneos e resultados precisos',
139
+ 'Exporte ou aplique os resultados no seu fluxo de trabalho',
140
+ 'Repita o processo para múltiplos projetos sem limites'
141
+ ],
142
+ icon: 'mdi:arrow-right'
143
+ },
144
+ {
145
+ type: 'tip',
146
+ title: 'Dica Pro',
147
+ html: 'Para trabalhos com vários clips ou sequências, recomendamos guardar os seus parâmetros principais (resolução da câmara, taxa de fotogramas habitual, idioma das legendas) num documento. Desta forma, pode aceder rapidamente a eles sem precisar de recalcular cada vez.'
148
+ },
149
+ {
150
+ type: 'glossary',
151
+ items: [
152
+ {
153
+ term: 'EXIF',
154
+ definition: 'Formato de ficheiro que armazena metadatos em imagens digitais (data, câmara, localização GPS, etc.). Pode ser um risco para a privacidade.'
155
+ },
156
+ {
157
+ term: 'FPS (Fotogramas por Segundo)',
158
+ definition: 'Número de fotogramas reproduzidos a cada segundo. Valores comuns: 24 fps (cinema), 25 fps (PAL), 30 fps (NTSC), 60 fps (vídeo fluido).'
159
+ },
160
+ {
161
+ term: 'DPI (Pontos por Polegada)',
162
+ definition: 'Medida de resolução na impressão. Maior DPI = melhor qualidade. Para fotografia profissional, recomenda-se um mínimo de 300 DPI.'
163
+ },
164
+ {
165
+ term: 'Timelapse',
166
+ definition: 'Técnica cinematográfica que acelera o tempo capturando fotogramas em intervalos regulares para criar um efeito de movimento rápido.'
167
+ },
168
+ {
169
+ term: 'Sincronização de Legendas',
170
+ definition: 'Processo de alinhamento do tempo de início/fim das legendas com o áudio e vídeo de um filme ou série.'
171
+ },
172
+ {
173
+ term: 'Metadatos',
174
+ definition: 'Informações ocultas em ficheiros de média que descrevem o conteúdo (autor, data de criação, dispositivo utilizado, localização, etc.).'
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ type: 'diagnostic',
180
+ variant: 'info',
181
+ title: 'Como Escolher a Ferramenta Certa',
182
+ icon: 'mdi:help-circle',
183
+ badge: 'Guia de Seleção',
184
+ html: '<strong>Criar um timelapse?</strong> -> Use a calculadora de timelapse.<br><strong>Precisa de proteger a privacidade?</strong> -> Ferramenta de limpeza de metadatos.<br><strong>Trabalhar com legendas?</strong> -> Sincronizador e editor de legendas.<br><strong>Precisa de otimizar a imagem?</strong> -> Calculadora de resolução e distância de visualização.'
185
+ },
186
+ {
187
+ type: 'card',
188
+ title: 'Funcionalidade Chave',
189
+ html: 'Todas as nossas ferramentas funcionam <strong>100% localmente</strong> no seu navegador. Isto significa máxima privacidade, velocidade instantânea e acesso offline (após o carregamento inicial).'
190
+ },
191
+ {
192
+ type: 'message',
193
+ title: 'Proteção de Privacidade',
194
+ ariaLabel: 'Informações sobre privacidade e armazenamento de dados',
195
+ html: 'Não armazenamos, processamos ou partilhamos os seus dados audiovisuais. Todos os cálculos e limpezas de metadatos ocorrem exclusivamente no seu dispositivo. Você tem o controlo total do seu conteúdo.'
196
+ }
197
+ ],
198
+ };