Ajout d'un fichier JSON template pour être utilisé comme template pour les

fichiers JSON d'une nouvelle émission
This commit is contained in:
Frédéric Couchet 2020-04-10 15:47:37 +02:00 committed by Frédéric Couchet
parent 8288ad50b3
commit 66ef6d3cb8
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"short_date" : "2020MMDD",
"long_date" : "DD month 2020",
"ffmpeg_bin" : "../FFmpeg/ffmpeg",
"short_description" : "TITRE_PODCAST_COMPLET",
"chapters" : [
{
"start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0:00.000",
"short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET"
},
{
"start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0:00.000",
"short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET"
},
{
"start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0: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" : "Annonces"
}
]
}