From c591dec87a26dc9dc63f8f7d5d23a22d33c92003 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Thu, 6 Jun 2019 17:22:13 +0200 Subject: [PATCH] add config 040619 --- podcasts/config/lav-20190604.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 podcasts/config/lav-20190604.json diff --git a/podcasts/config/lav-20190604.json b/podcasts/config/lav-20190604.json new file mode 100644 index 0000000..ded1732 --- /dev/null +++ b/podcasts/config/lav-20190604.json @@ -0,0 +1,31 @@ +{ + "short_date" : "20190604", + "long_date" : "4 juin 2019", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "chapters" : [ + { + "start_timestamp" : "00:02:20.45", + "end_timestamp" : "00:56:21.60", + "short_chapter_name" : "presentation-framasoft-pyg", + "chapter_title" : "Présentation de Framasoft par PYG" + }, + { + "start_timestamp" : "00:59:14.35", + "end_timestamp" : "01:12:05.60", + "short_chapter_name" : "presentation-openacademie-etienne-andre", + "chapter_title" : "Présentation d'OpenAcadémie avec Étienne André" + }, + { + "start_timestamp" : "01:15:05", + "end_timestamp" : "01:25:47.40", + "short_chapter_name" : "hommage-patrick-sinz-pierre-ficheux", + "chapter_title" : "Hommage à Patrick Sinz avec Pierre Ficheux" + }, + { + "start_timestamp" : "01:25:47.40", + "end_timestamp" : "01:30:00", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}