@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.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +198 -0
- package/src/category/i18n/fr.ts +1 -1
- 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/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/chromaticLens/i18n/de.ts +246 -0
- package/src/tool/chromaticLens/i18n/en.ts +1 -1
- package/src/tool/chromaticLens/i18n/es.ts +1 -1
- package/src/tool/chromaticLens/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/collageMaker/i18n/es.ts +1 -1
- package/src/tool/collageMaker/i18n/fr.ts +1 -1
- 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/en.ts +2 -2
- package/src/tool/exifCleaner/i18n/es.ts +2 -2
- package/src/tool/exifCleaner/i18n/fr.ts +4 -4
- 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 +2 -2
- package/src/tool/imageCompressor/i18n/es.ts +2 -2
- 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/en.ts +2 -2
- package/src/tool/printQualityCalculator/i18n/es.ts +3 -3
- package/src/tool/printQualityCalculator/i18n/fr.ts +3 -3
- 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/en.ts +1 -1
- package/src/tool/privacyBlur/i18n/es.ts +1 -1
- package/src/tool/privacyBlur/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/subtitleSync/i18n/es.ts +1 -1
- package/src/tool/subtitleSync/i18n/fr.ts +8 -8
- 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/en.ts +1 -1
- package/src/tool/tvDistance/i18n/es.ts +1 -1
- package/src/tool/tvDistance/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/videoFrameExtractor/i18n/es.ts +1 -1
- package/src/tool/videoFrameExtractor/i18n/fr.ts +1 -1
- 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 = '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
|
+
};
|
|
@@ -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-calculator-intervals-japan';
|
|
5
|
+
const title = 'ใฟใคใ ใฉใในใปใใคใใผใฉใใน่จ็ฎๆฉ๏ผๆ้ฉใชใคใณใฟใผใใซ่จญๅฎ';
|
|
6
|
+
const description = 'ๅ็ๆฎๅฝฑใฎ้้ใๅ็ปใฎ้ทใใๅฟ
่ฆใชในใใฌใผใธๅฎน้ใๆญฃ็ขบใซ่จ็ฎใใฟใคใ ใฉใในๆฎๅฝฑใซๆฌ ใใใชใใใฉใใฐใฉใใกใผ็จใใผใซใ';
|
|
7
|
+
|
|
8
|
+
const ui: TimelapseUI = {
|
|
9
|
+
title: "ใฟใคใ ใฉใใน่จ็ฎๆฉ",
|
|
10
|
+
paramsTitle: "ใใฉใกใผใฟใผ่จญๅฎ",
|
|
11
|
+
eventDuration: "ๅฎ้ใฎใคใใณใใฎๆ้ใฏ๏ผ",
|
|
12
|
+
hours: "ๆ้",
|
|
13
|
+
minutes: "ๅ",
|
|
14
|
+
videoDuration: "ๅฎๆใใใๅ็ปใฎ้ทใใฏ๏ผ",
|
|
15
|
+
seconds: "ๅ็ปใฎ็งๆฐ",
|
|
16
|
+
fps: "FPS๏ผใใฌใผใ ใฌใผใ๏ผ",
|
|
17
|
+
resultsTitle: "่จ็ฎ็ตๆ",
|
|
18
|
+
intervalLabel: "ใคใณใฟใผใใญใกใผใฟใผใฎ่จญๅฎๅค๏ผ",
|
|
19
|
+
secondsUnit: "็ง",
|
|
20
|
+
totalPhotos: "ๅ่จๅ็ๆๆฐ",
|
|
21
|
+
speed: "ๅ็้ๅบฆ",
|
|
22
|
+
shutterSpeed: "ใทใฃใใฟใผในใใผใ",
|
|
23
|
+
storage: "ๅฎน้็ฎๅฎ๏ผRAW๏ผ",
|
|
24
|
+
rule180Info: "180ๅบฆใซใผใซใงใฏใๆปใใใชใขใผใทใงใณใใฉใผใๅพใใใใซใๆฎๅฝฑ้้ใฎๅๅใฎใทใฃใใฟใผในใใผใใๆจๅฅจใใใพใใ",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const faq: TimelapseLocaleContent['faq'] = [
|
|
28
|
+
{
|
|
29
|
+
question: "ใฟใคใ ใฉใในๆฎๅฝฑใงๆญฃใใใคใณใฟใผใใซ๏ผๆฎๅฝฑ้้๏ผใ้ธใถใซใฏ๏ผ",
|
|
30
|
+
answer: "่ขซๅไฝใฎๅใใฎ้ใใซใใใพใใๆตใใ้ฒใชใ2ใ3็งใๅคช้ฝใๆใฎๅใใชใ15ใ30็งใๆค็ฉใฎๆ้ทใๅปบ็ฉใฎๅปบ่จญ็พๅ ดใชใ5ใ15ๅ็จๅบฆใ็ฎๅฎใงใใ",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "1ๅ้ใฎๅ็ปใไฝใใซใฏไฝๆใฎๅ็ใๅฟ
่ฆใงใใ๏ผ",
|
|
34
|
+
answer: "ๆจๆบ็ใชๅ็ปใฏ1็ง้ใซ24ๆใพใใฏ30ๆใฎใใฌใผใ ๏ผfps๏ผใงๆงๆใใใพใใ24fpsใง1ๅ้ใฎๅ็ปใไฝใใซใฏใๆญฃ็ขบใซ1440ๆ๏ผ60็ง ร 24ๆ/็ง๏ผใฎๅ็ใๅฟ
่ฆใงใใ",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: "ใใใชใใซใผใใจใฏไฝใงใใ๏ผใฉใใใใฐ้ฒใใพใใ๏ผ",
|
|
38
|
+
answer: "ๅ็ใใจใฎใใใใช้ฒๅบใฎ้ใใซใใฃใฆ็ใใใไธๅฟซใช็ป้ขใฎใใฉใคใใฎใใจใงใใ้ฒใใซใฏใๅธธใซใใใฅใขใซใขใผใ๏ผM๏ผใใใฏใคใใใฉใณในใๅบๅฎใใใใใฅใขใซ็ตใใชใณใฐใฎใใใฌใณใบใไฝฟ็จใใใใจใๆจๅฅจใใพใใ",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: "ใทใฃใใฟใผในใใผใใ้่ฆใชใฎใฏใชใใงใใ๏ผ",
|
|
42
|
+
answer: "ๅใใๆปใใใซ่ฆใใใใ๏ผ180ๅบฆใซใผใซ๏ผใซใฏใใทใฃใใฟใผในใใผใใๆฎๅฝฑ้้ใฎ็ดๅๅใซใใใฎใ็ๆณ็ใงใใไพใใฐใ้้ใ2็งใชใใใทใฃใใฟใผในใใผใใ1็งใซใใฆ่ช็ถใชใขใผใทใงใณใใฉใผใไฝใใพใใ",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const howTo: TimelapseLocaleContent['howTo'] = [
|
|
47
|
+
{
|
|
48
|
+
name: "ๅ็ปใฎ้ทใใๆฑบใใ",
|
|
49
|
+
text: "ๆ็ต็ใซไฝ็งใใใใใฏไฝๅใฎๅ็ปใซใใใใใๆๅฎใใพใ๏ผไพ๏ผInstagram็จใชใ10็งใชใฉ๏ผใ",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "ๅบๅFPSใ้ธๆ",
|
|
53
|
+
text: "ๅ็ปใฎๆปใใใใ้ธใณใพใ๏ผ24๏ผๆ ็ป้ขจ๏ผใ30๏ผๆจๆบ็๏ผใ60๏ผ้ๅธธใซๆปใใใชในใญใผใขใผใทใงใณ๏ผใ",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "ๆฎๅฝฑ้้ใ่ชฟๆด",
|
|
57
|
+
text: "่ขซๅไฝใฎๅใใฎ้ใใซๅใใใฆใใซใกใฉใไฝ็งใใใซไฝๅใใใใ่จญๅฎใใพใใ",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "ในใใฌใผใธๅฎน้ใ็ขบ่ช",
|
|
61
|
+
text: "ๆฎๅฝฑใซๅฟ
่ฆใชๆฆ็ฎๅฎน้ใ่กจ็คบใใใพใใ้ๅงๅใซSDใซใผใใซๅๅใช็ฉบใใใใใ็ขบ่ชใใฆใใ ใใใ",
|
|
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: 'ใฟใคใ ใฉใในใปใใคใใผใฉใในๆฎๅฝฑใฎๅฎๅ
จใฌใคใ', level: 2 },
|
|
86
|
+
{ type: 'paragraph', html: '็ด ไบบใฎๆฉ้ใๅ็ปใจ<strong>ๆ ็ปใฎใใใชใฟใคใ ใฉใใน</strong>ใฎๆฐๅญฆ็ใช้ใใฏใใใฃใไธใคใฎ่ฆ็ด ใใคใพใ<strong>ใๆฎๅฝฑ้้๏ผใคใณใฟใผใใซ๏ผใ</strong>ใซใใใพใใใใฎ่จ็ฎๆฉใไฝฟใใฐใๆฅใฎๅบใ้ฝๅธใฎไบค้ใๅคฉใฎๅทใชใฉใๅฎ็งใชๆปใใใใงๆใใใใใฎ่จ็ป้ขใใตใใผใใใพใใ' },
|
|
87
|
+
|
|
88
|
+
{ type: 'title', text: 'ๆจๅฅจๆฎๅฝฑ้้ใใผใใซ๏ผใใผใใทใผใ๏ผ', level: 3 },
|
|
89
|
+
{ type: 'paragraph', html: '่ขซๅไฝใซๅใใใฆใคใณใฟใผใใญใกใผใฟใผใ่จญๅฎใใใใใฎใฏใคใใฏใชใใกใฌใณในใงใใๅใใ่ช่ญใงใใใใคๆปใใใซ็นใใ่จญๅฎใ็ฎๆใใพใใใใ' },
|
|
90
|
+
{ type: 'table', headers: ['่ขซๅไฝ / ใทใผใณ', 'ๆจๅฅจ้้', 'ใคใใณใใฎๆไฝๆฎๅฝฑๆ้'], rows: [
|
|
91
|
+
['้ใ้ฒ / ๅต', '1 ใ 2 ็ง', '20 ใ 30 ๅ'],
|
|
92
|
+
['่กใฎไบค้ / ไบบๆททใฟ๏ผใใฌๆผๅบ๏ผ', '0.5 ใ 2 ็ง', '15 ใ 20 ๅ'],
|
|
93
|
+
['ๅคๆฅ / ๆๆฅ๏ผใใผใชใผใฐใฌใคใซ๏ผ', '5 ใ 10 ็ง', '1.5 ใ 2.5 ๆ้'],
|
|
94
|
+
['้
ใ้ฒ / ๅฝฑใฎๅใ', '10 ใ 15 ็ง', '2 ใ 3 ๆ้'],
|
|
95
|
+
['ๆ็ฉบ / ๅคฉใฎๅท๏ผใขในใใญ๏ผ', '15 ใ 30 ็ง*', '3 ใ 5 ๆ้'],
|
|
96
|
+
['ๅปบ่จญ็พๅ ด / ๆค็ฉใฎๆ้ท', '5 ใ 15 ๅ', 'ๆฐๆฅ ใ ๆฐ้ฑ้']
|
|
97
|
+
]},
|
|
98
|
+
{ type: 'tip', title: 'ๆ็ฉบๆฎๅฝฑใฎๆณจๆ็น', html: '้้ใฏ้ๅธธใๅ
ใๆใใใใใฎ้ฒๅบๆ้๏ผ500ใซใผใซ็ญ๏ผใซใใซใผใใธใฎๆธใ่พผใฟใใใใกใจใใฆ1ใ2็งใๅ ใใๆ้ใซใชใใพใใ' },
|
|
99
|
+
|
|
100
|
+
{ type: 'title', text: '180ๅบฆใซใผใซ๏ผใขใผใทใงใณใใฉใผ๏ผ', level: 3 },
|
|
101
|
+
{ type: 'paragraph', html: 'ใฟใคใ ใฉใในใงใใใใๅคฑๆใฏใๅ็ปใใใซใฏใซใฏใใใฆใใพใใใจใงใใๆปใใใชใทใใใใฃใใฏใชๅค่ฆณใๅพใใซใฏใ<strong>ใขใผใทใงใณใใฉใผ</strong>ใๅฟ
่ฆใงใใ' },
|
|
102
|
+
{ type: 'card', title: '้ป้ใซใผใซ', icon: 'mdi:information', html: 'ใทใฃใใฟใผในใใผใใๆฎๅฝฑ้้ใฎๅๅใซใใพใใ <br /><br /> <em>ไพ๏ผ</em> <strong>4็ง</strong>ใใใซๆฎๅฝฑใใๅ ดๅใ้ฒๅบใ <strong>2็ง</strong> ใซ่จญๅฎใใพใใใใใซใใๅ็้ใฎใๆ้ใฎ้้ใใๅใพใใ่ปใฎๅ
่ทกใๆฐดใฎๆตใใๆใใใใชใใพใใ' },
|
|
103
|
+
|
|
104
|
+
{ type: 'title', text: 'ใใชใใซใผใจใใใฅใขใซ็ตใ', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: 'ใใใชใใซใผใใจใฏใๆฎๅฝฑใใจใซ็ตใ็พฝๆ นใใใใใซใใใใใจใง็บ็ใใใใฉใคใใฎใใจใงใใ' },
|
|
106
|
+
{ type: 'list', items: [
|
|
107
|
+
'<strong>ใฌใณใบใใคในใ:</strong> DSLR็ญใฎๅ ดๅใใฌใณใบใใใใใซๅใใฆ้ปๅญๆฅ็นใๅใใ็ตใใๆฉๆขฐ็ใซๅบๅฎใใใใฏใใใฏใใใใพใใ',
|
|
108
|
+
'<strong>ใในใฆใใใฅใขใซ่จญๅฎ:</strong> ISOใใใฏใคใใใฉใณในใใใฉใผใซในใฏๅบๅฎใใฆใใ ใใใใชใผใใขใผใใฏๅณ็ฆใงใใ',
|
|
109
|
+
'<strong>RAWใงๆฎๅฝฑ:</strong> ็ปๅใๅฃใใใซๅพๅทฅ็จใง้ฒๅบใ่ฒใ่ฃๆญฃใใใใใซๅฟ
้ ใงใใ'
|
|
110
|
+
]},
|
|
111
|
+
|
|
112
|
+
{ type: 'diagnostic', variant: 'success', title: '้ซๅบฆใชใใฏใใใฏ๏ผใใผใชใผใฐใฌใคใซ', icon: 'mdi:crown', badge: 'ใใญใฎๆ', html: 'ใใใผใชใผใฐใฌใคใซ๏ผ่ๆฏ๏ผใใจใฏใๆผใใๅค๏ผใพใใฏใใฎ้๏ผใธใฎๆปใใใช็งปใๅคใใใฎใใจใงใใๅ
้ใๅ็ใซๅคๅใใใใใๆใ้ฃใใๆ่ก็ๆๆฆใฎไธใคใงใใ' },
|
|
113
|
+
|
|
114
|
+
{ type: 'stats', columns: 3, items: [
|
|
115
|
+
{ label: 'Bulb Ramping', value: 'ๆฎต้็้ฒๅบ่ชฟๆด', icon: 'mdi:brightness-6' },
|
|
116
|
+
{ label: 'Post-Pro', value: 'LRTimelapseใไฝฟ็จ', icon: 'mdi:television-guide' },
|
|
117
|
+
{ label: 'Strategy', value: 'ๅค้ใคใณใฟใผใใซ', icon: 'mdi:weather-night' }
|
|
118
|
+
]},
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: '็ต่ซ๏ผใทใณใใซใชไป็ตใฟใซๅฎฟใใ็ฆ
ใ', level: 3 },
|
|
121
|
+
{ type: 'paragraph', html: 'ใฟใคใ ใฉใในใๆฅตใใใซใฏใใคใณใฟใผใใญใกใผใฟใผใฎ่ๅพใซใใๆฐๅญฆใ็่งฃใใใใจใใๅงใพใใพใใไธ้ฉๅใช่จญๅฎใงๆฎๅฝฑใใฃใณในใ้ใใชใใใใซใใพใใใใ' }
|
|
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: 'ja',
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export const content: TimelapseLocaleContent = {
|
|
158
|
+
slug,
|
|
159
|
+
title,
|
|
160
|
+
description,
|
|
161
|
+
ui,
|
|
162
|
+
seo,
|
|
163
|
+
faq,
|
|
164
|
+
faqTitle: 'ใฟใคใ ใฉใใน่ฃฝไฝใซ้ขใใใใใใ่ณชๅ',
|
|
165
|
+
bibliography,
|
|
166
|
+
bibliographyTitle: 'ใฟใคใ ใฉใในใฎ็่ซใจใชใฝใผใน',
|
|
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 = 'timelapse-hyperlapse-calculator-perfect-intervals-korea';
|
|
5
|
+
const title = 'ํ์๋ฉ์ค ๋ฐ ํ์ดํผ๋ฉ์ค ๊ณ์ฐ๊ธฐ: ์๋ฒฝํ ์ดฌ์ ๊ฐ๊ฒฉ ์ค์ ';
|
|
6
|
+
const description = '์ฌ์ง ์ดฌ์ ๊ฐ๊ฒฉ, ์ด ์์ ์๊ฐ, ๋ฐ์ดํฐ ์ ์ฅ ์ฉ๋์ ์ ํํ๊ฒ ๊ณ์ฐํ์ธ์. ์ฌ์ง์๊ฐ๋ฅผ ์ํ ํ์๋ฉ์ค ํ์ ๋๊ตฌ์
๋๋ค.';
|
|
7
|
+
|
|
8
|
+
const ui: TimelapseUI = {
|
|
9
|
+
title: "ํ์๋ฉ์ค ๊ณ์ฐ๊ธฐ",
|
|
10
|
+
paramsTitle: "์ค์ ํ๋ผ๋ฏธํฐ",
|
|
11
|
+
eventDuration: "์ค์ ์ด๋ฒคํธ์ ์ด ์ง์ ์๊ฐ์?",
|
|
12
|
+
hours: "์๊ฐ",
|
|
13
|
+
minutes: "๋ถ",
|
|
14
|
+
videoDuration: "์ต์ข
๊ฒฐ๊ณผ๋ฌผ ์์์ ๊ธธ์ด๋?",
|
|
15
|
+
seconds: "์์ ์๊ฐ (์ด)",
|
|
16
|
+
fps: "FPS",
|
|
17
|
+
resultsTitle: "๊ณ์ฐ ๊ฒฐ๊ณผ",
|
|
18
|
+
intervalLabel: "์ธํฐ๋ฒ๋ก๋ฏธํฐ(์ดฌ์ ๊ฐ๊ฒฉ) ์ค์ ๊ฐ:",
|
|
19
|
+
secondsUnit: "์ด",
|
|
20
|
+
totalPhotos: "์ด ์ฌ์ง ๋งค์",
|
|
21
|
+
speed: "๋ฐฐ์(์๋)",
|
|
22
|
+
shutterSpeed: "์
ํฐ ์คํผ๋",
|
|
23
|
+
storage: "์์ ์ฉ๋ (RAW)",
|
|
24
|
+
rule180Info: "180๋ ๊ท์น์ ๋ฐ๋ฅด๋ฉด ๋ถ๋๋ฌ์ด ๋ชจ์
๋ธ๋ฌ๋ฅผ ์ํด ์
ํฐ ์คํผ๋๋ฅผ ์ดฌ์ ๊ฐ๊ฒฉ์ ์ ๋ฐ์ผ๋ก ์ค์ ํ๋ ๊ฒ์ด ์ข์ต๋๋ค.",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const faq: TimelapseLocaleContent['faq'] = [
|
|
28
|
+
{
|
|
29
|
+
question: "ํ์๋ฉ์ค ์ดฌ์์ ์ํ ์ฌ๋ฐ๋ฅธ ๊ฐ๊ฒฉ์ ์ด๋ป๊ฒ ์ ํํ๋์?",
|
|
30
|
+
answer: "๋ด์ผ๋ ค๋ ํผ์ฌ์ฒด์ ์์ง์ ์๋์ ๋ฌ๋ ค ์์ต๋๋ค. ๋น ๋ฅด๊ฒ ์์ง์ด๋ ๊ตฌ๋ฆ์ 2~3์ด, ํ์์ด๋ ๋ณ์ ์์ง์์ 15~30์ด, ์๋ฌผ์ ์ฑ์ฅ์ด๋ ๊ฑด์ถ ํ์ฅ์ 5~15๋ถ ์ ๋๊ฐ ์ ๋นํฉ๋๋ค.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "1๋ถ์ง๋ฆฌ ์์์ ๋ง๋ค๋ ค๋ฉด ์ฌ์ง์ด ๋ช ์ฅ ํ์ํ๊ฐ์?",
|
|
34
|
+
answer: "ํ์ค ์์์ ์ด๋น 24 ๋๋ 30ํ๋ ์(fps)์ ์ฌ์ฉํฉ๋๋ค. 24fps๋ก 1๋ถ ์์์ ๋ง๋ค๋ ค๋ฉด ์ ํํ 1440์ฅ์ ์ฌ์ง(60์ด * 24์ฅ/์ด)์ด ํ์ํฉ๋๋ค.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: "ํ๋ฆฌ์ปค(Flicker) ํ์์ด๋ ๋ฌด์์ด๋ฉฐ ์ด๋ป๊ฒ ๋ฐฉ์งํ๋์?",
|
|
38
|
+
answer: "์ฌ์ง ๊ฐ์ ๋ฏธ์ธํ ๋
ธ์ถ ์ฐจ์ด๋ก ์ธํด ํ๋ฉด์ด ๊น๋นก์ด๋ ํ์์
๋๋ค. ์ด๋ฅผ ๋ฐฉ์งํ๋ ค๋ฉด ํญ์ ์๋ ๋ชจ๋(M), ๊ณ ์ ํ์ดํธ ๋ฐธ๋ฐ์ค๋ฅผ ์ฌ์ฉํ๊ณ , ์๋ ์กฐ๋ฆฌ๊ฐ ์กฐ์ ์ด ๊ฐ๋ฅํ ๋ ์ฆ๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์ด ์ข์ต๋๋ค.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: "์
ํฐ ์คํผ๋๊ฐ ์ ์ค์ํ๊ฐ์?",
|
|
42
|
+
answer: "์์ง์์ด ๋งค๋๋ฝ๊ฒ ๋ณด์ด๋ ค๋ฉด(180๋ ๊ท์น) ์
ํฐ ์คํผ๋๊ฐ ์ดฌ์ ๊ฐ๊ฒฉ์ ์ฝ ์ ๋ฐ ์ ๋์ฌ์ผ ํฉ๋๋ค. ์๋ฅผ ๋ค์ด ๊ฐ๊ฒฉ์ด 2์ด๋ผ๋ฉด, ์์ฐ์ค๋ฌ์ด ๋ชจ์
๋ธ๋ฌ๋ฅผ ์ํด 1์ด ์ ๋๋ก ์ดฌ์ํด ๋ณด์ธ์.",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const howTo: TimelapseLocaleContent['howTo'] = [
|
|
47
|
+
{
|
|
48
|
+
name: "์ต์ข
์์ ๊ธธ์ด ์ ์",
|
|
49
|
+
text: "๊ฒฐ๊ณผ๋ฌผ ์์์ด ๋ช ์ด ๋๋ ๋ช ๋ถ ๋์ ์ง์๋๊ธฐ๋ฅผ ์ํ๋์ง ์
๋ ฅํ์ธ์(์: ์ธ์คํ๊ทธ๋จ์ฉ 10์ด).",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "์ถ๋ ฅ FPS ์ ํ",
|
|
53
|
+
text: "์์์ ๋ถ๋๋ฌ์์ ์ ํํ์ธ์: 24 (์ํ), 30 (์น), ๋๋ 60 (๋งค๋๋ฌ์ด ์ฌ๋ก์ฐ ๋ชจ์
).",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "์ดฌ์ ๊ฐ๊ฒฉ ์กฐ์ ",
|
|
57
|
+
text: "์ฅ๋ฉด์ ์๋์ ๋ง์ถฐ ์นด๋ฉ๋ผ๊ฐ ๋ช ์ด๋ง๋ค ์ดฌ์ํ ์ง ์ค์ ํ์ธ์.",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "์ ์ฅ ๊ณต๊ฐ ํ์ธ",
|
|
61
|
+
text: "๊ณ์ฐ๊ธฐ๊ฐ ์ ์ฒด ์ธ์
์ ํ์ํ ์์ ์ฉ๋(GB)์ ์๋ ค์ค๋๋ค. ์์ ์ SD ์นด๋์ ์ฌ์ ๊ณต๊ฐ์ ํ์ธํ์ธ์.",
|
|
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: 'ํ์๋ฉ์ค ๋ฐ ํ์ดํผ๋ฉ์ค ์ดฌ์ ๊ฐ๊ฒฉ ์๋ฒฝ ๊ฐ์ด๋', level: 2 },
|
|
86
|
+
{ type: 'paragraph', html: '๋จ์ํ ๊ณ ์ ์์๊ณผ <strong>์๋ค๋งํฑ ํ์๋ฉ์ค</strong>์ ์ํ์ ์ฐจ์ด๋ ๋จ ํ๋์ ์์, ๋ฐ๋ก <strong>์ดฌ์ ๊ฐ๊ฒฉ(์ธํฐ๋ฒ)</strong>์ ์์ต๋๋ค. ์ด ๊ณ์ฐ๊ธฐ๋ ์ถ์ธก์ ์์กดํ์ง ์๊ณ ์ผ์ถ, ๋์ฌ ๊ตํต, ์ํ์ ๋ฑ์ ์๋ฒฝํ ๋ถ๋๋ฌ์์ผ๋ก ๋ด์ ์ ์๋๋ก ์ ๋ฐํ ๊ณํ์ ๋์์ค๋๋ค.' },
|
|
87
|
+
|
|
88
|
+
{ type: 'title', text: '์ถ์ฒ ์ดฌ์ ๊ฐ๊ฒฉ ํ (์นํธ ์ํธ)', level: 3 },
|
|
89
|
+
{ type: 'paragraph', html: 'ํผ์ฌ์ฒด์ ๋ฐ๋ผ ์ธํฐ๋ฒ๋ก๋ฏธํฐ๋ฅผ ์ค์ ํ ๋ ์๋์ ํต ๋ ํผ๋ฐ์ค ํ๋ฅผ ํ์ฉํ์ธ์. ๋ชฉํ๋ ์์ง์์ด ์ธ์ง๋๋ฉด์๋ ๋งค๋๋ฝ๊ฒ ์ด์ด์ง๋๋ก ๋ด๋ ๊ฒ์
๋๋ค.' },
|
|
90
|
+
{ type: 'table', headers: ['ํผ์ฌ์ฒด / ์ฅ๋ฉด', '์ถ์ฒ ๊ฐ๊ฒฉ', '์ด๋ฒคํธ ์ง์ ์๊ฐ (์ต์)'], rows: [
|
|
91
|
+
['๋น ๋ฅธ ๊ตฌ๋ฆ / ํญํ', '1 - 2 ์ด', '20 - 30 ๋ถ'],
|
|
92
|
+
['๋์ฌ ๊ตํต / ์ฌ๋ (๋ธ๋ฌ ํจ๊ณผ)', '0.5 - 2 ์ด', '15 - 20 ๋ถ'],
|
|
93
|
+
['์ผ๋ชฐ / ์ผ์ถ (ํ๋ฆฌ ๊ทธ๋ ์ผ)', '5 - 10 ์ด', '1.5 - 2.5 ์๊ฐ'],
|
|
94
|
+
['๋๋ฆฐ ๊ตฌ๋ฆ / ๊ทธ๋ฆผ์', '10 - 15 ์ด', '2 - 3 ์๊ฐ'],
|
|
95
|
+
['๋ณ / ์ํ์ (์ฒ์ฒด)', '15 - 30 ์ด*', '3 - 5 ์๊ฐ'],
|
|
96
|
+
['๊ฑด์ค ํ์ฅ / ์๋ฌผ ์ฑ์ฅ', '5 - 15 ๋ถ', '์์ผ / ์์ฃผ']
|
|
97
|
+
]},
|
|
98
|
+
{ type: 'tip', title: '์ฒ์ฒด ์ดฌ์ ์ฐธ๊ณ ', html: '์ดฌ์ ๊ฐ๊ฒฉ์ ๋ณดํต ๋น์ ๋ด๋ ๋ฐ ํ์ํ ๋
ธ์ถ ์๊ฐ(500 ๊ท์น ๋ฑ)์ ๋ฉ๋ชจ๋ฆฌ ์นด๋ ์ฐ๊ธฐ ๋ฒํผ ์๊ฐ 1~2์ด๋ฅผ ๋ํ ๊ฐ์ผ๋ก ๊ฒฐ์ ๋ฉ๋๋ค.' },
|
|
99
|
+
|
|
100
|
+
{ type: 'title', text: '180๋ ๊ท์น (๋ชจ์
๋ธ๋ฌ)', level: 3 },
|
|
101
|
+
{ type: 'paragraph', html: 'ํ์๋ฉ์ค์์ ํํ ํ๋ ์ค์๋ ์์์ด ๋๋ ๋๊ฒจ ๋ณด์ด๋ ๊ฒ์
๋๋ค. ๋งค๋๋ฌ์ด ์๋ค๋งํฑ ๋ฃฉ์ ์ป์ผ๋ ค๋ฉด <strong>๋ชจ์
๋ธ๋ฌ</strong>๊ฐ ํ์ํฉ๋๋ค.' },
|
|
102
|
+
{ type: 'card', title: 'ํฉ๊ธ ๊ท์น', icon: 'mdi:information', html: '์
ํฐ ์คํผ๋๋ ์ดฌ์ ๊ฐ๊ฒฉ์ ๋ฑ ์ ๋ฐ์ด์ด์ผ ํฉ๋๋ค. <br /><br /> <em>์์:</em> <strong>4์ด</strong>๋ง๋ค ์ดฌ์ํ๋ค๋ฉด ๋
ธ์ถ์ <strong>2์ด</strong>์ฌ์ผ ํฉ๋๋ค. ์ด๋ฅผ ํตํด ์ฌ์ง ์ฌ์ด์ ์๊ฐ์ ๊ณต๋ฐฑ์ ์ฑ์ ์๋์ฐจ์ ๊ถค์ ์ด๋ ํ๋ฅด๋ ๋ฌผ์ ๋ถ๋๋ฝ๊ฒ ํํํ ์ ์์ต๋๋ค.' },
|
|
103
|
+
|
|
104
|
+
{ type: 'title', text: 'ํ๋ฆฌ์ปค ํ์๊ณผ ์๋ ์กฐ๋ฆฌ๊ฐ', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: '"ํ๋ฆฌ์ปค"๋ ์ดฌ์ ์๋ง๋ค ์กฐ๋ฆฌ๊ฐ ๊ฐ์ด ๋ฏธ์ธํ๊ฒ ๋ณํ๋ฉด์ ๋ฐ์ํ๋ ๋ถํธํ ๊น๋นก์์
๋๋ค.' },
|
|
106
|
+
{ type: 'list', items: [
|
|
107
|
+
'<strong>๋ ์ฆ ํธ์์คํธ:</strong> DSLR ๋ฑ์์ ๋ ์ฆ๋ฅผ ์ด์ง ๋๋ ค ์ ์์ ์ ์ ์ ๋๊ณ ์กฐ๋ฆฌ๊ฐ๋ฅผ ๊ธฐ๊ณ์ ์ผ๋ก ๊ณ ์ ํ๋ ํ
ํฌ๋์
๋๋ค.',
|
|
108
|
+
'<strong>์์ ์๋ ์ค์ :</strong> ISO, ํ์ดํธ ๋ฐธ๋ฐ์ค, ์ด์ ์ ๋ฐ๋์ ๊ณ ์ ํด์ผ ํฉ๋๋ค. ์๋ ๋ชจ๋๋ ์ ๋ ์ฌ์ฉํ์ง ๋ง์ธ์.',
|
|
109
|
+
'<strong>RAW ์ดฌ์ ๊ถ์ฅ:</strong> ์ด๋ฏธ์ง ํ์ ์์ด ํ๋ณด์ ๋จ๊ณ์์ ๋
ธ์ถ๊ณผ ์์์ ์ ๋ฐํ๊ฒ ์์ ํ๊ธฐ ์ํด ํ์์
๋๋ค.'
|
|
110
|
+
]},
|
|
111
|
+
|
|
112
|
+
{ type: 'diagnostic', variant: 'success', title: '๊ณ ๊ธ ํ
ํฌ๋: "ํ๋ฆฌ ๊ทธ๋ ์ผ"', icon: 'mdi:crown', badge: 'ํ๋ก ํ
ํฌ๋', html: '"ํ๋ฆฌ ๊ทธ๋ ์ผ(Holy Grail)"์ ๋ฎ์์ ๋ฐค(๋๋ ๊ทธ ๋ฐ๋)์ผ๋ก ๋ถ๋๋ฝ๊ฒ ์ ํ๋๋ ์ดฌ์์ ์๋ฏธํฉ๋๋ค. ๊ด๋์ด ๋๋ผ๋งํฑํ๊ฒ ๋ณํ๋ฏ๋ก ๊ฐ์ฅ ์ด๋ ค์ด ๊ธฐ์ ์ ๋์ ์ค ํ๋์
๋๋ค.' },
|
|
113
|
+
|
|
114
|
+
{ type: 'stats', columns: 3, items: [
|
|
115
|
+
{ label: 'Bulb Ramping', value: '์ ์ง์ ๋
ธ์ถ ์กฐ์ ', icon: 'mdi:brightness-6' },
|
|
116
|
+
{ label: 'Post-Pro', value: 'LRTimelapse ํ์ฉ', icon: 'mdi:television-guide' },
|
|
117
|
+
{ label: 'Strategy', value: '์ผ๊ฐ ์ธํฐ๋ฒ ์ ๋ต', icon: 'mdi:weather-night' }
|
|
118
|
+
]},
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: '๊ฒฐ๋ก : ๋จ์ํ ๊ธฐ๊ณํ์ ๋ฏธํ', level: 3 },
|
|
121
|
+
{ type: 'paragraph', html: 'ํ์๋ฉ์ค๋ฅผ ๋ง์คํฐํ๋ ๊ฒ์ ์ธํฐ๋ฒ๋ก๋ฏธํฐ ๋ค์ ์จ๊ฒจ์ง ์ํ์ ์๋ฆฌ๋ฅผ ์ดํดํ๋ ๊ฒ์์ ์์๋ฉ๋๋ค.' }
|
|
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: 'ko',
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export const content: TimelapseLocaleContent = {
|
|
158
|
+
slug,
|
|
159
|
+
title,
|
|
160
|
+
description,
|
|
161
|
+
ui,
|
|
162
|
+
seo,
|
|
163
|
+
faq,
|
|
164
|
+
faqTitle: 'ํ์๋ฉ์ค ์ ์์ ๊ดํ ์์ฃผ ๋ฌป๋ ์ง๋ฌธ',
|
|
165
|
+
bibliography,
|
|
166
|
+
bibliographyTitle: 'ํ์๋ฉ์ค ์ด๋ก ๋ฐ ๊ด๋ จ ๋ฆฌ์์ค',
|
|
167
|
+
howTo,
|
|
168
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
169
|
+
};
|