@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
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { TimelapseUI, TimelapseLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'timelapse-hyperlapse-rechner-perfekte-intervalle';
|
|
5
|
+
const title = 'Timelapse und Hyperlapse Rechner: Perfekte Intervalle';
|
|
6
|
+
const description = 'Berechnen Sie das exakte Intervall zwischen den Fotos, die Gesamtdauer und den Speicherplatz für Ihre Zeitrafferaufnahmen. Unverzichtbares Tool für Fotografen.';
|
|
7
|
+
|
|
8
|
+
const ui: TimelapseUI = {
|
|
9
|
+
title: "Zeitraffer Rechner",
|
|
10
|
+
paramsTitle: "Parameter",
|
|
11
|
+
eventDuration: "Wie lange dauert das reale Ereignis?",
|
|
12
|
+
hours: "Stunden",
|
|
13
|
+
minutes: "Minuten",
|
|
14
|
+
videoDuration: "Welches finale Video wünschen Sie?",
|
|
15
|
+
seconds: "Dauer (Sek.)",
|
|
16
|
+
fps: "FPS",
|
|
17
|
+
resultsTitle: "Ergebnisse",
|
|
18
|
+
intervalLabel: "Stellen Sie Ihr Intervallometer ein auf:",
|
|
19
|
+
secondsUnit: "Sekunden",
|
|
20
|
+
totalPhotos: "Gesamtzahl Fotos",
|
|
21
|
+
speed: "Geschwindigkeit",
|
|
22
|
+
shutterSpeed: "Verschlusszeit",
|
|
23
|
+
storage: "Größe (RAW)",
|
|
24
|
+
rule180Info: "Die 180°-Regel empfiehlt eine Verschlusszeit von der Hälfte des Intervalls für eine flüssige Bewegungsunschärfe.",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const faq: TimelapseLocaleContent['faq'] = [
|
|
28
|
+
{
|
|
29
|
+
question: "Wie wähle ich das richtige Intervall für meinen Zeitraffer?",
|
|
30
|
+
answer: "Es hängt von der Geschwindigkeit der Bewegung ab, die Sie aufnehmen. Für schnelle Wolken verwenden Sie 2-3 Sekunden. Für die Bewegung der Sonne oder Sterne 15-30 Sekunden. Für Pflanzenwachstum oder Baustellen 5-15 Minuten.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "Wie viele Fotos benötige ich für ein einminütiges Video?",
|
|
34
|
+
answer: "Ein Standardvideo hat 24 oder 30 Bilder pro Sekunde (fps). Für eine Minute Video bei 24 fps benötigen Sie genau 1440 Fotos (60 Sekunden * 24 Fotos/Sekunde).",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: "Was ist 'Flicker' und wie vermeide ich es?",
|
|
38
|
+
answer: "Es handelt sich um ein störendes Flackern, das durch kleine Belichtungsschwankungen zwischen den Fotos verursacht wird. Verwenden Sie immer den manuellen Modus (M), einen festen Weißabgleich und bevorzugen Sie Objektive mit manuellem Blendenring.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: "Warum ist die Verschlusszeit wichtig?",
|
|
42
|
+
answer: "Damit die Bewegung flüssig wirkt (180°-Regel), sollte die Verschlusszeit etwa die Hälfte des Intervalls betragen. Wenn das Intervall beispielsweise 2 Sekunden beträgt, versuchen Sie, mit 1 Sekunde zu belichten.",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const howTo: TimelapseLocaleContent['howTo'] = [
|
|
47
|
+
{
|
|
48
|
+
name: "Dauer des finalen Videos festlegen",
|
|
49
|
+
text: "Geben Sie an, wie viele Sekunden oder Minuten das Ergebnisvideo dauern soll (z. B. 10 Sekunden für Instagram).",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Ausgabe-FPS wählen",
|
|
53
|
+
text: "Wählen Sie die Flüssigkeit des Videos: 24 (Kino), 30 (Web) oder 60 (flüssige Zeitlupe).",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "Aufnahmeintervall anpassen",
|
|
57
|
+
text: "Konfigurieren Sie je nach Geschwindigkeit der Szene, alle wie viele Sekunden Ihre Kamera auslösen soll.",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "Speicherplatz prüfen",
|
|
61
|
+
text: "Der Rechner zeigt Ihnen an, wie viele Gigabyte die Sitzung beanspruchen wird. Stellen Sie sicher, dass Ihre SD Karte genügend Platz bietet.",
|
|
62
|
+
},
|
|
63
|
+
];
|
|
64
|
+
|
|
65
|
+
const bibliography: TimelapseLocaleContent['bibliography'] = [
|
|
66
|
+
{
|
|
67
|
+
name: "Timescapes Forum - Digital Timelapse Acquisition & Processing",
|
|
68
|
+
url: "https://timescapes.org/phpBB3/viewforum.php?f=4",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: "Magic Lantern - Auto ETTR & Bulb Ramping Algorithms",
|
|
72
|
+
url: "https://wiki.magiclantern.fm/ettr",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "LRTimelapse - Visual Deflicker & Holy Grail Workflow",
|
|
76
|
+
url: "https://lrtimelapse.com/tutorial/advanced/",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "PhotoPills - Advanced Timelapse Calculator & NPF Rule",
|
|
80
|
+
url: "https://www.photopills.com/calculators/timelapse",
|
|
81
|
+
},
|
|
82
|
+
];
|
|
83
|
+
|
|
84
|
+
const seo: TimelapseLocaleContent['seo'] = [
|
|
85
|
+
{ type: 'title', text: 'Der ultimative Leitfaden für Zeitraffer und Hyperlapse Intervalle', level: 2 },
|
|
86
|
+
{ type: 'paragraph', html: 'Der Unterschied zwischen einem amateurhaften Schnelldurchlauf und einem <strong>kinoreifen Zeitraffer</strong> liegt mathematisch gesehen in einem einzigen Faktor: <strong>dem Intervall</strong>. Dieser Rechner nimmt Ihnen das Rätselraten ab und ermöglicht es Ihnen, Ihre Intervallometer-Aufnahmen präzise zu planen.' },
|
|
87
|
+
|
|
88
|
+
{ type: 'title', text: 'Tabelle der empfohlenen Intervalle (Cheat Sheet)', level: 3 },
|
|
89
|
+
{ type: 'paragraph', html: 'Nutzen Sie diese Schnellanleitung, um Ihr Intervallometer passend zum Motiv einzustellen. Ziel ist es, genug Bewegung einzufangen, damit sie wahrnehmbar, aber flüssig ist.' },
|
|
90
|
+
{ type: 'table', headers: ['Motiv / Szene', 'Empfohlenes Intervall', 'Mindestdauer des Ereignisses'], rows: [
|
|
91
|
+
['Schnelle Wolken / Gewitter', '1 - 2 Sekunden', '20 - 30 Min.'],
|
|
92
|
+
['Stadtverkehr / Menschen (Blur)', '0,5 - 2 Sekunden', '15 - 20 Min.'],
|
|
93
|
+
['Sonnenuntergang / Aufgang (Holy Grail)', '5 - 10 Sekunden', '1,5 - 2,5 Std.'],
|
|
94
|
+
['Langsame Wolken / Schatten', '10 - 15 Sekunden', '2 - 3 Std.'],
|
|
95
|
+
['Sterne / Milchstraße (Astro)', '15 - 30 Sekunden*', '3 - 5 Std.'],
|
|
96
|
+
['Baustellen / Schnelle Pflanzen', '5 - 15 Minuten', 'Tage / Wochen']
|
|
97
|
+
]},
|
|
98
|
+
{ type: 'tip', title: 'Hinweis für Astro', html: 'Das Intervall wird meist durch die Belichtungszeit bestimmt (500er-Regel) + 1 oder 2 Sekunden Puffer für das Schreiben auf die Karte.' },
|
|
99
|
+
|
|
100
|
+
{ type: 'title', text: 'Die 180° Regel (Bewegungsunschärfe)', level: 3 },
|
|
101
|
+
{ type: 'paragraph', html: 'Ein häufiger Fehler bei Zeitraffern ist ein "ruckeliges" Video. Um den glatten Kino-Look zu erhalten, benötigen Sie <strong>Bewegungsunschärfe</strong>.' },
|
|
102
|
+
{ type: 'card', title: 'Die Regel', icon: 'mdi:information', html: 'Ihre Verschlusszeit sollte die Hälfte Ihres Intervalls betragen. <br /><br /> <em>Beispiel:</em> Wenn Sie alle <strong>4 Sekunden</strong> fotografieren, sollte Ihre Belichtung <strong>2 Sekunden</strong> betragen.' },
|
|
103
|
+
|
|
104
|
+
{ type: 'title', text: 'Flicker und manuelle Blende', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: '"Flicker" ist das störende Flackern, das durch Mikroschwankungen der Blendenöffnung zwischen den Aufnahmen verursacht wird.' },
|
|
106
|
+
{ type: 'list', items: [
|
|
107
|
+
'<strong>Lens Twist:</strong> Lösen Sie bei DSLRs das Objektiv leicht, um die elektronische Verbindung zu unterbrechen und die Blende mechanisch zu fixieren.',
|
|
108
|
+
'<strong>Alles Manuell:</strong> ISO, Weißabgleich und Fokus müssen fest eingestellt sein. Nutzen Sie niemals Automatikmodi.',
|
|
109
|
+
'<strong>In RAW fotografieren:</strong> Essenziell für die Korrektur von Belichtung und Farbe in der Nachbearbeitung.'
|
|
110
|
+
]},
|
|
111
|
+
|
|
112
|
+
{ type: 'diagnostic', variant: 'success', title: 'Fortgeschrittene Technik: Der "Heilige Gral"', icon: 'mdi:crown', badge: 'Profi-Technik', html: 'Der "Heilige Gral" bezeichnet den flüssigen Übergang von Tag zu Nacht (oder umgekehrt). Es ist eine der größten technischen Herausforderungen.' },
|
|
113
|
+
|
|
114
|
+
{ type: 'stats', columns: 3, items: [
|
|
115
|
+
{ label: 'Bulb Ramping', value: 'Gleitende Belichtung', icon: 'mdi:brightness-6' },
|
|
116
|
+
{ label: 'Post-Pro', value: 'LRTimelapse', icon: 'mdi:television-guide' },
|
|
117
|
+
{ label: 'Strategie', value: 'Nacht-Intervall', icon: 'mdi:weather-night' }
|
|
118
|
+
]},
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: 'Fazit: Die Zen der einfachen Mechanik', level: 3 },
|
|
121
|
+
{ type: 'paragraph', html: 'Das Meistern Ihres Zeitraffers beginnt mit dem Verständnis der Mathematik hinter Ihrem Intervallometer.' }
|
|
122
|
+
];
|
|
123
|
+
|
|
124
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
125
|
+
'@context': 'https://schema.org',
|
|
126
|
+
'@type': 'FAQPage',
|
|
127
|
+
mainEntity: faq.map((item) => ({
|
|
128
|
+
'@type': 'Question',
|
|
129
|
+
name: item.question,
|
|
130
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
131
|
+
})),
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
const howToSchema: WithContext<HowTo> = {
|
|
135
|
+
'@context': 'https://schema.org',
|
|
136
|
+
'@type': 'HowTo',
|
|
137
|
+
name: title,
|
|
138
|
+
description,
|
|
139
|
+
step: howTo.map((step) => ({
|
|
140
|
+
'@type': 'HowToStep',
|
|
141
|
+
name: step.name,
|
|
142
|
+
text: step.text,
|
|
143
|
+
})),
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'SoftwareApplication',
|
|
149
|
+
name: title,
|
|
150
|
+
description,
|
|
151
|
+
applicationCategory: 'UtilitiesApplication',
|
|
152
|
+
operatingSystem: 'Web',
|
|
153
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
154
|
+
inLanguage: 'de',
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export const content: TimelapseLocaleContent = {
|
|
158
|
+
slug,
|
|
159
|
+
title,
|
|
160
|
+
description,
|
|
161
|
+
ui,
|
|
162
|
+
seo,
|
|
163
|
+
faq,
|
|
164
|
+
faqTitle: 'Häufig gestellte Fragen zur Zeitraffer Produktion',
|
|
165
|
+
bibliography,
|
|
166
|
+
bibliographyTitle: 'Zeitraffer Theorie und Ressourcen',
|
|
167
|
+
howTo,
|
|
168
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
169
|
+
};
|
|
@@ -58,7 +58,7 @@ const howTo: TimelapseLocaleContent['howTo'] = [
|
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
name: "Vérifier l'espace de stockage",
|
|
61
|
-
text: "La calculatrice vous dira combien de Gigaoctets la session occupera. Assurez
|
|
61
|
+
text: "La calculatrice vous dira combien de Gigaoctets la session occupera. Assurez vous que votre carte SD a assez d'espace.",
|
|
62
62
|
},
|
|
63
63
|
];
|
|
64
64
|
|
|
@@ -85,7 +85,7 @@ const seo: TimelapseLocaleContent['seo'] = [
|
|
|
85
85
|
{ type: 'title', text: 'Guide Ultime des Intervalles Timelapse et Hyperlapse', level: 2 },
|
|
86
86
|
{ type: 'paragraph', html: 'La différence entre une vidéo accélérée amateur et un <strong>timelapse cinématographique</strong> réside mathématiquement dans un seul facteur : <strong>l\'intervalle</strong>. Cette calculatrice élimine les devinettes, vous permettant de planifier avec précision la capture de levers de soleil, du trafic urbain ou de la Voie lactée.' },
|
|
87
87
|
|
|
88
|
-
{ type: 'title', text: 'Tableau des Intervalles Recommandés (Aide
|
|
88
|
+
{ type: 'title', text: 'Tableau des Intervalles Recommandés (Aide mémoire)', level: 3 },
|
|
89
89
|
{ type: 'paragraph', html: 'Utilisez ce tableau de référence rapide pour régler votre intervallomètre en fonction du sujet.' },
|
|
90
90
|
{ type: 'table', headers: ['Sujet / Scène', 'Intervalle Suggeré', 'Durée de l\'Événement (Minimum)'], rows: [
|
|
91
91
|
['Nuages rapides / Orages', '1 - 2 secondes', '20 - 30 min'],
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { TimelapseUI, TimelapseLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-timelapse-hyperlapse-interval-sempurna';
|
|
5
|
+
const title = 'Kalkulator Timelapse dan Hyperlapse: Interval Sempurna';
|
|
6
|
+
const description = 'Hitung interval yang tepat di antara foto, durasi total, dan penyimpanan untuk timelapse Anda. Alat penting bagi fotografer.';
|
|
7
|
+
|
|
8
|
+
const ui: TimelapseUI = {
|
|
9
|
+
title: "Kalkulator Timelapse",
|
|
10
|
+
paramsTitle: "Parameter",
|
|
11
|
+
eventDuration: "Berapa lama durasi peristiwa aslinya?",
|
|
12
|
+
hours: "Jam",
|
|
13
|
+
minutes: "Menit",
|
|
14
|
+
videoDuration: "Berapa durasi video final yang Anda inginkan?",
|
|
15
|
+
seconds: "Durasi (detik)",
|
|
16
|
+
fps: "FPS",
|
|
17
|
+
resultsTitle: "Hasil",
|
|
18
|
+
intervalLabel: "Atur intervalometer Anda ke:",
|
|
19
|
+
secondsUnit: "detik",
|
|
20
|
+
totalPhotos: "Total Foto",
|
|
21
|
+
speed: "Kecepatan",
|
|
22
|
+
shutterSpeed: "Kecepatan Rana",
|
|
23
|
+
storage: "Ukuran (RAW)",
|
|
24
|
+
rule180Info: "Aturan 180° menyarankan kecepatan rana setengah dari interval untuk keburaman gerakan yang mulus.",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const faq: TimelapseLocaleContent['faq'] = [
|
|
28
|
+
{
|
|
29
|
+
question: "Bagaimana cara memilih interval yang benar untuk timelapse saya?",
|
|
30
|
+
answer: "Tergantung pada kecepatan gerakan yang Anda tangkap. Untuk awan yang bergerak cepat, gunakan 2-3 detik. Untuk pergerakan matahari atau bintang, gunakan 15-30 detik. Untuk pertumbuhan tanaman atau konstruksi bangunan, gunakan 5-15 menit.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "Berapa banyak foto yang saya butuhkan untuk video berdurasi satu menit?",
|
|
34
|
+
answer: "Video standar memiliki 24 atau 30 bingkai per detik (fps). Untuk satu menit video pada 24fps, Anda membutuhkan tepat 1440 foto (60 detik * 24 foto/detik).",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: "Apa itu 'Flicker' dan bagaimana cara menghindarinya?",
|
|
38
|
+
answer: "Flicker adalah kedipan yang mengganggu yang disebabkan oleh variasi kecil dalam pencahayaan antar foto. Untuk menghindarinya, selalu gunakan mode manual (M), white balance tetap, dan utamakan menggunakan lensa dengan cincin apertur manual.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: "Mengapa kecepatan rana itu penting?",
|
|
42
|
+
answer: "Agar gerakan terlihat mulus (aturan 180°), kecepatan rana harus sekitar setengah dari interval. Misalnya, jika intervalnya 2 detik, cobalah memotret pada 1 detik untuk membuat efek motion blur alami.",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const howTo: TimelapseLocaleContent['howTo'] = [
|
|
47
|
+
{
|
|
48
|
+
name: "Tentukan durasi video final",
|
|
49
|
+
text: "Tentukan berapa detik atau menit durasi video akhir yang Anda inginkan (misalnya, 10 detik untuk Instagram).",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Pilih FPS keluaran",
|
|
53
|
+
text: "Pilih kelancaran video: 24 (bioskop), 30 (web), atau 60 (slow motion yang mulus).",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "Atur interval pengambilan gambar",
|
|
57
|
+
text: "Konfigurasikan setiap berapa detik kamera Anda akan memotret sesuai dengan kecepatan adegan.",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "Verifikasi ruang penyimpanan",
|
|
61
|
+
text: "Kalkulator akan memberi tahu Anda berapa Gigabyte ruang yang akan digunakan sesi tersebut. Pastikan kartu SD Anda memiliki ruang yang cukup.",
|
|
62
|
+
},
|
|
63
|
+
];
|
|
64
|
+
|
|
65
|
+
const bibliography: TimelapseLocaleContent['bibliography'] = [
|
|
66
|
+
{
|
|
67
|
+
name: "Timescapes Forum - Digital Timelapse Acquisition & Processing",
|
|
68
|
+
url: "https://timescapes.org/phpBB3/viewforum.php?f=4",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: "Magic Lantern - Auto ETTR & Bulb Ramping Algorithms",
|
|
72
|
+
url: "https://wiki.magiclantern.fm/ettr",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "LRTimelapse - Visual Deflicker & Holy Grail Workflow",
|
|
76
|
+
url: "https://lrtimelapse.com/tutorial/advanced/",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "PhotoPills - Advanced Timelapse Calculator & NPF Rule",
|
|
80
|
+
url: "https://www.photopills.com/calculators/timelapse",
|
|
81
|
+
},
|
|
82
|
+
];
|
|
83
|
+
|
|
84
|
+
const seo: TimelapseLocaleContent['seo'] = [
|
|
85
|
+
{ type: 'title', text: 'Panduan Definitif untuk Interval Timelapse dan Hyperlapse', level: 2 },
|
|
86
|
+
{ type: 'paragraph', html: 'Perbedaan antara video kecepatan tinggi amatir dan <strong>timelapse sinematik</strong> secara matematis terletak pada satu faktor tunggal: <strong>interval</strong>. Kalkulator ini menghilangkan keraguan, memungkinkan Anda merencanakan pemotretan intervalometer Anda dengan tepat.' },
|
|
87
|
+
|
|
88
|
+
{ type: 'title', text: 'Tabel Interval yang Direkomendasikan (Cheat Sheet)', level: 3 },
|
|
89
|
+
{ type: 'paragraph', html: 'Gunakan tabel referensi cepat ini untuk mengatur intervalometer Anda sesuai dengan subjeknya.' },
|
|
90
|
+
{ type: 'table', headers: ['Subjek / Adegan', 'Saran Interval', 'Durasi Peristiwa (Minimum)'], rows: [
|
|
91
|
+
['Awan Cepat / Badai', '1 - 2 detik', '20 - 30 menit'],
|
|
92
|
+
['Lalu Lintas Kota / Orang (Blur)', '0.5 - 2 detik', '15 - 20 menit'],
|
|
93
|
+
['Matahari Terbenam / Terbit (Holy Grail)', '5 - 10 detik', '1.5 - 2.5 jam'],
|
|
94
|
+
['Awan Lambat / Bayangan', '10 - 15 detik', '2 - 3 jam'],
|
|
95
|
+
['Bintang / Bima Sakti (Astro)', '15 - 30 detik*', '3 - 5 jam'],
|
|
96
|
+
['Konstruksi / Pertumbuhan Tanaman', '5 - 15 menit', 'Hari / Minggu']
|
|
97
|
+
]},
|
|
98
|
+
{ type: 'tip', title: 'Catatan untuk Astro', html: 'Interval biasanya ditentukan oleh waktu pencahayaan yang dibutuhkan (aturan 500) + 1 atau 2 detik jeda untuk penulisan ke kartu memori.' },
|
|
99
|
+
|
|
100
|
+
{ type: 'title', text: 'Aturan 180° (Motion Blur)', level: 3 },
|
|
101
|
+
{ type: 'paragraph', html: 'Kesalahan umum dalam timelapse adalah mendapatkan video yang "patah-patah". Untuk mendapatkan tampilan sinematik yang mulus, Anda membutuhkan <strong>motion blur</strong>.' },
|
|
102
|
+
{ type: 'card', title: 'Aturan', icon: 'mdi:information', html: 'Kecepatan Rana Anda harus setengah dari interval Anda. <br /><br /> <em>Contoh:</em> Jika Anda memotret setiap <strong>4 detik</strong>, pencahayaan Anda harus <strong>2 detik</strong>.' },
|
|
103
|
+
|
|
104
|
+
{ type: 'title', text: 'Flicker dan Apertur Manual', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: '"Flicker" adalah kedipan mengganggu yang disebabkan oleh variasi mikro dalam bukaan diafragma antar bidikan.' },
|
|
106
|
+
{ type: 'list', items: [
|
|
107
|
+
'<strong>Lens Twist:</strong> Buka sedikit kunci lensa pada DSLR untuk memutus koneksi elektronik dan menetapkan apertur secara mekanis.',
|
|
108
|
+
'<strong>Semua Manual:</strong> ISO, White Balance, dan Fokus harus tetap. Jangan pernah gunakan mode otomatis.',
|
|
109
|
+
'<strong>Potret dalam RAW:</strong> Penting untuk mengoreksi pencahayaan dan warna di pascaproduksi.'
|
|
110
|
+
]},
|
|
111
|
+
|
|
112
|
+
{ type: 'diagnostic', variant: 'success', title: 'Teknik Lanjutan: "Holy Grail"', icon: 'mdi:crown', badge: 'Teknik Pro', html: '"Holy Grail" mengacu pada transisi mulus dari siang ke malam (atau sebaliknya). Ini adalah tantangan teknis tersulit dalam timelapse.' },
|
|
113
|
+
|
|
114
|
+
{ type: 'stats', columns: 3, items: [
|
|
115
|
+
{ label: 'Bulb Ramping', value: 'Exposure Bertahap', icon: 'mdi:brightness-6' },
|
|
116
|
+
{ label: 'Post-Pro', value: 'LRTimelapse', icon: 'mdi:television-guide' },
|
|
117
|
+
{ label: 'Strategi', value: 'Interval Malam', icon: 'mdi:weather-night' }
|
|
118
|
+
]},
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: 'Kesimpulan: Seni Mekanika Sederhana', level: 3 },
|
|
121
|
+
{ type: 'paragraph', html: 'Menguasai timelapse Anda dimulai dengan memahami matematika intervalometer Anda.' }
|
|
122
|
+
];
|
|
123
|
+
|
|
124
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
125
|
+
'@context': 'https://schema.org',
|
|
126
|
+
'@type': 'FAQPage',
|
|
127
|
+
mainEntity: faq.map((item) => ({
|
|
128
|
+
'@type': 'Question',
|
|
129
|
+
name: item.question,
|
|
130
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
131
|
+
})),
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
const howToSchema: WithContext<HowTo> = {
|
|
135
|
+
'@context': 'https://schema.org',
|
|
136
|
+
'@type': 'HowTo',
|
|
137
|
+
name: title,
|
|
138
|
+
description,
|
|
139
|
+
step: howTo.map((step) => ({
|
|
140
|
+
'@type': 'HowToStep',
|
|
141
|
+
name: step.name,
|
|
142
|
+
text: step.text,
|
|
143
|
+
})),
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'SoftwareApplication',
|
|
149
|
+
name: title,
|
|
150
|
+
description,
|
|
151
|
+
applicationCategory: 'UtilitiesApplication',
|
|
152
|
+
operatingSystem: 'Web',
|
|
153
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
154
|
+
inLanguage: 'id',
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export const content: TimelapseLocaleContent = {
|
|
158
|
+
slug,
|
|
159
|
+
title,
|
|
160
|
+
description,
|
|
161
|
+
ui,
|
|
162
|
+
seo,
|
|
163
|
+
faq,
|
|
164
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan tentang Produksi Timelapse',
|
|
165
|
+
bibliography,
|
|
166
|
+
bibliographyTitle: 'Teori dan Sumber Daya Timelapse',
|
|
167
|
+
howTo,
|
|
168
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
169
|
+
};
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { TimelapseUI, TimelapseLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-timelapse-hyperlapse-intervalli-perfetti';
|
|
5
|
+
const title = 'Calcolatore Timelapse e Hyperlapse: Intervalli Perfetti';
|
|
6
|
+
const description = 'Calcola l\'intervallo esatto tra le foto, la durata totale e lo spazio di archiviazione per i tuoi timelapse. Strumento essenziale per i fotografi.';
|
|
7
|
+
|
|
8
|
+
const ui: TimelapseUI = {
|
|
9
|
+
title: "Calcolatore Timelapse",
|
|
10
|
+
paramsTitle: "Parametri",
|
|
11
|
+
eventDuration: "Quanto dura l'evento reale?",
|
|
12
|
+
hours: "Ore",
|
|
13
|
+
minutes: "Minuti",
|
|
14
|
+
videoDuration: "Quale video finale desideri?",
|
|
15
|
+
seconds: "Durata (sec)",
|
|
16
|
+
fps: "FPS",
|
|
17
|
+
resultsTitle: "Risultati",
|
|
18
|
+
intervalLabel: "Imposta l'intervallometro su:",
|
|
19
|
+
secondsUnit: "secondi",
|
|
20
|
+
totalPhotos: "Foto Totali",
|
|
21
|
+
speed: "Velocità",
|
|
22
|
+
shutterSpeed: "Tempo di Otturazione",
|
|
23
|
+
storage: "Dimensione (RAW)",
|
|
24
|
+
rule180Info: "La regola dei 180° suggerisce un tempo di otturazione pari alla metà dell'intervallo per un motion blur fluido.",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const faq: TimelapseLocaleContent['faq'] = [
|
|
28
|
+
{
|
|
29
|
+
question: "Come scelgo l'intervallo corretto per il mio timelapse?",
|
|
30
|
+
answer: "Dipende dalla velocità del movimento che stai catturando. Per nuvole veloci, usa 2-3 secondi. Per il movimento del sole o delle stelle, 15-30 secondi. Per la crescita di piante o cantieri edili, 5-15 minuti.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "Quante foto servono per un video di un minuto?",
|
|
34
|
+
answer: "Un video standard ha 24 o 30 fotogrammi al secondo (fps). Per un minuto di video a 24fps, servono esattamente 1440 fotografie (60 secondi * 24 foto/secondo).",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: "Cos'è il 'Flicker' e come posso evitarlo?",
|
|
38
|
+
answer: "È un fastidioso sfarfallio causato da piccole variazioni di esposizione tra le foto. Per evitarlo, usa sempre la modalità manuale (M), il bilanciamento del bianco fisso e preferisci obiettivi con ghiera del diaframma manuale.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: "Perché il tempo di otturazione è importante?",
|
|
42
|
+
answer: "Perché il movimento appaia fluido (regola dei 180°), il tempo di otturazione dovrebbe essere circa la metà dell'intervallo. Ad esempio, se l'intervallo è di 2 secondi, prova a scattare a 1 secondo.",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const howTo: TimelapseLocaleContent['howTo'] = [
|
|
47
|
+
{
|
|
48
|
+
name: "Definisci la durata del video finale",
|
|
49
|
+
text: "Indica quanti secondi o minuti vuoi che duri il video risultante (es. 10 secondi per Instagram).",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Seleziona gli FPS di uscita",
|
|
53
|
+
text: "Scegli la fluidità del video: 24 (cinema), 30 (web) o 60 (slow motion fluido).",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "Regola l'intervallo di scatto",
|
|
57
|
+
text: "Configura ogni quanti secondi la tua fotocamera scatterà in base alla velocità della scena.",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "Verifica lo spazio di archiviazione",
|
|
61
|
+
text: "Il calcolatore ti dirà quanti Gigabyte occuperà la sessione. Assicurati che la tua scheda SD abbia spazio sufficiente.",
|
|
62
|
+
},
|
|
63
|
+
];
|
|
64
|
+
|
|
65
|
+
const bibliography: TimelapseLocaleContent['bibliography'] = [
|
|
66
|
+
{
|
|
67
|
+
name: "Timescapes Forum - Digital Timelapse Acquisition & Processing",
|
|
68
|
+
url: "https://timescapes.org/phpBB3/viewforum.php?f=4",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: "Magic Lantern - Auto ETTR & Bulb Ramping Algorithms",
|
|
72
|
+
url: "https://wiki.magiclantern.fm/ettr",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "LRTimelapse - Visual Deflicker & Holy Grail Workflow",
|
|
76
|
+
url: "https://lrtimelapse.com/tutorial/advanced/",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "PhotoPills - Advanced Timelapse Calculator & NPF Rule",
|
|
80
|
+
url: "https://www.photopills.com/calculators/timelapse",
|
|
81
|
+
},
|
|
82
|
+
];
|
|
83
|
+
|
|
84
|
+
const seo: TimelapseLocaleContent['seo'] = [
|
|
85
|
+
{ type: 'title', text: 'Guida Definitiva agli Intervalli Timelapse e Hyperlapse', level: 2 },
|
|
86
|
+
{ type: 'paragraph', html: 'La differenza tra un video amatoriale ad alta velocità e un <strong>timelapse cinematografico</strong> risiede matematicamente in un unico fattore: <strong>l\'intervallo</strong>. Questo calcolatore elimina le incertezze, permettendoti di pianificare con precisione i tuoi scatti.' },
|
|
87
|
+
|
|
88
|
+
{ type: 'title', text: 'Tabella Intervalli Raccomandati (Cheat Sheet)', level: 3 },
|
|
89
|
+
{ type: 'paragraph', html: 'Usa questa tabella di riferimento rapido per impostare l\'intervallometro in base al soggetto.' },
|
|
90
|
+
{ type: 'table', headers: ['Soggetto / Scena', 'Intervallo Suggerito', 'Durata Evento (Minima)'], rows: [
|
|
91
|
+
['Nuvole Veloci / Tempeste', '1 - 2 secondi', '20 - 30 min'],
|
|
92
|
+
['Traffico Urbano / Persone (Blur)', '0.5 - 2 secondi', '15 - 20 min'],
|
|
93
|
+
['Tramonto / Alba (Holy Grail)', '5 - 10 secondi', '1.5 - 2.5 ore'],
|
|
94
|
+
['Nuvole Lente / Ombre', '10 - 15 secondi', '2 - 3 ore'],
|
|
95
|
+
['Stelle / Via Lattea (Astro)', '15 - 30 secondi*', '3 - 5 ore'],
|
|
96
|
+
['Costruzioni / Crescita Piante', '5 - 15 minuti', 'Giorni / Settimane']
|
|
97
|
+
]},
|
|
98
|
+
{ type: 'tip', title: 'Nota per Astro', html: 'L\'intervallo è solitamente dettato dal tempo di esposizione (regola 500) + 1 o 2 secondi di buffer.' },
|
|
99
|
+
|
|
100
|
+
{ type: 'title', text: 'La Regola dei 180° (Motion Blur)', level: 3 },
|
|
101
|
+
{ type: 'paragraph', html: 'Un errore comune nel timelapse è ottenere un video "scattoso". Per ottenere quel look cinematografico fluido, hai bisogno di <strong>motion blur</strong>.' },
|
|
102
|
+
{ type: 'card', title: 'La Regola', icon: 'mdi:information', html: 'Il tuo Tempo di Otturazione dovrebbe essere la metà del tuo intervallo. <br /><br /> <em>Esempio:</em> Se scatti ogni <strong>4 secondi</strong>, la tua esposizione dovrebbe essere di <strong>2 secondi</strong>.' },
|
|
103
|
+
|
|
104
|
+
{ type: 'title', text: 'Flicker e Diaframma Manuale', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: 'Il "Flicker" è il fastidioso sfarfallio causato dalle micro-variazioni dell\'apertura del diaframma tra gli scatti.' },
|
|
106
|
+
{ type: 'list', items: [
|
|
107
|
+
'<strong>Lens Twist:</strong> Sblocca leggermente l\'obiettivo sulle DSLR per interrompere il collegamento elettronico e fissare il diaframma meccanicamente.',
|
|
108
|
+
'<strong>Tutto Manuale:</strong> ISO, Bilanciamento del Bianco e Messa a Fuoco devono essere fissi.',
|
|
109
|
+
'<strong>Scatta in RAW:</strong> Essenziale per correggere esposizione e colore in post-produzione.'
|
|
110
|
+
]},
|
|
111
|
+
|
|
112
|
+
{ type: 'diagnostic', variant: 'success', title: 'Tecnica Avanzata: Il "Sacro Graal"', icon: 'mdi:crown', badge: 'Tecnica Pro', html: 'Il "Sacro Graal" si riferisce alla transizione fluida dal giorno alla notte (o viceversa). È la sfida tecnica più difficile.' },
|
|
113
|
+
|
|
114
|
+
{ type: 'stats', columns: 3, items: [
|
|
115
|
+
{ label: 'Bulb Ramping', value: 'Esposizione Graduale', icon: 'mdi:brightness-6' },
|
|
116
|
+
{ label: 'Post-Pro', value: 'LRTimelapse', icon: 'mdi:television-guide' },
|
|
117
|
+
{ label: 'Strategia', value: 'Intervallo Notte', icon: 'mdi:weather-night' }
|
|
118
|
+
]},
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: 'Conclusione: Lo Zen della Meccanica Semplice', level: 3 },
|
|
121
|
+
{ type: 'paragraph', html: 'Padroneggiare il tuo timelapse inizia con la comprensione della matematica del tuo intervallometro.' }
|
|
122
|
+
];
|
|
123
|
+
|
|
124
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
125
|
+
'@context': 'https://schema.org',
|
|
126
|
+
'@type': 'FAQPage',
|
|
127
|
+
mainEntity: faq.map((item) => ({
|
|
128
|
+
'@type': 'Question',
|
|
129
|
+
name: item.question,
|
|
130
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
131
|
+
})),
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
const howToSchema: WithContext<HowTo> = {
|
|
135
|
+
'@context': 'https://schema.org',
|
|
136
|
+
'@type': 'HowTo',
|
|
137
|
+
name: title,
|
|
138
|
+
description,
|
|
139
|
+
step: howTo.map((step) => ({
|
|
140
|
+
'@type': 'HowToStep',
|
|
141
|
+
name: step.name,
|
|
142
|
+
text: step.text,
|
|
143
|
+
})),
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'SoftwareApplication',
|
|
149
|
+
name: title,
|
|
150
|
+
description,
|
|
151
|
+
applicationCategory: 'UtilitiesApplication',
|
|
152
|
+
operatingSystem: 'Web',
|
|
153
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
154
|
+
inLanguage: 'it',
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export const content: TimelapseLocaleContent = {
|
|
158
|
+
slug,
|
|
159
|
+
title,
|
|
160
|
+
description,
|
|
161
|
+
ui,
|
|
162
|
+
seo,
|
|
163
|
+
faq,
|
|
164
|
+
faqTitle: 'Domande Frequenti sulla Produzione di Timelapse',
|
|
165
|
+
bibliography,
|
|
166
|
+
bibliographyTitle: 'Teoria e Risorse per il Timelapse',
|
|
167
|
+
howTo,
|
|
168
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
169
|
+
};
|