lav-outils/podcasts/config/example.json

15 lines
330 B
JSON

{
"short_date" : "AAAAMMDD",
"long_date" : "DD MMMM AAAA",
"ffmpeg_bin" : "./FFmpeg/ffmpeg",
"short_description" : "A - B - C",
"chapters" : [
{
"start_timestamp" : "HH:MM:SS.mmm",
"end_timestamp" : "HH:MM:SS.mmm",
"short_chapter_name" : "",
"chapter_title" : ""
}
]
}