lav-outils/podcasts/config/lav-template.json

33 lines
998 B
JSON
Raw Permalink Normal View History

{
2024-01-11 14:45:56 +01:00
"short_date" : "2024MMDD",
"long_date" : "DD month 2024",
"ffmpeg_bin" : "../FFmpeg/ffmpeg",
2021-11-12 09:49:36 +01:00
"short_description" : "#N°Emission - TITRE_PODCAST_COMPLET",
"chapters" : [
{
"start_timestamp" : "00:00:00.000",
2020-04-17 11:04:28 +02:00
"end_timestamp" : "00:00:00.000",
"short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET"
},
{
"start_timestamp" : "00:00:00.000",
2020-04-17 11:04:28 +02:00
"end_timestamp" : "00:00:00.000",
"short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET"
},
{
"start_timestamp" : "00:00:00.000",
2020-04-17 11:04:28 +02:00
"end_timestamp" : "00:00:00.000",
"short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET"
},
{
"start_timestamp" : "01:00:00.000",
"end_timestamp" : "01:00:00.000",
"short_chapter_name" : "annonces",
"chapter_title" : "Quoi de Libre ? Actualités et annonces concernant l'April et le monde du libre"
}
]
}