lav-outils/podcasts/config/example.json

15 lines
330 B
JSON
Raw Normal View History

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