From 024a21694162af0bedb1d00ae524bde7e373b95d Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 29 Jan 2019 23:50:08 +0100 Subject: [PATCH] Added note about Hundredth of second. --- podcasts/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podcasts/README b/podcasts/README index d3cee43..9659f48 100644 --- a/podcasts/README +++ b/podcasts/README @@ -11,7 +11,7 @@ drwxr-xr-x 5 root root 4096 janv. 16 11:53 lav-outils * Décider d'un nom court, qui sera utilisé pour le fichier de podcast -* Écrire la conf json en s'inspirant de example.json (mettre à jour la date), par exemple : +* Écrire la conf json en s'inspirant de example.json (mettre à jour la date), et ne pas hésiter à mettre des centièmes de secondes, par exemple : { "short_date" : "20190108", @@ -19,12 +19,12 @@ drwxr-xr-x 5 root root 4096 janv. 16 11:53 lav-outils "ffmpeg_bin" : "./FFmpeg/ffmpeg", "chapters" : [ { - "start_timestamp" : "0:03:09", + "start_timestamp" : "0:03:09.3", "end_timestamp" : "0:18:45", "short_chapter_name" : "chronique-transcriptions" }, { - "start_timestamp" : "00:18:45", + "start_timestamp" : "00:18:45.4", "end_timestamp" : "01:11:01", "short_chapter_name" : "dinsic-etalab" },