From ce0b6ba592b8940114728dc6eda4c8065e26cada Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 16 May 2019 22:26:48 +0200 Subject: [PATCH] Added config file about 20190514 recording. --- podcasts/config/lav-20190514.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 podcasts/config/lav-20190514.json diff --git a/podcasts/config/lav-20190514.json b/podcasts/config/lav-20190514.json new file mode 100644 index 0000000..bff25ed --- /dev/null +++ b/podcasts/config/lav-20190514.json @@ -0,0 +1,31 @@ +{ + "short_date" : "20190514", + "long_date" : "14 mai 2019", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "chapters" : [ + { + "start_timestamp" : "00:02:01.68", + "end_timestamp" : "00:12:12.79", + "short_chapter_name" : "chronique-xavier-berne-le-bilan-de-mounir-mahjoubi", + "chapter_title" : "Chronique de Xavier Berne : le bilan de Mounir Mahjoubi" + }, + { + "start_timestamp" : "00:14:54.51", + "end_timestamp" : "01:05:46.23", + "short_chapter_name" : "le-metier-du-developpement-logiciel-libre", + "chapter_title" : "Le métier du développement logiciel libre" + }, + { + "start_timestamp" : "01:09:05.61", + "end_timestamp" : "01:21:30.46", + "short_chapter_name" : "interview-philippe-borrel-realisateur-internet-ou-la-revolution-du-partage-la-bataille-du-libre", + "chapter_title" : "Interview de Philippe Borrel, réalisateur du documentaire « Internet ou la révolution du partage », version courte du film « La bataille du Libre »" + }, + { + "start_timestamp" : "01:21:33.24", + "end_timestamp" : "01:24:06.31", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}