From 59d95d8f7ea1cde9c5b9a23873d48b153307c5a6 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 29 Jan 2019 23:47:55 +0100 Subject: [PATCH] Added 20190129 config file. --- podcasts/config/lav-20190129.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 podcasts/config/lav-20190129.json diff --git a/podcasts/config/lav-20190129.json b/podcasts/config/lav-20190129.json new file mode 100644 index 0000000..15d473f --- /dev/null +++ b/podcasts/config/lav-20190129.json @@ -0,0 +1,27 @@ +{ + "short_date" : "20190129", + "long_date" : "29 janvier 2019", + "ffmpeg_bin" : "./FFmpeg/ffmpeg", + "chapters" : [ + { + "start_timestamp" : "00:02:17.4", + "end_timestamp" : "00:16:14", + "short_chapter_name" : "jouons-collectif" + }, + { + "start_timestamp" : "00:18:38.4", + "end_timestamp" : "01:07:48", + "short_chapter_name" : "directive-droit-auteur" + }, + { + "start_timestamp" : "01:11:29.5", + "end_timestamp" : "01:25:59", + "short_chapter_name" : "groupe-trad-gnu" + }, + { + "start_timestamp" : "01:25:59", + "end_timestamp" : "01:28:43", + "short_chapter_name" : "annonces" + } + ] +}